SAP-C02 · Question #51
A developer reports receiving an Error 403: Access Denied message when they try to download an object from an Amazon S3 bucket. The S3 bucket is accessed using an S3 endpoint inside a VPC. and is…
The correct answer is B. Verify that the IAM rote has permission to decrypt the referenced KMS key. The objects in the bucket are encrypted therefore IAM role must have permission for decryption.
Question
A developer reports receiving an Error 403: Access Denied message when they try to download an object from an Amazon S3 bucket. The S3 bucket is accessed using an S3 endpoint inside a VPC. and is encrypted with an AWS KMS key. A solutions architect has verified that (he developer is assuming the correct IAM role in the account that allows the object to be downloaded. The S3 bucket policy and the NACL are also valid. Which additional step should the solutions architect take to troubleshoot this issue?
Options
- AEnsure that blocking all public access has not been enabled in the S3 bucket.
- BVerify that the IAM rote has permission to decrypt the referenced KMS key.
- CVerify that the IAM role has the correct trust relationship configured.
- DCheck that local firewall rules are not preventing access to the S3 endpoint.
How the community answered
(40 responses)- A8% (3)
- B75% (30)
- C15% (6)
- D3% (1)
Explanation
The objects in the bucket are encrypted therefore IAM role must have permission for decryption.
Community Discussion
No community discussion yet for this question.