TJ - Review mode set 4 Flashcards

1
Q

You pay for all bandwidth in/out of S3, except for 3 cases. List the 3 cases where you do NOT pay for bandwidth in/out of S3.

A

– Data transferred in from the Internet.

– Data transferred out to an Amazon EC2 instance, when the instance is in the same AWS Region as the S3 bucket (including to a different account in the same AWS region).

– Data transferred out to Amazon CloudFront.

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

What is Lambda@Edge?

A

a feature of Amazon CloudFront that lets you run code closer to users of your application, which improves performance and reduces latency.

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

What is AWS Health?

A

provides ongoing visibility into your resource performance and the availability of your AWS services and accounts

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

In AWS Health, What is the difference between AWS PERSONAL Health Dashboard and AWS SERVICE Health Dashboard?

A

-Personal health is tailored to a specific AWS account.
-Service health provides a high-level overview of the health and status of AWS services across all regions. Has nothing to do with a specific AWS customer but alerts to anyone in the affected region

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

What service is most “tightly coupled” with AWS Health?

A

AWS EventBridge

It is specifically designed to integrate with AWS Health events, providing real-time, automated responses to health issues.

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

What is Eventbridge?

A

EventBridge is a versatile event bus service designed to integrate with numerous AWS services, such as Lambda, Step Functions, SNS, SQS, and more (cloudwatch, AWS health)

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

In S3, how do you protect data in a bucket from an AZ wide or region wide failure?

A

Enable cross-region replication

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

What is the charge for a stopped On-Demand EC2 instance?

A

there is no charge for a stopped EC2 instance that you have shut down.

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

What is the behavior of EBS volumes on a stopped instance?

A

EBS volumes are off-instance storage that can keep information and continue to accrue charges even when an instance is stopped

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

which SSE provides an audit trail that shows when your key was used and by whom?

-Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3)
- Server-Side Encryption with Customer Master Keys (CMKs) Stored in AWS Key Management Service (SSE-KMS)
- Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3)

A
  • Server-Side Encryption with Customer Master Keys (CMKs) Stored in AWS Key Management Service (SSE-KMS)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you collect logs from your Amazon EC2 instances and on-premises servers into CloudWatch?

A

unified CloudWatch agent, or the old CloudWatch Logs agent.

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

what is the difference in SSM Agent and cloudwatch agent?

A

The SSM Agent is used for securely managing and configuring AWS resources, whereas the CloudWatch Agent is used for collecting and tracking metrics and logs from AWS resources.

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

What is the behavior for standard SQS queues (The default) ?

A

SQS Standard Queues do not guarantee message order and may deliver duplicates.

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

What is the behavior for FIFO SQS queues?

A

SQS FIFO Queues guarantee message order and ensure no duplicates are sent, making them suitable for scenarios where the order of processing and exactly-once delivery are crucial.

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

List Example Use Cases for FIFO SQS:

A

-Order processing systems where the order of transactions must be preserved.
-Financial transactions that require exactly-once processing without duplicates.
-Task queues where tasks must be executed in the order they are received.

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

List Example Use Cases for KDS:

A

-Real-time log and event data collection and analysis.
-Real-time data processing for analytics dashboards.
-Streaming data ingestion for IoT devices.
-AI training involving processing large volumes of data in real-time and requires high-throughput data ingestion