Key Management Service basics Flashcards
uses hardware security modules that make it easy for you to create and control your encryption keys.
AWS Key Management Service or KMS
Is KMS a regional service?
Yes
Is KMS a public service?
Yes
most basic resource in AWS KMS
Customer Master Key or CMK
a 256-bit key that is used for encryption and decryption
Symmetric
an RSA key pair that is used for encryption and decryption or signing and verification (but not both), or an elliptic curve (ECC) key pair that is used for signing and verification
Asymmetric
Do keys leave KMS?
No it provides FIPS 140-2
type of key designed to encrypt and decrypt data at least once or possibly multiple times
Data Encryption Key (DEK)
AWS KMS does store, manage, or track your data keys, or perform cryptographic operations with data keys
False
Can KMS keys leave a region
No they are isolated to a region
Keys that you (customer) have full control over
Customer Managed Keys
Keys that are created, managed, and used on your behalf
by an AWS service that is integrated with KMS
AWS managed Keys
primary way to control access to KMS keys and determine who has permission to use the KMS key and how they can use it
Key Policies
Can you use IAM policies in tandem with Key Policies
Yes
Without permission from the key policy, IAM policies that allow permissions have no effect
True