AWS Certified Developer – Associate (DVA-C02) — Question 27

A developer needs to perform geographic load testing of an API. The developer must deploy resources to multiple AWS Regions to support the load testing of the API.
How can the developer meet these requirements without additional application code?

Answer options

Correct answer: B

Explanation

The correct answer is B because using AWS CloudFormation stack sets allows for the simultaneous creation of resources in multiple Regions without the need for additional application code. Option A is incorrect as it requires creating Lambda functions, which introduces extra code and complexity. Option C is wrong because AWS Systems Manager documents do not facilitate the same level of multi-Region resource deployment as stack sets. Option D is also incorrect because the deploy command does not support creating stacks across multiple Regions at once.