Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer deploy resources across multiple AWS Regions for geographic load testing of an API without modifying the application code?
A
Deploy AWS Lambda functions in each Region, set up to instantiate a CloudFormation stack from a template upon invocation.
B
Leverage a CloudFormation template for load test resources and deploy it across desired Regions using the AWS CLI create-stack-set command.
C
Use an AWS Systems Manager document to specify and create necessary resources in the target Regions.
D
Create a CloudFormation template for defining load test resources and deploy stacks in each Region using the AWS CLI deploy command.