0
0
AWScloud~5 mins

S3 encryption options in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the purpose of encryption in Amazon S3?
Encryption in Amazon S3 protects data by converting it into a secure format that unauthorized users cannot read.
Click to reveal answer
beginner
Name the three main types of encryption options available in Amazon S3.
The three main encryption options are: 1) Server-Side Encryption with Amazon S3-Managed Keys (SSE-S3), 2) Server-Side Encryption with AWS KMS-Managed Keys (SSE-KMS), and 3) Client-Side Encryption.
Click to reveal answer
beginner
What is SSE-S3 and how does it work?
SSE-S3 encrypts data at rest using keys managed by Amazon S3. It automatically encrypts data when saved and decrypts it when accessed, without user management of keys.
Click to reveal answer
intermediate
How does SSE-KMS differ from SSE-S3?
SSE-KMS uses AWS Key Management Service to manage encryption keys, providing more control, audit logs, and the ability to create and rotate keys, unlike SSE-S3 which uses Amazon S3-managed keys.
Click to reveal answer
intermediate
What is client-side encryption in Amazon S3?
Client-side encryption means data is encrypted by the user before sending it to S3. The user manages the encryption keys and decryption happens on the client side.
Click to reveal answer
Which S3 encryption option automatically manages encryption keys without user intervention?
ASSE-S3
BSSE-KMS
CClient-side encryption
DNone of the above
Which encryption option provides audit logs and key rotation features?
ASSE-S3
BNo encryption
CSSE-KMS
DClient-side encryption
Who manages the encryption keys in client-side encryption?
AAmazon S3
BAWS KMS
CAWS CloudTrail
DThe user/client
Which encryption method encrypts data before it is sent to Amazon S3?
AClient-side encryption
BSSE-KMS
CSSE-S3
DS3 Versioning
What does SSE stand for in the context of Amazon S3?
ASecure Storage Encryption
BServer-Side Encryption
CSimple Storage Encryption
DSystem Security Enforcement
Explain the differences between SSE-S3, SSE-KMS, and client-side encryption in Amazon S3.
Think about who manages the keys and where encryption happens.
You got /5 concepts.
    Why might a company choose SSE-KMS over SSE-S3 for their S3 data encryption?
    Consider security and compliance needs.
    You got /4 concepts.