KMS Flashcards
What type of service is KMS? (regional, AZ, global)
Regional
Is KMS private or public?
KMS is a public service
Where can KMS be accessed from?
Anywhere, it resides in the AWS public zone.
What are the main operations that KMS can perform?
Create, store and manage keys.
Can KMS handle both, symmetric and asymmetric keys?
Yes
Can keys leave KMS?
Never
What US security standard is KMS compliant to?
FIPS 140-2 (L2). Some features complaint to L3.
What is a CMK?
It is a customer master key
What is CMK used for?
Cryptographic operations
What is max data that a CMK can encrypt/decrypt?
4KB of data in size
What are the attributes of a CMK?
Key ID, key policy, description, state and creation date.
What is a DEK?
Data encryption keys are keys generated by KMS from a CMK to encrypt data larger than 4 KB in size.
Is the use of CMKs tracked? And DEKs?
CMKs yes, DEKs no.
Are DEKs stored in KMS?
No, they are discarded one provided to a service or user.
What is used to decrypt a DEK?
The same CMK that was used to create him