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 18 discussion

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

A gaming company wants to deploy a game in multiple Regions. The company plans to save local high scores in Amazon DynamoDB tables in each Region. A
Database Specialist needs to design a solution to automate the deployment of the database with identical configurations in additional Regions, as needed. The solution should also automate configuration changes across all Regions.
Which solution would meet these requirements and deploy the DynamoDB tables?

  • A. Create an AWS CLI command to deploy the DynamoDB table to all the Regions and save it for future deployments.
  • B. Create an AWS CloudFormation template and deploy the template to all the Regions.
  • C. Create an AWS CloudFormation template and use a stack set to deploy the template to all the Regions.
  • D. Create DynamoDB tables using the AWS Management Console in all the Regions and create a step-by-step guide for future deployments.
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
helpaws
Highly Voted 3 years, 8 months ago
C here
upvoted 11 times
user0001
3 years, 3 months ago
true but wording is wrong as well
upvoted 1 times
...
...
Anuragdba
Highly Voted 3 years, 7 months ago
C : Use CloudFormation StackSets to Provision Resources Across Multiple AWS Accounts and Regions https://aws.amazon.com/blogs/aws/use-cloudformation-stacksets-to-provision-resources-across-multiple-aws-accounts-and-regions/
upvoted 5 times
...
Pranava_GCP
Most Recent 1 year, 8 months ago
Selected Answer: C
C. Create an AWS CloudFormation template and use a stack set to deploy the template to all the Regions. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html "AWS CloudFormation StackSets extends the capability of stacks by enabling you to create, update, or delete stacks across multiple accounts and AWS Regions with a single operation. Using an administrator account, you define and manage an AWS CloudFormation template, and use the template as the basis for provisioning stacks into selected target accounts across specified AWS Regions."
upvoted 2 times
...
adelcold
1 year, 11 months ago
Selected Answer: C
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/what-is-cfnstacksets.html
upvoted 2 times
...
f___16
2 years, 3 months ago
Selected Answer: C
Stack sets are used to deploy to multiple regions.
upvoted 3 times
...
Dean791
2 years, 3 months ago
Selected Answer: C
C is the best choice A & D so manual
upvoted 1 times
...
lollyj
2 years, 5 months ago
Selected Answer: C
Stack sets to deploy to regions
upvoted 1 times
...
sayed
2 years, 7 months ago
Selected Answer: C
C automate the deployment of the database with identical configurations in additional Regions (leads us to cloud formation), as needed. The solution should also automate configuration changes across all Regions (leads us to stack set)
upvoted 1 times
...
novice_expert
3 years, 1 month ago
Selected Answer: C
Create an AWS CloudFormation template -> use a stack set -> deploy the template to all the Regions.
upvoted 1 times
...
GMartinelli
3 years, 6 months ago
Selected Answer: C
Option C
upvoted 2 times
...
astood
3 years, 7 months ago
C >>> Absolutely agreed
upvoted 1 times
...
aws4myself
3 years, 7 months ago
C => stack set to deploy in multiple regions
upvoted 1 times
...
guru_ji
3 years, 7 months ago
Correct Answer ==>> C
upvoted 1 times
...
ChauPhan
3 years, 7 months ago
C. A stack set lets you create stacks in AWS accounts across regions by using a single CloudFormation template
upvoted 2 times
...
manan728
3 years, 7 months ago
Yup C it is.
upvoted 1 times
...
LMax
3 years, 7 months ago
Answer C
upvoted 2 times
...
myutran
3 years, 7 months ago
Ans: C
upvoted 1 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 ...