DBS-C01 · Question #83
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 a
The correct answer is C. Create an AWS CloudFormation template and use a stack set to deploy the template to all the. Use CloudFormation StackSets to Provision Resources Across Multiple AWS Accounts and https://aws.amazon.com/blogs/aws/use-cloudformation-stacksets-to-provision-resources-across- multiple-aws-accounts-and-regions/
Question
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?
Options
- ACreate an AWS CLI command to deploy the DynamoDB table to all the Regions and save it for
- BCreate an AWS CloudFormation template and deploy the template to all the Regions.
- CCreate an AWS CloudFormation template and use a stack set to deploy the template to all the
- DCreate DynamoDB tables using the AWS Management Console in all the Regions and create a
How the community answered
(52 responses)- A8% (4)
- B13% (7)
- C75% (39)
- D4% (2)
Explanation
Use CloudFormation StackSets to Provision Resources Across Multiple AWS Accounts and https://aws.amazon.com/blogs/aws/use-cloudformation-stacksets-to-provision-resources-across- multiple-aws-accounts-and-regions/
Topics
Community Discussion
No community discussion yet for this question.