Hello,
I was following this documentation in order to configure BYOC (Bring Your Own Cloud) for LangGraph, but I cannot find the configuration options mentioned in the documentation within the LangGraph Platform UI.
What I’ve done:
- Set up AWS infrastructure using Terraform (IAM roles, ECR repository, ECS cluster, VPC configuration)
- Built and pushed my LangGraph application to ECR using
langgraph build
- Have a LangSmith account with access to LangGraph Platform
What I’m looking for:
- How to configure IAM role ARN and ECR repository URI in the deployment setup
- Whether BYOC is still available through the UI or requires contacting support
What I see:
When creating a new deployment, I only see standard options with GitHub repository selection, but no BYOC configuration fields.
- Am I looking at the wrong place?
- Should this be configured through environment variables?
- Is BYOC still available through the UI, or has the process changed?
Thanks!