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

Remove TagSpecification from the EC2 instance spec #2025

Commits on Mar 29, 2024

  1. Remove TagSpecification from the EC2 instance spec

    Instance parameters allows specifying tags in two methods:
    `TagSpecification` and `Tags`. These methods have different semantics -
    `TagSpecification` tags will be applied when the instance is created,
    `Tags` will be created in a separate `CreateTags` API call afterwards.
    All tags required to meet IAM policy must be specified in
    `TagSpecification`.
    
    Signed-off-by: justin.miron <justin.miron@reddit.com>
    justinmir committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    07b06ba View commit details
    Browse the repository at this point in the history