Documentation Update: Need X-Ray VPC endpoint for private VPC deployment mode#59
Merged
Documentation Update: Need X-Ray VPC endpoint for private VPC deployment mode#59
Conversation
|
How changing the deployment.md updates the VPC? |
Author
This documentation change is for private VPC deployments, where a user wants to deploy the runtime in their own VPC. The VPC must have certain endpoints configured. This update adds documentation for an additional required endpoint. |
kaleko
approved these changes
Mar 16, 2026
Contributor
|
@harshitkgupta for clarification, the way FAST supports VPC deployments is:
This PR just improves the documentation for step # 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes:
This PR updates the deployment documentation for deployments in private VPC mode where AgentCore Runtime runs in private subnets without internet access. The OpenTelemetry instrumentation (aws-opentelemetry-distro) is configured on all agent patterns and exports traces to AWS X-Ray. Without the
com.amazonaws.{region}.xrayVPC interface endpoint reachable from the runtime's subnets, trace export silently fails — the BatchSpanProcessor retries every 5 seconds and never succeeds.