0% found this document useful (0 votes)
35 views2 pages

Peergradedassignment

An AWS VPC is created with security groups allowing an ALB, EC2 instances in private subnets, and an RDS database. The ALB distributes traffic evenly to the EC2 instances for greater security while the RDS database is only accessible to the EC2 instances. This infrastructure ensures internet traffic goes through the ALB load balancer to private resources and restricted access between components.

Uploaded by

Manish Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Peergradedassignment

An AWS VPC is created with security groups allowing an ALB, EC2 instances in private subnets, and an RDS database. The ALB distributes traffic evenly to the EC2 instances for greater security while the RDS database is only accessible to the EC2 instances. This infrastructure ensures internet traffic goes through the ALB load balancer to private resources and restricted access between components.

Uploaded by

Manish Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Create a dedicated VPC and all the components. Create security groups (ALB-->EC2-->RDS).

Create an S3 Bucket. Pick the right AWS region and VPC and subnets to deploy auto-scaling
groups. The instances would be placed in 2 private subnets, each in a different availability zone.
An application load balancer spreads HTTP and HTTPS traffic across registered instances
equally. It takes traffic from the public internet and then distributes the load across the EC2
instances in the private subnets. This ensures greater security.
RDS database should be in private subnet.EC2 instances that has ALB security group can access
RDS. RDS is located on private groups.
All internet traffic has to go through the load balancer, which would then distribute the traffic
evenly between the EC2 instances. HTTP and HTTPS traffic from any source would be allowed.
The host would accept SSH traffic from IP address and have outbound rules to the EC2
instances. The EC2 instances would accept inbound traffic from the load balancer and from the
RDS instance. The RDS instance would only accept traffic from the EC2 instances and would only
send information to the EC2 instances.

You might also like