
Answer-first summary for fast verification
Answer: Use an advanced parameter with Expiration and ExpirationNotification policies.
The correct answer is C. To meet the requirement of setting an expiration date and time for the configuration variables and receiving notifications before the configuration expires, while also minimizing operational overhead, an advanced parameter in AWS Systems Manager Parameter Store is needed. Advanced parameters support Expiration and ExpirationNotification policy types, which a standard parameter does not. Therefore, option C, which suggests using an advanced parameter with these policies, is the most suitable and efficient solution.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Which AWS Systems Manager Parameter Store option best meets the requirement for storing application configuration variables with an expiration date, time, and pre-expiration notifications, while minimizing operational overhead?
A
Use a standard parameter with Expiration and ExpirationNotification policies.
B
Use a standard parameter and add a Lambda function for expiration handling and SNS notifications.
C
Use an advanced parameter with Expiration and ExpirationNotification policies.
D
Use an advanced parameter with an EC2 cron job for expiration and notification dispatch.