ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

453 / 690

Question 453:

Your application consists of a set of EC2 Instances spun up as part of an Auto Scaling group. These Instances need to access objects in an S3 bucket. Which of the following is the ideal approach to ensure this access is set in place?

Answer options:

A.Ensure that the Access Keys are picked up from another S3 bucket. Access Keys can be embedded in the User data during Instance Launch.
B.Ensure that the launch configurations in Auto scaling group have an instance profile associated with the IAM role to access S3 Objects.
C.Ensure that an IAM policy is attached to the S3 bucket which allows access to the S3 buckets.
D.Ensure that the launch configurations in Auto scaling group have an IAM user to access S3 Objects.