What is EBS?
Elastic Block Storage is a storage volume you can attach to your instances while the run to persist data.
What are the EBS types?
What are the characteristics of an EBS snapshot?
How does EBS Encryption work?
What is an IS?
Instance Store is ephemeral block storage, physically attached to the machine
What are the EBS RAID options?
RAID 0: 1 logical volume but multiple volumes are combined to make a larger volume
RAID1: 1 logical volume but writes data to two or more volumes for fault tolerance
RAID5: not recommended for EBS
RAID6: not recommended for EBS
What is EFS?
A managed Network File System (NFS) that can be mounted on many EC2s.
What are the performance modes of EFS?
- Max I/O
What are storage tiers?
A lifecycle management feature for moving storage after N days.
How can i instantiate an EBS volumes quickly?
Restore from a snapshot
What is S3?
Simple Storage Service which is a bucket storage system.
What is an S3 Key?
A full path to the buckets file composed of a prefix + object name.
What is the largest object size that can be uploaded in a S3?
5TB. Anything larger will require a multi-part upload
What are the components of an S3 bucket?
What happens to existing files in an S3 bucket when versioning is turned on?
Nothing, the version will remain as null.
What happens to existing files in an S3 bucket when versioning is suspended?
Nothing, all previous version will remain available.
What are the 4 methods of encryption for S3?
What is SSE-S3?
AWS encryption of S3 objects
What is SSE-KMS?
AWS encryption Key Management Service
What is SSE-C
AWS Client Encryption Key Management
What is Client side encryption?
Encryption and Decryption done on client side
What is another name for encryption in-flight?
SSL/TLS
What are the types of S3 Security?
USER BASED:
- IAM policies
RESOURCE BASED:
What are the settings in an S3 Bucket Policy?
Resources (i.e. buckets and objects)
Actions (Set of API methods: i.e. get, put, etc.)
Effect (allow or deny)
Principal (account or user)f