ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

160 / 474

Question 160:

Your application must write to an SQS queue. Your corporate security policies require that AWS credentials are always encrypted and are rotated at least once a week. How can you securely provide credentials that allow your application to write to the queue?

Answer options:

A.Have the application fetch an access key from an Amazon S3 bucket at run time.
B.Launch the application`s Amazon EC2 instance with an IAM role.
C.Embed the Access keys in the application.
D.Create environment variables in the EC2 Instance with the Access Keys.