DVA-C02 Exam QuestionsBrowse all questions from this exam

DVA-C02 Exam - Question 133


A developer needs to store configuration variables for an application. The developer needs to set an expiration date and time for the configuration. The developer wants to receive notifications before the configuration expires.

Which solution will meet these requirements with the LEAST operational overhead?

Show Answer
Correct Answer: C

To store configuration variables with an expiration date and receive notifications before expiration with the least operational overhead, the best solution is to create an advanced parameter in AWS Systems Manager Parameter Store and set Expiration and ExpirationNotification policy types. Advanced parameters support the required policies for expiration and notifications, which standard parameters do not. This approach minimizes operational overhead by fully utilizing built-in AWS capabilities without the need for additional components like Lambda functions or EC2 instances.

Discussion

11 comments
Sign in to comment
ParsonsOption: C
Aug 4, 2023

C is correct. You have to use "advanced parameter in AWS Systems Manager Parameter Store" to be able to Set Expiration and ExpirationNotification policy types.

cloudenthusiastOption: C
Aug 4, 2023

it leverages the advanced parameter tier and the parameter policies feature of Parameter Store, which meet the requirements with the least operational overhead.

worseforwearOption: C
Aug 8, 2023

You can't set expiration policy on standard parameter

cmonthatsmeOption: A
Aug 6, 2023

By creating a standard parameter, you can set an expiration date for the parameter

Gold07
Oct 12, 2023

A is the right Answer

Rameez1Option: B
Oct 20, 2023

Using Lambda function and SNS will address the requirement with least operational overhead.

Rameez1
Oct 22, 2023

Changing my mind option A is correct here.

Fizbo
Dec 7, 2023

It is C. standard tier does not have those features

NijeshT
Nov 29, 2023

Advanced Parameters: These offer more capabilities, such as adding policies for expiration and triggering notifications

Trung125122Option: A
Feb 24, 2024

A is sufficient. C is abundant

KarBiswaOption: C
Feb 25, 2024

https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html

65703c1Option: C
May 23, 2024

C is the correct answer.

AnandeshOption: C
Jul 17, 2024

https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html