Skip to content

rupesh9999/EmployeeDirectoryAppOnAWS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EmployeeDirectoryAppOnAWS

Project Done Apart of AWS Cloud Technical Essentials Course.

employeedire

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.

Creating EC2 Instance

Using the IAM role we create an Amazon Elastic Compute Cloud instance of the employee directory application. instancemade

Setting a VPC

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. routetablemade

Creating S3 Bucket

Following this we created an Amazon Simple Storage Service Bucket for the employee photos to be stored in.

Created DynamoDB Table

Next we created a database to store the employees using the DynamoDB Table of AWS. createDatabaseusingDyanamo

After adding a user we can see the information stored in the database. userInDatabase

Load Balancing and Auto Scaling

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. loadbalancer

Next we created the launch template. createdtemplate

Finally we have created the autoscaling group autoscaling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.6%
  • HTML 16.6%
  • Shell 3.8%