An IT operations team needs to perform two distinct activities: first, they want to manually inspect the monthly cost summary on the visual billing dashboard; second, they need to implement a fully automated process to dynamically provision and tear down identical testing environments using templates. Which two AWS deployment and operating methods should the team use to meet these requirements? (Select TWO.)
- AWS Management Console to manually view the billing dashboard and spending summaryAnswer
- AWS CloudFormation to automate the provisioning of testing environments from templatesAnswer
- CAWS Software Development Kit (SDK) to manually open and visually inspect the billing dashboard
- DAWS Elastic Beanstalk to write, version-control, and provision raw network infrastructure templates
- EAWS Management Console to script the automated daily teardown and reconstruction of the environments
Answer
The team should use the AWS Management Console to manually inspect the billing dashboard, and AWS CloudFormation to automate the provisioning of testing environments from templates.
The AWS Management Console is the correct tool for performing manual visual tasks, such as reviewing the billing dashboard. AWS CloudFormation is the correct tool for automating infrastructure deployments using templates.
Step-by-Step Solution
Key Concept
AWS Deployment and Operating Methods
Estimated Time:1m 30s