What is KMS?
Key Management Service
What is Secrets Manager
Secrets Management Service
How are secrets rotated?
A lambda performs the secret rotation at an interval you specify.
Are secrets cross-region?
No, they are local to a region. Replication must be deliberately performed to propagate them to a different region.
What does it mean when an EC2 instance has an attached IAM role to it?
What are the typical steps to associate an IAM role with an EC2 instance?
Create an IAM role.
Define which accounts or AWS services can assume the role.
Define which API actions and resources the application can use after assuming the role.
Specify the role when you launch your instance, or attach the role to an existing instance.
Have the application retrieve a set of temporary credentials and use them.
What is CMK?
Customer Master Key
AWS Managed
- automatically rotates keys every 3 years
Customer Managed - created by the customer, flexible
- rotation is optional, once a year
DEK?
Data Encryption Keys