0
0
AWScloud~5 mins

KMS for key management in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is AWS KMS?
AWS KMS (Key Management Service) is a service that helps you create and control encryption keys used to protect your data in the cloud.
Click to reveal answer
beginner
What is a Customer Master Key (CMK) in AWS KMS?
A CMK is a logical key that you create in AWS KMS to encrypt and decrypt data keys or other data directly. It controls access and usage of the keys.
Click to reveal answer
beginner
How does AWS KMS help with data security?
AWS KMS encrypts your data using keys that you control. It manages key lifecycle, access permissions, and auditing to keep your data safe.
Click to reveal answer
intermediate
What is the difference between symmetric and asymmetric keys in AWS KMS?
Symmetric keys use the same key to encrypt and decrypt data. Asymmetric keys use a pair of keys: one to encrypt and a different one to decrypt.
Click to reveal answer
beginner
Why should you use AWS KMS instead of managing your own encryption keys?
AWS KMS handles key storage, security, rotation, and auditing automatically, reducing the risk of key loss or misuse compared to manual key management.
Click to reveal answer
What does AWS KMS primarily manage?
AEncryption keys
BVirtual machines
CNetwork traffic
DDatabase backups
Which key type in AWS KMS uses a pair of keys for encryption and decryption?
ASymmetric key
BAsymmetric key
CMaster key
DData key
What is a Customer Master Key (CMK) used for in AWS KMS?
ATo manage user permissions
BTo store data backups
CTo encrypt and decrypt data keys
DTo monitor network traffic
Which of the following is NOT a benefit of using AWS KMS?
AAutomatic key rotation
BCentralized key management
CAccess control and auditing
DManual key storage on local devices
How does AWS KMS improve data security?
ABy encrypting data with keys you control
BBy deleting all data after use
CBy sharing keys publicly
DBy disabling encryption
Explain what AWS KMS is and how it helps protect data.
Think about how keys help lock and unlock data.
You got /4 concepts.
    Describe the difference between symmetric and asymmetric keys in AWS KMS.
    Consider how one key or two keys are used.
    You got /3 concepts.