Configsets support
See original GitHub issueWhen 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:
- Created 8 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you give a snippet of the code that you’re using that isn’t working the way you expect?
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