Provisioning and Monitoring Flashcards
A graphical interface to manage compute, storage, and other cloud resources
AWS Management Console
A tool for automating the use of AWS services through scripts
AWS Command Line Interface (CLI)
Software tools and libraries that allow developers to interact with AWS resources programmatically using the developers preferred language
AWS Software Development Kits (SDKs)
Which AWS service allows you to provision and manage AWS resources by treating infrastructure as code?
AWS CloudFormation
Name a configuration management service that helps you configure and operate applications in a cloud enterprise by using Puppet or Chef?
AWS OpsWorks
AWS Management Console is a …
graphical interface to manage compute, storage, and other cloud resources
AWS Command Line Interface (CLI) is a …
tool for managing AWS services from the command line and automate their provisioning and configuration through scripts
AWS Software Development Kits (SDKs) are a …
collection of software tools and libraries that allow developers to interact with AWS resources and services programmatically using their favorite language
What does AWS CloudFormation do?
CloudFormation allows you to provision and manage AWS resources using JSON and YMAL files as templates (infrastructure as code)
What does AWS OpsWorks do?
OpsWorks automates the setup, configuration, and management of your applications across different lifecycle stages using managed instances of Chef, Puppet, or Stack
Amazon’s performance monitoring service is called?
Amazon CloudWatch
What does Amazon CloudWatch do?
Monitors performance across your AWS infrastructure (how much resources where used). Also performance alarms.
Amazon’s service that inspects your AWS environment and makes recommendations when opportunities exist to save money, to improve system availability and performance, or to help close security gaps is called?
AWS Trusted Advisor
What does AWS Trusted Advisor do?
Trusted Advisor inspects your AWS environment and makes recommendations when opportunities exist to save money, to improve system availability and performance, or to help close security gaps
AWS IAM vs AWS Organizations
IAM focuses on users while Organizations focuses on accounts