chapter 6 Flashcards

1
Q

When do you use the AWS Management Console versus the AWS CLI?

A

AWS Management Console - required if you want to use the point-and-click interface and want to view visual elements such as CloudWatch graphs or Cost Explorer graphs.
AWS CLI - to manage your AWS resources manually from the command
line or using scripts. It’s good for repetitive or bulk tasks that would take a long time using the Web.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you use resource tags and resource groups?

A

You can use tags to label your resources according to whatever you like
You can group resources into a resource group according to resource tags or CloudFormation stacks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are some use case for CloudWatch?

A

To collect logs and metrics from AWS and non-AWS services.
To create alarms to trigger when a metric falls above or below a threshold. In response to an alarm, you can send a notification using SNS, or you can take an action using an Auto Scaling action or EC2 action.
Aggregate and search log files.
Take actions in response to specific events that occur with your AWS resources,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the options for developing applications that integrate with AWS?

A

SDKs for a variety of programming languages and platforms.
HTTPS-based AWS Query API that you can interface with directly, the SDKs handle the heavy lifting of request authentication, serialization, and connection management, freeing you up to write your application without having to learn the nitty-gritty API details of every AWS service you want to use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does CloudTrail do and how does it differ from and integrates with
CloudWatch?

A

CloudTrail logs management and data operations on your account.
You can optionally stream CloudTrail logs to CloudWatch for storage,
searching, and analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly