Question 207:
Your development team needs to use AWS access keys to develop an application with access to S3 and DynamoDB. A new security policy has outlined that the access keys should be rotated when nearing 2 months. How can you achieve this?
Answer options:
A.Enable the automatic key rotation option for the access keys. B.Use a script to query the creation date of the keys. If nearing 2 months, create a new access key and update the application to use it, inactivate the old key and delete it. C.In the AWS Console, 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.