A system administrator needs to perform two tasks: first, they want to deploy and update a collection of AWS resources in a repeatable way using templates; second, they need to run interactive queries and administrative commands directly from their local terminal. Which two AWS tools should the administrator use to perform these tasks? (Select TWO.)
- AWS CloudFormationAnswer
- AWS Command Line Interface (AWS CLI)Answer
- CAWS Elastic Beanstalk
- DAmazon CloudWatch
- EAWS Identity and Access Management (IAM) Roles
Answer
AWS CloudFormation and AWS Command Line Interface (AWS CLI)
AWS CloudFormation allows administrators to define and provision AWS infrastructure using declarative templates, ensuring repeatable deployments. The AWS Command Line Interface (AWS CLI) allows users to run interactive administrative commands and query resources directly from their local terminal shell.
Step-by-Step Solution
Key Concept
Deployment and management tools in AWS including AWS CloudFormation for Infrastructure as Code and the AWS CLI for terminal-based operations.
Estimated Time:1m 0s