ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

146 / 500

Question 146:

Your development team uses access keys in their local PCs to develop an application with access to S3 and DynamoDB. A new security policy has been outlined that the credentials that are nearing the 2 months expiry period should be rotated. Which of the following options is the most suitable?

Answer options:

A.Use the application to rotate the keys every 2 months via the console.
B.Use a Cron job to query the date the keys are created. If the keys are nearing the 2 months expiry period, delete them and recreate new keys.
C.Delete the user associated with the keys after every 2 months. Then recreate the user again.
D.Delete the IAM Role associated with the keys after every 2 months. Then recreate the IAM Role again.