From the course: AWS for Developers: S3

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Working with IAM permissions

Working with IAM permissions - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: S3

Start my 1-month free trial

Working with IAM permissions

- [Instructor] We're going to take a quick diversion from S3 and talk about IAM. I'm not going to go into a lot of depth on IAM, but I want to give you a quick rundown of how it can apply to S3. To get started, let's get the ARN for our bucket. The ARN for our bucket is actually very simple as it's based on the name. But to get it, select your bucket and you'll see we have this copied bucket ARN. Go ahead and copy that. You could save it somewhere for later, but I'm just going to leave it in my clipboard because that's a safe place for right now. Now back in our AWS Console, select services and type in IAM. In this video we're going to create a new user. So let's go to users and add a user, and we will name this user oio_RO user. We're going to select programmatic access for our user, but we are not going to select console access. Now we're going to go into permissions. We have multiple options here. We can…

Contents