Are there alternatives to an AWS NAT Gateway which allow ECS tasks to connect to the internet?
I have an ECS task running on an EC2 instance that needs to be able to make API calls, and therefore needs to be able to access the internet. From what I found online, it appears that an NAT Gateway is the most popular solution to this.