CH6: Working with AWS Resources Flashcards

1
Q

SNS in plain English

A

“Simple Notification Service”: Send mobile notifications, emails and/or SMS messages

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

SQS in plain English

A

“Simple Queue Service”: special db like data store for things which will be consumed.

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

What is CloudTrail event history?

A

Stores 90 days of management events for each region

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

What is a ‘trail’?

A

Configuration which allows CloudTrail to record specified events in log files and deliver them to an S3 bucket.

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

Log file integrity validation validates what excatly?

A
  1. That no files have been wrongfully deleted

2. That no files have been wrongfully modified

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

What does a CloudWatch alarm watch over?

A

A single metric (always numeric)

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

How can a CloudWatch alarm be turned into a notification?

A

Via SNS (Simple Notification Service)

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

Communication channel b/t publisher and subscriber for SNS?

A

‘Topic’

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

Potential subscribers for SNS notification

A
  1. HTTP(s)
  2. SQS
  3. Lambda
  4. Mobile Push Notification
  5. Email
  6. Email JSON
  7. SMS text message
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

(1) What is CloudWatch Logs organization structure and (2) how long are logs kept?

A
  1. logs -> log streams -> log groups

2. indefinitely

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

Cloudwatch events DO NOT monitor/act upon what two things?

A
  1. Logs

2. Metrics

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

What is CloudWatch Logs?

A

Service which can collect and store log files from AWS and non AWS sources for purposes of viewing, searching, metrics.

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

CloudWatch in plain English

A

Should have been called “Status Pager”. Get alerts about AWS services messing up or disconnecting.

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

Cloudtrail in plain English

A

Should have been called “Amazon Logging”. Log who is doing what in your AWS stack (API calls).

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

Which Cost Explorer report shows the amount of money you’ve saved using reserved instances?

A

Reservation Utilization

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

What Cost Explorer report type shows you monthly costs of your EC2 instances?

A

Cost and Usage Reports

17
Q

What sites to visit for FAQs on technical problems?

What site to visit for general documentation?

A

The Knowledge Center is a general FAQ for technical problems and their solutions. The docs.aws.amazon.com site is for general documentation.

18
Q

Which of the following is one of the first places you should look when troubleshooting a failing application?

A

Service Health Dashboard