You can check out the following links for more information about the topics covered in this chapter:
- Docker networking overview: https://docs.docker.com/network/
- Task Networking with the awsvpc Network Mode: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html
- Under the Hood: Task Networking for Amazon ECS: https://aws.amazon.com/blogs/compute/under-the-hood-task-networking-for-amazon-ecs/
- Maximum Network Interfaces for EC2 Instance Types: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
- NAT Gateways: https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc-nat-gateway.html
- CloudFormation NAT Gateway Resource Reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html
- CloudFormation EC2 Elastic IP Address Resource Reference...