DVA-C02 · Question #8
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…
The correct answer is B. Create an AWS CloudFormation template that defines the load test resources. Use the AWS CLI. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html https://awscli.amazonaws.com/v2/documentation/api/2.1.30/reference/cloudformation/create-
Question
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?
Options
- ACreate and deploy an AWS Lambda function in each desired Region. Configure the Lambda
- BCreate an AWS CloudFormation template that defines the load test resources. Use the AWS CLI
- CCreate an AWS Systems Manager document that defines the resources. Use the document to
- DCreate an AWS CloudFormation template that defines the load test resources. Use the AWS CLI
How the community answered
(49 responses)- A6% (3)
- B80% (39)
- C2% (1)
- D12% (6)
Explanation
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html https://awscli.amazonaws.com/v2/documentation/api/2.1.30/reference/cloudformation/create-
Community Discussion
No community discussion yet for this question.