Question

Difficulty: EasyMethods of Deploying and Operating in AWS

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.)

  1. AWS CloudFormationAnswer
  2. AWS Command Line Interface (AWS CLI)Answer
  3. C
    AWS Elastic Beanstalk
  4. D
    Amazon CloudWatch
  5. E
    AWS 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

1
Identify the tool required for repeatable infrastructure deployment using templates.
AWS CloudFormation is the service designed for deploying resources via infrastructure as code templates.
It allows declaring resource state in templates and deploying them reliably.
2
Identify the tool required to run interactive commands and queries from a local terminal.
AWS Command Line Interface (AWS CLI) is the tool that enables running commands directly from a terminal shell.
It allows shell-based management and interactive querying of AWS resources.

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
Rate this question