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

Top comments (0)