Amazon KMS CLI: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Amazon KMS]] | * [[Amazon KMS]] | ||
=Overview= | |||
=CMK Operations= | =CMK Operations= | ||
==Create a Master Key== | ==Create a Master Key== | ||
{{External|https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html}} | |||
aws kms create-key | aws kms create-key | ||
==Delete an Alias== | |||
aws --region ca-central-1 kms delete-alias --alias-name alias/infinity-master-key |
Latest revision as of 01:40, 27 April 2019
Internal
Overview
CMK Operations
Create a Master Key
aws kms create-key
Delete an Alias
aws --region ca-central-1 kms delete-alias --alias-name alias/infinity-master-key