<aside> 🙇🏻 I'm sorry if this is too informal and messy, it was supposed to be my personal notes but I am sharing this to help students troubleshoot and navigate around this project I might turn this diary into a blog post in the future
</aside>
Implementing a web application from AWS Modern Application Workshop with AWS Starter Account Restrictions.
Fargate is not available
AWS::EC2::NatGateway is not available
Not sure how to check click data...
EC2 NAT Gateway is not available for starter account
NAT Gateway is a gateway for a private subnet to access the internet
Fix: (23 July 2020)
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_NAT_Instance.html
I translated the cloudformation template into console setup + used NAT Instance, following the official documentation
Resources