A company wants to deploy its cloud infrastructure using declarative templates to ensure that development and production environments are created consistently. Additionally, the company's financial team needs a web-based, graphical user interface to manually review monthly billing reports. Which AWS tools or interfaces will meet these requirements? (Select TWO)
- AWS CloudFormationAnswer
- AWS Management ConsoleAnswer
- CAWS Command Line Interface (CLI)
- DAWS Software Development Kit (SDK)
- EAWS Elastic Beanstalk
Answer
AWS CloudFormation and AWS Management Console meet these requirements.
AWS CloudFormation allows developers to model and set up their Amazon Web Services resources using declarative JSON or YAML templates, which guarantees identical, consistent environments. The AWS Management Console is the default web-based visual interface that enables manual navigation of services, including viewing billing dashboards.
Step-by-Step Solution
Key Concept
AWS offers multiple interfaces and deployment methods—such as AWS CloudFormation for Infrastructure as Code templates and the AWS Management Console for a web-based graphical interface—tailored to different administrative and automation needs.