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.

Configsets support

See original GitHub issue

When I use the following method http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-init.html#aws-resource-init-configsets

I get ValueError('config property is required') as a workaround I change one of my changesets to config, but is there better way to “validate” Metadata?

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
phobologiccommented, Mar 8, 2016

Can you give a snippet of the code that you’re using that isn’t working the way you expect?

0reactions
noelmccrorycommented, Mar 14, 2018

A similar issue occurs when you try to use the TemplateGenerator to read an existing CFT that contains a AWS::CloudFormation::Init section with no “config” property, even though it has a “configSets” property. See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-init.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS::CloudFormation::Init
cfn-init supports all metadata types for Linux systems. ... The following template snippet creates configsets named ascending and descending that each ...
Read more >
Debugging Tips: cfn-init and configsets - Lono
Here are some debugging tips that will help when working with cfn-init. ... You can make sure configsets are applied when instances are...
Read more >
Configsets API | Apache Solr Reference Guide 8.6.1
The Configsets API enables you to upload new configsets to ZooKeeper, create, ... The following parameters are supported when creating a configset.
Read more >
How to use cfn-init to set up EC2 instances with CloudFormation
html , and instructs sysvinit to start the httpd service. The result is a webserver running that serves the Hello world! file. ConfigSets....
Read more >
AWS CloudFormation Init with Examples - DevOps4Solutions
Linux systems utilize sysvinit to support the services key ... You can specify a configset when you call cfn-init in your template.
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