question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CloudFormationInit support for LaunchTemplate

See original GitHub issue

Hi,

It seems to me that CloudFormationInit is supported for Instances and for ASG but it’s not yet supported for CfnLaunchTemplate (I didn’t find init parameter there).

I’d like to add CloudFormationInit.from_config_sets to a CfnLaunchTemplate, as requested in https://github.com/aws/aws-cdk/issues/11021 How can I do it?

Thanks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
peterwoodworthcommented, Sep 2, 2021

Converted this into a feature request, I can try to submit a PR for this at some point.

0reactions
github-actions[bot]commented, Dec 28, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

Read more comments on GitHub >

github_iconTop Results From Across the Web

class LaunchTemplate (construct) · AWS CDK
An IAM role to associate with the instance profile that is used by instances. The role must be assumable by the service principal...
Read more >
Add support for AWS::CloudFormation::Init · Issue #777
How to write AWS::CloudFormation::Init metadata with AWS Construct Library for cfn-init ? I want to add AWS::CloudFormation::Init metadata to ...
Read more >
How to use cfn-init to set up EC2 instances with CloudFormation
Install packages, deploy files, run commands, and start services in a new instance right from the CloudFormation template.
Read more >
Amazon EC2 Auto Scaling Construct Library
LaunchTemplate ; declare const launchTemplate2: ec2. ... If you use CloudFormation Init support (described in the previous section), ...
Read more >
cfn-init for cloudformation launchtemplate
I had the metadata at the wrong nesting level, it should be at topmost level along with Type: and Properties: , not under ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found