Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include descriptive information on created resources #4

Open
dougtoppin opened this issue Oct 8, 2017 · 0 comments
Open

Include descriptive information on created resources #4

dougtoppin opened this issue Oct 8, 2017 · 0 comments

Comments

@dougtoppin
Copy link

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.

$ aws kms create-alias --alias-name alias/awspics --target-key-id xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant