DEV Community

S Bhavi Vishnu
S Bhavi Vishnu

Posted on • Edited on

AWS-THREE TIER WEB ARCHITECTURE

STEP 1:Create a three tier web Architecture or Take a three tier architecture from this link:https://github.com/aws-samples/aws-three-tier-web-architecture-workshop

Image description

Step 2:Create a bucket with a unique name.

Image description

STEP 3:Add a role by choosing the below two permission policies.

Image description

STEP 4:Create a vpc.

Image description

STEP 5:create 6 subnet.

Image description

STEP 6:CREATE a internet gateway.

Image description

STEP 7:allocate elastic ip.

Image description

STEP 8:create nat 2 gateway.

Image description

Image description

STEP 9:Create route table.
Image description

STEP 10:Attach internet gateway to your vpc.

Image description

STEP 11:Add routes.

Image description

STEP 12:Save associations.

Image description

STEP 13:create private subnet.

Image description

STEP 14:Update the routes of private route table az 1 and 2

Image description
Image description

STEP 15:update subnet associations for Private route table 1 and 2

Image description
Image description

STEP 16:Create a security group for web tier.

Image description

STEP 17:Create another security group for internal load balancer.

Image description

STEP 18:Create a security group for private instance with inbound rules with custom sg.
Image description

STEP 19:Create a security group for database with the specified inbound rules.

Image description

STEP 20:Create a DB subnet group for our vpc.
Image description

Image description

STEP 21:Now create a DataBase

Image description
Image description

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay