You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating resources such as keys it is a good practice to include some descriptive information with them to make it easier to identify their intent later.
For example, when creating keys the description field can be set.
$ aws kms create-key --description "for awspics"
The alias value which appears on the kms console can also be set. This will appear on the KMS console in the list of keys.
When creating resources such as keys it is a good practice to include some descriptive information with them to make it easier to identify their intent later.
For example, when creating keys the description field can be set.
The alias value which appears on the kms console can also be set. This will appear on the KMS console in the list of keys.
The text was updated successfully, but these errors were encountered: