Fortinet black logo

AWS Administration Guide

Setting up IAM roles

Copy Link
Copy Doc ID 9e3b59dc-ba0b-11e9-a989-00505692583a:226534
Download PDF

Setting up IAM roles

IAM roles need S3 bucket read access. This example applies the existing AmazonS3ReadOnlyAccess policy to the role by adding the following code or selecting S3ReadOnlyAccess from the policy list in adding to the role:

{

"Version": "2012-10-17",

"Statement": [

{

"Effect": "Allow",

"Action": [

"s3:Get*",

"s3:List*"

],

"Resource": "*"

}

]

}

If you need further instructions, please refer to the AWS documentation on IAM Roles for Amazon EC2.

Setting up IAM roles

IAM roles need S3 bucket read access. This example applies the existing AmazonS3ReadOnlyAccess policy to the role by adding the following code or selecting S3ReadOnlyAccess from the policy list in adding to the role:

{

"Version": "2012-10-17",

"Statement": [

{

"Effect": "Allow",

"Action": [

"s3:Get*",

"s3:List*"

],

"Resource": "*"

}

]

}

If you need further instructions, please refer to the AWS documentation on IAM Roles for Amazon EC2.