exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 121 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 121
Topic #: 1
[All AWS Certified Developer Associate Questions]

A developer is creating an AWS CloudFormation template for an application. The application includes an Amazon RDS database. The password to be set for the resource's MasterUserPassword property is already stored in AWS Secrets Manager.
How can the developer reference the value of the password in the CloudFormation template?

  • A. Use a parameter in the CloudFormation template with the same name of the secret.
  • B. Use the ssm dynamic reference by specifying the name of the secret and its version.
  • C. Use the secretsmanager dynamic reference by specifying the appropriate reference-key segment.
  • D. Use the ssm-secure dynamic reference by specifying the name of the secret and its version.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rcaliandro
1 year, 12 months ago
IDonno
upvoted 2 times
...
sichilam
2 years, 5 months ago
Secrets Manager secrets Use the secretsmanager dynamic reference to retrieve entire secrets or secret values that are stored in Secrets Manager for use in your templates. Secrets can be database credentials, passwords, third-party API keys, or arbitrary text.
upvoted 1 times
...
haazybanj
2 years, 8 months ago
Selected Answer: C
Answer is C
upvoted 1 times
...
GeePete
2 years, 9 months ago
C: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html#dynamic-references-secretsmanager
upvoted 3 times
...
robbyboss
2 years, 9 months ago
C: https://docs.aws.amazon.com/secretsmanager/latest/userguide/cfn-example_reference-secret.html
upvoted 3 times
...
Chhotu_DBA
2 years, 9 months ago
Selected Answer: C
C is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...