Other Flashcards

1
Q

What is AWS SES used for?

A

Sending emails securely and at scale; supports inbound/outbound email, stats, IP options.

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

What security features does SES support?

A

DKIM, SPF, and flexible IP deployment (shared, dedicated, customer-owned).

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

What is Amazon OpenSearch used for?

A

Search any field including partial matches; complement to databases.

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

How does OpenSearch integrate with AWS?

A

Ingestion from Kinesis Firehose, IoT, CloudWatch Logs; security via IAM, KMS, TLS.

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

What is Amazon Athena?

A

Serverless SQL query service for data in S3.

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

What formats does Athena support?

A

CSV, JSON, ORC, Avro, Parquet.

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

What is Athena’s pricing model?

A

$5 per TB of data scanned.

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

How can Athena’s performance be improved?

A

Use columnar formats like Parquet, compress data, partition data, use large files.

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

What is Athena Federated Query?

A

Run SQL across AWS/on-prem data using Lambda data source connectors.

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

What is Amazon MSK?

A

Managed Apache Kafka service; supports VPC, HA, Zookeeper.

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

What is MSK Serverless?

A

Run Apache Kafka without managing capacity.

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

Compare Kinesis vs MSK.

A

Kinesis: 1MB/shards/splitting; MSK: Kafka topics, more config, up to 10MB.

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

What does ACM do?

A

Manages SSL/TLS certificates; integrates with ELB, CloudFront, API Gateway.

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

What is ACM Private CA?

A

Create private CAs to issue X.509 certs for internal org use.

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

What is Amazon Macie?

A

ML-based service to detect sensitive data like PII in AWS.

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

What is AWS AppConfig?

A

Manage and deploy dynamic app configs independent of code.

17
Q

What can validate AppConfig changes?

A

JSON schema or Lambda function.

18
Q

What is CloudWatch Evidently?

A

Feature flag & experimentation tool for safe deployments.

19
Q

What are CloudWatch Evidently launches?

A

Enable/disable features for subsets of users.

20
Q

What are CloudWatch Evidently experiments?

A

Compare versions of features for A/B testing.