List of questions
Related questions
Question 20 - SCS-C02 discussion
Your development team is using access keys to develop an application that has access to S3 and DynamoDB. A new security policy has outlined that the credentials should not be older than 2 months, and should be rotated. How can you achieve this?
Please select:
A.
Use the application to rotate the keys in every 2 months via the SDK
B.
Use a script to query the creation date of the keys. If older than 2 months, create new access key and update all applications to use it inactivate the old key and delete it.
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.
Your answer:
0 comments
Sorted by
Leave a comment first