美文网首页
Elasticache如何获取S3某个bucket的读写权限

Elasticache如何获取S3某个bucket的读写权限

作者: WangJidong | 来源:发表于2018-05-31 18:21 被阅读0次

由于Elastiche是一个托管服务,有一个AWS内部账号管理,所以必须在S3策略中加上对于这个AWS内部账号的授权

To grant ElastiCache access to an Amazon S3 bucket

1. Sign in to the AWS Management Console and open the Amazon S3 console athttps://console.aws.amazon.com/s3/.

2. Choose the name of the Amazon S3 bucket that you want to copy the backup to.                              This should be the S3 bucket you created inStep 1: Create an Amazon S3 Bucket.

3. Make sure that the bucket's region is the same as your ElastiCache backup's region.                              If it isn't, return toStep 1: Create an Amazon S3 Bucketand create a new bucket in the same region as the cluster you will backup.

4. ChoosePermissions.

5. ChooseAccess Control List.

    UnderAccess for other AWS accounts, choose+ Add account.

    In the box, add the region's canonical id as shown in the following list:

    China (Beijing) and China (Ningxia) Regions:

    b14d6a125bdf69854ed8ef2e71d8a20b7c490f252229b806e514966e490b8d83

    All other regions:

    540804c33a284a299d2547575ce1010f2312ef3da9b3a053c8bc45bf233e4353

6. Set the permissions on the bucket by choosingYesfor:

    - List objects

    - Write objects

    - Read bucket permissions

7. ChooseSave.

相关文章

  • Elasticache如何获取S3某个bucket的读写权限

    由于Elastiche是一个托管服务,有一个AWS内部账号管理,所以必须在S3策略中加上对于这个AWS内部账号的授...

  • OSS对象存储

    1.新建Bucket 提示:所属地域根据需求选择,读写权限为公共读 2.Bucket配置 2.1 跨域设置 添加规则

  • ceph rgw:acl鉴权

    rgw支持s3的acl机制,可以通过GetAcl PutAcl获取和设置Object和Bucket级别的acl,见...

  • MacOS 文件权限

    需求 MacOS下,文件分为只读/只写/读写权限,用户在修改系统管理的文件,需要获取文件的读写权限 权限问题提示:...

  • io.FileNotFoundException: /stora

    导致这个问题的原因就两个,不存在,没权限。动态获取到权限,只需获取到读或者写权限,就能获取到读写两者的权限,但是你...

  • AWS - S3 URL Styles

    S3 endpoints 在开始讲S3 bucket URL schemes之前,有一件非常令人困惑的事情需要解释...

  • S3 test 知识点

    S3 test 知识点 1 创建S3的bucket的默认配置值 versioning默认是不被选中的; Serve...

  • Android 添加读写外部存储权限

    1 静态修改: AndroidManifest中添加SD卡读写的权限 2 动态修改:java判断并获取权限 pri...

  • zookeeper(五)ACL

    ACL简介 相关命令: 给某个节点添加权限:setAcl path acl获取某个节点的权限:getAcl pat...

  • 部署django wagtail项目的media文件到AWS S

    首先在AWS S3上创建好IAM账号和存储桶BUCKET,增加属性

网友评论

      本文标题:Elasticache如何获取S3某个bucket的读写权限

      本文链接:https://www.haomeiwen.com/subject/dqccsftx.html