AWS Certified Database – Specialty — Question 39
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?
Answer options
- 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.
Correct answer: C
Explanation
The correct answer is C because using an AWS CloudFormation template with a stack set allows for automated deployment and configuration management of resources across multiple Regions simultaneously. Option A does not automate the deployment process across Regions, option B lacks the stack set capability for multi-Region deployment, and option D is manual and not automated, which does not meet the requirements.