Any guidance or is it even possible to deploy this in private only vpc? #516
-
I am attempting to stand this solution up in a dedicated account that already has a private vpc with 2 private subnets. And the solution is failing on the Gremlin AppSync Stack. There really isn't a clear error that I am seeing but I suspect this is due to this stack needing to reach out to the internet. Any help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What's the CloudFormation error in the Gremlin stack you're getting? It's odd, because that stack shouldn't need access to the internet. I have seen problems deploying the OpenSearch stack because there is a custom resource that creates an index and custom resources require access to S3 to complete and the deployment just hangs if it can't The issue you're most likely to encounter is more after deployment, the discovery process running in that VPC is going to need access to all the APIs documented here so you'll need to set up PrivateLink endpoints. |
Beta Was this translation helpful? Give feedback.
What's the CloudFormation error in the Gremlin stack you're getting? It's odd, because that stack shouldn't need access to the internet. I have seen problems deploying the OpenSearch stack because there is a custom resource that creates an index and custom resources require access to S3 to complete and the deployment just hangs if it can't
The issue you're most likely to encounter is more after deployment, the discovery process running in that VPC is going to need access to all the APIs documented here so you'll need to set up PrivateLink endpoints.