AWS Simple Storage Service Flashcards
What type of storage is Simple Storage Service (S3)?
Object storage
What is the encryption used on server side encryption for Simple Storage Service?
AES-256
What is the availability of Simple Storage Service?
4 x 9s (99.99%)
How many availability zones is Simple Storage Service data replicated to?
3 Availability Zones (3 AZs)
Who holds the master key for Simple Storage Service encryption?
AWS- in Key Management Service (KMS)
Are all objects encrypted using the same master key? (are the keys changed over time?
No, the keys are rotated each month
The master key is used in the process to encrypt an object, is this the only key?
No, there is a ‘per object’ key
Is the ‘per object’ key encrypted?
Yes, it is encrypted by the master key
Is the object data encrypted at rest?
Yes
What are the storage classes available in AWS?
S3 Standard S3 Standard IA Zone IA Intelligent Tiering Glacier Glacier Deep Archive
Where is the ‘per object’ stored?
In a hidden S3 bucket
Are there other options available to encrypt an object?
Client side encryption using the Software Development Kit (SDK)
What is the minimum size of data you can put in Simple Storage Service?
1 byte
If you put data in a single regions, is that data/object replicated to other regions?
No, data stays within a region
Can you copy data to other regions?
Amazon Machine Image (AMI) Copy enables you to easily copy your Amazon Machine Images between AWS Regions
What is the max size of data you can place in Simple Storage Service?
5 Terabytes
How would you make an HTML page available to people on the internet?
Use static web hosting
How can you delete an object after a defined period of time?
Use life cycle policies