In this project we use a basic employee directory application to run through multiple AWS Cloud instance from creating roles, launching instances, setting up a VPC, creating S3 Bucket, setting up a DataBase, and Load Balancing and Auto Scaling.
Using the IAM role we create an Amazon Elastic Compute Cloud instance of the employee directory application.
Next we set up a virtual private cloud with two public subnets along with a private and public route table. We launch the instance inside this VPC.
Following this we created an Amazon Simple Storage Service Bucket for the employee photos to be stored in.
Next we created a database to store the employees using the DynamoDB Table of AWS.
After adding a user we can see the information stored in the database.
Finally we finish off by setting an Elastic Load Balancing load balancer and Auto Scaling group that will scale the application horizontally.
Here we created the load balancer.