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

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.