AWS CLI Flashcards
STS GetSessionToken
Create a temporary session with MFA
For intermittent errors implement
Exponential backoff
For Consistent errors
request an API throttling limit increase
CLI Credentials Provider Chain
- CLI options
- Environment Variables
- CLI credentials
- CLI configuration
- Container credentials
- Instance Profile
If working within AWS, use ____
IAM Roles
If working outside AWS, use ____
Environment variables/Named profiles
Sign the request so that AWS can identify you, using your AWS credentials (access key & secret key) when calling the AWS HTTP API
SigV4
S3 Replication used in compliance, lower latency access, replication across accounts
Cross Region Replication
S3 Replication used in log aggregation, live replication between production and test accounts
Same Region Replication
S3 Replication copying is _____
Asynchronous
S3 Storage Class - High durability of objects across multiple AZ used for Big Data analytics, mobile & gaming apps, content distribution
S3 Standard
S3 Storage Class - Suitable for data that is less frequently accessed but requires rapid access when needed. Disaster Recovery, backups
S3 Infrequent Access
S3 Storage Class - IA data but stored in a single AZ. Secondary backups
S3 One Zone - IA
Automatically moves objects between two access tiers based on changing access patterns
S3 Intelligent Tiering
S3 Storage Class - Low cost object storage meant for archiving/backup
Glacier