AWS Certified Security – Specialty — Question 206

An application makes calls to AWS services using the AWS SDK. The application runs on Amazon EC2 instances with an associated IAM role. When the application attempts to access an object within an Amazon S3 bucket; the Administrator receives the following error message: HTTP 403: Access Denied.
Which combination of steps should the Administrator take to troubleshoot this issue? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

The correct steps involve verifying the KMS key policy, checking the S3 bucket policy for deny statements, and ensuring the IAM role has the right permissions. The security group and key pair do not control S3 access, and the region alignment is irrelevant to the access denial in this context.