
Ultimate access to all questions.
A global e-commerce company aims to conduct geographic load testing for its order processing API. To achieve this, the company needs to deploy the necessary resources across various AWS Regions to facilitate the load testing process for the API.
What steps can the company take to fulfill these requirements without needing to write additional application code?
A
Set up an AWS Cloud Development Kit (CDK) ToolKit that defines the load test resources. Leverage the CDK CLI to create a stack from the template in each Region
B
Set up an AWS CloudFormation template that defines the load test resources. Leverage the AWS CLI create-stack-set command to create a stack set in the desired Regions
C
Set up an AWS Organizations template that defines the load test resources across the organization. Leverage the AWS CLI create-stack-set command to create a stack set in the desired Regions
D
Set up an AWS CloudFormation template that defines the load test resources. Develop region-specific Lambda functions to create a stack from the AWS CloudFormation template in each Region when the respective function is invoked