Setup AMI
Now we're going to setup an AMI of for the QR code app, then deploy multiple instances running the app and distribute traffic to them using a load balancer.
This course is actively being developed. More videos and lessons are coming soon.
Now we're going to setup an AMI of for the QR code app, then deploy multiple instances running the app and distribute traffic to them using a load balancer.
Launch a new EC2 instance to setup the QR app
This is a temporary instance that will just be used to create the AMI
Make sure this is an Ubuntu instance
Edit the network setting to create a new security group
All all TCP from anywhere
Usually we don't want to do this, but it will make testing easier
Launch the new instance