AWS Developer 認證 - S3 permissions

AWS Developer 認證 - S3 permissions

IAM policies vs. S3 bucket policies vs. S3 ACLs

IAM policies

- json, principles that allow/deny the access on arn

- centralized permissions, instead of spreading them between IAM and S3.

- a large number of S3 bucket policies

S3 bucket policies

- json, principles that allow/deny the access on arn

- if you want a simple way to grant cross-account access to your S3 environment, without using IAM roles.

- prefer to keep access control policies in the S3

S3 ACLs

- basic read/write permissions

- your account, other aws canonical user id, public access,

- a legacy access control mechanism that predates IAM

- apply policies on the bucket and objects

- Bucket and object permissions are independent of each other

- An object does not inherit the permissions from its bucket.

IAM Policies and Bucket Policies and ACLs! Oh, My! (Controlling Access to S3 Resources) | Amazon Web Services?

aws.amazon.com圖標
推薦閱讀:

供應鏈管理認證APICS CSCP ECM介紹
FCC認證流程新變化
供應鏈管理認證APICS CSCP學習筆記 Module 1 Section A Chapter 2 Topic 1 - Topic 5
電池認證測試項目介紹

TAG:AmazonWebServicesAWS | 認證 | 雲計算 |