exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 50 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 50
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A Database Specialist is creating Amazon DynamoDB tables, Amazon CloudWatch alarms, and associated infrastructure for an Application team using a development AWS account. The team wants a deployment method that will standardize the core solution components while managing environment-specific settings separately, and wants to minimize rework due to configuration errors.
Which process should the Database Specialist recommend to meet these requirements?

  • A. Organize common and environmental-specific parameters hierarchically in the AWS Systems Manager Parameter Store, then reference the parameters dynamically from an AWS CloudFormation template. Deploy the CloudFormation stack using the environment name as a parameter.
  • B. Create a parameterized AWS CloudFormation template that builds the required objects. Keep separate environment parameter files in separate Amazon S3 buckets. Provide an AWS CLI command that deploys the CloudFormation stack directly referencing the appropriate parameter bucket.
  • C. Create a parameterized AWS CloudFormation template that builds the required objects. Import the template into the CloudFormation interface in the AWS Management Console. Make the required changes to the parameters and deploy the CloudFormation stack.
  • D. Create an AWS Lambda function that builds the required objects using an AWS SDK. Set the required parameter values in a test event in the Lambda console for each environment that the Application team can modify, as needed. Deploy the infrastructure by triggering the test event in the console.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
chicagomassageseeker
Highly Voted 3 years, 9 months ago
A. AWS Systems Manager Parameter Store
upvoted 10 times
BillyMadison
3 years, 9 months ago
Is it A based off this? https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html
upvoted 3 times
...
pan24
3 years, 9 months ago
A is correct https://aws.amazon.com/blogs/mt/integrating-aws-cloudformation-with-aws-systems-manager-parameter-store/
upvoted 5 times
...
...
kyo
Most Recent 1 year, 4 months ago
C is also possible. However, A is better than C.
upvoted 1 times
...
SuriSagar
1 year, 9 months ago
The answer is A
upvoted 1 times
...
lollyj
2 years, 6 months ago
Selected Answer: A
Parameter store to separate the environments
upvoted 3 times
...
sachin
2 years, 12 months ago
Mapping should have been the right approach for handing environment and it related setting but that option is not there.. We can still achieve setting as using parameters. A
upvoted 1 times
...
novice_expert
3 years, 2 months ago
Selected Answer: A
A. Organize common and environmental-specific parameters hierarchically in the AWS Systems Manager Parameter Store, then reference the parameters dynamically from an AWS CloudFormation template. Deploy the CloudFormation stack using the environment name as a parameter.
upvoted 3 times
...
LMax
3 years, 8 months ago
The only reasonable answer is A
upvoted 2 times
...
myutran
3 years, 8 months ago
Ans: A
upvoted 1 times
...
JobinAkaJoe
3 years, 8 months ago
Not sure. I will go with A
upvoted 1 times
...
Ashoks
3 years, 8 months ago
I would select A
upvoted 2 times
...
Manmohan
3 years, 8 months ago
I will go with B
upvoted 2 times
...
AWSCert2020
3 years, 8 months ago
For me is C or B because on DynamoDB probably i need different configuration (for example RCU and WCU) between Dev and Prod environment. Probably i choose C because CLI not support parameters on S3 but only the body template.
upvoted 1 times
...
BillyC
3 years, 8 months ago
A 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 ...