Q15 — AWS SAA-C03 Ch.1

Question 15 of 65 | ← Chapter 1

Q15. A company runs an application using Amazon ECS. The application creates resized versions of an original image and then makes Amazon S3 API calls to store the resized images in Amazon S3. How can a solutions architect ensure that the application has permission to access Amazon S3?

Correct Answer: B. Create an IAM role with S3 permissions, and then specify that role as the taskRoleArn in the task definition.

Explanation

The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants containers in the task permission to call AWS APIs on your behalf.