AWS S3 Bucket Access from EC2

后端 未结 3 1107
情深已故
情深已故 2020-12-01 11:25

I need to fire up an S3 bucket so my EC2 instances have access to store image files to it. The EC2 instances need read/write permissions. I do not want to make the S3 bucket

3条回答
  •  暖寄归人
    2020-12-01 11:53

    IAM role is the solution for you.

    You need create role with s3 access permission, if the ec2 instance was started without any role, you have to re-build it with that role assigned.

    Refer: Allowing AWS OpsWorks to Act on Your Behalf

提交回复
热议问题