Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Security & Encryption, KMS - Coggle Diagram
AWS Security & Encryption, KMS
-
-
-
-
-
Key Policy
-
Principle
Allow federated user: Action: kms:*, Principle: {AWS: federated-user/<user-name}>}
-
-
-
-
-
-
-
-
AWS Secrets Manager
newer service, rotation every X days
-
-
-
-
-
-
-
-
AWS Nitro Enclaves
process highly sensitive data
(PPI, healthcare, financial)
-
-
flow
- launch nitro-based EC2 with
EnclaveOptions: true
- Nitro CLI convert app -> Encalve Image FIle (EIF)
- EIF file -> Nitro CLI
-> Enclave
- Enclave is separate VM
(own kernel, memory, CPU)
-