Skip to content

Include descriptive information on created resources #4

@dougtoppin

Description

@dougtoppin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions