Câu 103: AWS Certified Solutions Architect - Professional(Old)
The following policy can be attached to an IAM group. It lets an IAM user in that group access a "home directory" in AWS S3 that matches their user name using the console.{"Version": "2012-10-17","Statement": [{"Action": ["s3:*"],"Effect": "Allow","Resource": ["arn:aws:s3:::bucket-name"],"Condition":{"StringLike":{"s3…
Nội dung câu hỏi
The following policy can be attached to an IAM group. It lets an IAM user in that group access a "home directory" in AWS S3 that matches their user name using the console.{"Version": "2012-10-17","Statement": [{"Action": ["s3:*"],"Effect": "Allow","Resource": ["arn:aws:s3:::bucket-name"],"Condition":{"StringLike":{"s3:prefix":["home/${aws:username}/*"]}}},{"Action":["s3:*"],"Effect":"Allow","Resource": ["arn:aws:s3:::bucket-name/home/${aws:username}/*"]}]}
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. True
- B. False — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.