AWS Certified Database – Specialty — Question 17

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?

Answer options

Correct answer: A

Explanation

Option A is correct because it allows for a structured way to manage common and environment-specific parameters, leveraging the AWS Systems Manager Parameter Store for dynamic reference in the CloudFormation template. This minimizes configuration errors and ensures consistency across deployments. The other options either lack the dynamic referencing capability or do not provide a means to effectively manage environment-specific settings separately.