AWS CLI Flashcards

1
Q

STS GetSessionToken

A

Create a temporary session with MFA

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

For intermittent errors implement

A

Exponential backoff

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

For Consistent errors

A

request an API throttling limit increase

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

CLI Credentials Provider Chain

A
  • CLI options
  • Environment Variables
  • CLI credentials
  • CLI configuration
  • Container credentials
  • Instance Profile
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If working within AWS, use ____

A

IAM Roles

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

If working outside AWS, use ____

A

Environment variables/Named profiles

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

Sign the request so that AWS can identify you, using your AWS credentials (access key & secret key) when calling the AWS HTTP API

A

SigV4

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

S3 Replication used in compliance, lower latency access, replication across accounts

A

Cross Region Replication

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

S3 Replication used in log aggregation, live replication between production and test accounts

A

Same Region Replication

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

S3 Replication copying is _____

A

Asynchronous

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

S3 Storage Class - High durability of objects across multiple AZ used for Big Data analytics, mobile & gaming apps, content distribution

A

S3 Standard

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

S3 Storage Class - Suitable for data that is less frequently accessed but requires rapid access when needed. Disaster Recovery, backups

A

S3 Infrequent Access

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

S3 Storage Class - IA data but stored in a single AZ. Secondary backups

A

S3 One Zone - IA

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

Automatically moves objects between two access tiers based on changing access patterns

A

S3 Intelligent Tiering

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

S3 Storage Class - Low cost object storage meant for archiving/backup

A

Glacier

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

Glacier 3 retrieval options

A
  • Expedited (1 - 5 minutes)
  • Standard (3 - 5 hours)
  • Bulk (5 - 12 hours)
17
Q

Glacier Deep Archive retrieval options

A
  • Standard (12 hours)

- Bulk (48 hours)

18
Q

Defines when objects are transitioned to another storage class

A

Transition actions

19
Q

Configure objects to expire after some time

A

Expiration actions

20
Q

Retrieve less data using SQL by performing server side filtering

A

S3 Select & Glacier Select

21
Q

Serverless service to perform analytics directly against S3 files. Analyze data directly on S3.

A

Athena