Skip to content

fix(ec2): launch template missing tags#21445

Merged
mergify[bot] merged 3 commits intoaws:mainfrom
BDeus:launch-template-tag-fix
Aug 4, 2022
Merged

fix(ec2): launch template missing tags#21445
mergify[bot] merged 3 commits intoaws:mainfrom
BDeus:launch-template-tag-fix

Conversation

@BDeus
Copy link
Copy Markdown
Contributor

@BDeus BDeus commented Aug 3, 2022

fixes #21440

Tags for instance and volume were forwarded but tags on the launch-template itself were missing


All Submissions:

Adding new Unconventional Dependencies:

  • This PR adds new unconventional dependencies following the process described here

New Features

  • Have you added the new feature to an integration test?
    • Did you use yarn integ to deploy the infrastructure and generate the snapshot (i.e. yarn integ without --dry-run)?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Aug 3, 2022

@aws-cdk-automation aws-cdk-automation requested a review from a team August 3, 2022 14:30
@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2 labels Aug 3, 2022
Copy link
Copy Markdown
Contributor

@TheRealAmazonKendra TheRealAmazonKendra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure that your PR title confirms to the conventional commit standard (fix, feat, chore) and that it is written in a style that will reflect correctly in the change log (See Contributing Guide, Pull Requests).

Additionally, we'll need the build passing before we can provide a meaningful review.

@mergify mergify bot dismissed TheRealAmazonKendra’s stale review August 3, 2022 15:03

Pull request has been modified.

@BDeus BDeus force-pushed the launch-template-tag-fix branch from 87c7235 to 535ab77 Compare August 3, 2022 15:05
@BDeus BDeus changed the title (aws-ec2): LaunchTemplate fix missing tags fix(aws-ec2): LaunchTemplate fix missing tags Aug 3, 2022
@BDeus BDeus changed the title fix(aws-ec2): LaunchTemplate fix missing tags fix(aws-ec2): missing LaunchTemplate tags Aug 3, 2022
@BDeus BDeus changed the title fix(aws-ec2): missing LaunchTemplate tags fix(ec2): missing LaunchTemplate tags Aug 3, 2022
@BDeus BDeus changed the title fix(ec2): missing LaunchTemplate tags fix(ec2): missing launch template tags Aug 3, 2022
@BDeus BDeus force-pushed the launch-template-tag-fix branch from 535ab77 to da0d3f0 Compare August 3, 2022 15:13
@TheRealAmazonKendra TheRealAmazonKendra changed the title fix(ec2): missing launch template tags fix(ec2): launch template missing tags Aug 4, 2022
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Aug 4, 2022

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 031420e
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 3853728 into aws:main Aug 4, 2022
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Aug 4, 2022

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@BDeus BDeus deleted the launch-template-tag-fix branch August 4, 2022 12:17
@jtnz
Copy link
Copy Markdown

jtnz commented Dec 12, 2022

This change has unfortunately created a bit of a headache for us. We use CDK with EKS managed node groups, where we provide a launch template. Before this change our launch template didn't have the tags, but the resulting instances/volumes did (which was what we wanted). Now with this update, our launch template also gets the tags, which means a new version, which means all of our nodes have to roll out. 😞 There's no amount of hacking which we can think of to prevent this from happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(aws-ec2): LaunchTemplate miss TagsSpecifications itself

5 participants