nathanpeck / aws-cloudformation-fargate

Sample CloudFormation templates for how to run Docker containers in AWS Fargate with various networking configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto assigned ip

jfdoube opened this issue · comments

Hi,

I have a question regarding your margate template. So if using the awsvpc, the public IP address is auto assigned. Is it possible to have the containers use a specific a specific outgoing internet gateway (with known EIP). The reason is that EIP is whitelisted on a specific system and containers would be able to reach out that system with an auto assigned ip

Thanks