DEV Community

S.B.Shanjaiy
S.B.Shanjaiy

Posted on

Three Tier Architecture Part-2 S3 Bucket Creation And Iam Role

First use git clone or download the zip file from github(https://github.com/aws-samples/aws-three-tier-web-architecture-workshop.git)

Now create a S3 bucket to avoid errors us us-east-2 as aws account region with bucket versioning enabled
Image description

Image description

Next head to dashboard and open Iam to create a new Iam role for S3
Image description

Click next and add the following role:

  • AmazonSSMManagedInstanceCore

  • AmazonS3ReadOnlyAccess

Next create role name and click createrole
Image description

Image description

Now we have successfully created a role our S3

Image description

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay