You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
I'd like to start by saying thanks for this work and making it open source. It's awesome. Also, sorry if this isn't the right place for a question like this.
background:
I'm trying to scaffold an infrastructure with multiple services inside one of the stacks' ecs clusters (two external facing, one internal only). All of the services are being tucked behind/registered to a load balancer. All the load balancers are given their own subdomain in route 53.
current understanding:
My understanding from the readme (and this line "The VPC itself will contain a single network gateway to route traffic in and out of the different subnets.") is that each ecs cluster will have its own nat gateway with private and public CIDR, and that everything will be routed through a single internet gateway.
question:
Given my undertanding:
does an ecs cluster have a single elastic (static) IP address provided by the internet gateway, that I should be able to give to an external org to be whitelisted.
where should I be able to find that on an amazon dashboard? (I've looked at the ec2 elastic ip and network gateway pages but I'm finding it difficult to know for sure)
If its not a single one, is there an outbound range I can depend on?
The text was updated successfully, but these errors were encountered:
Datise
changed the title
eli5 determining outbound ips
QUESTION: eli5 determining outbound ips
Oct 4, 2017
I'd like to start by saying thanks for this work and making it open source. It's awesome. Also, sorry if this isn't the right place for a question like this.
background:
I'm trying to scaffold an infrastructure with multiple services inside one of the stacks' ecs clusters (two external facing, one internal only). All of the services are being tucked behind/registered to a load balancer. All the load balancers are given their own subdomain in route 53.
current understanding:
My understanding from the readme (and this line "The VPC itself will contain a single network gateway to route traffic in and out of the different subnets.") is that each ecs cluster will have its own nat gateway with private and public CIDR, and that everything will be routed through a single internet gateway.
question:
Given my undertanding:
The text was updated successfully, but these errors were encountered: