Page 1 of 1

On an Amazon EC2 instance, a business hosts an application. Several AWS resources, including Amazon S3 and Amazon Dynamo

Posted: Sat Jul 23, 2022 6:59 pm
by answerhappygod
On an Amazon EC2 instance, a business hosts an application. Several AWS resources, including Amazon S3 and Amazon DynamoDB, are required by the EC2 instance.

What is the MOST OPTIMAL way to delegate permissions?

A. Create an IAM role with the required permissions. Attach the role to the EC2 instance.
B. Create an IAM user and use its access key and secret access key in the application.
C. Create an IAM user and use its access key and secret access key to create a CLI profile in the EC2 instance
D. Create an IAM role with the required permissions. Attach the role to the administrative IAM user.