AWS Key Management Service (KMS)
-
AWS KMS is a managed service to create and control customer managed keys, encryption keys.
-
KMS can be used to retrieve the Keys from sdk’s or api reference and we can also these keys with other aws services like s3, ebs for encrypting the data
-
With AWS KMS
- Create, edit & view Symmetric and Asymmetric keys
- Create, edit & View Key Policies & grants fo the Keys
-
We can use keys in cryptographic operationss using the Programming Refer Here
- Creating the Client Refer Here
- Working with Keys Refer Here
- Encrypting and Decrypting Refer Here
- Working with grants Refer Here
-
Create a KMS using console- Symmetric

-
Create a KMS using console- Asymmetric

