Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Forecast Feature] - Validate ECS EC2 instances have access to the ECS service #636

Open
kddejong opened this issue Jan 29, 2025 · 0 comments
Labels
forecast Related to the forecast command that predicts deployment failures

Comments

@kddejong
Copy link

When launching ECS EC2 instances I want to validate the subnets have a path to the ECS service to talk with the ECS service.

This can be done by access to NAT gateway, Internet Gateway, or endpoints. ASGs will happily launch these instances but they will never register as available capacity for the ECS cluster.

This can also validate that the route table for the subnet being used also doesn't have any black holes (which can be a validation item for anything launching into a subnet).

@kddejong kddejong added the forecast Related to the forecast command that predicts deployment failures label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forecast Related to the forecast command that predicts deployment failures
Projects
None yet
Development

No branches or pull requests

1 participant