A development team wants to deploy multiple test environments for an application in a fast, repeatable manner.
Which AWS service should the team use?
Amazon EC2
AWS CloudFormation
Amazon QuickSight
Amazon Elastic Container Service (Amazon ECS)
Explanations:
Amazon EC2 provides virtual servers, but it doesn’t offer the automated, repeatable deployment of multiple environments.
AWS CloudFormation allows the team to define infrastructure as code, enabling fast, repeatable deployment of multiple environments.
Amazon QuickSight is a business intelligence service and does not support deployment of environments.
Amazon ECS is for deploying containerized applications but doesn’t inherently support creating multiple environments in a fast, repeatable way.