Skip to content
#

cloudformation

Here are 1,351 public repositories matching this topic...

Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

  • Updated Oct 1, 2020
  • Go
cfn-python-lint
brunomoutinho
brunomoutinho commented Aug 27, 2020

*cfn-lint version: 0.35.0

After validating a template that had a Sub function use like this:

field: !Sub
- "my string with ${parameter}
- parameter: 10

I received the following error message:
E1019 Sub parameter should be an object of 1 or string for *trimmed path*Fn::Sub
This message did not help me understand that the object cannot have an integer value, but only a string.

timbaileyjones
timbaileyjones commented Aug 12, 2019

While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:

$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR  ResourceNotFoundException: The specified log group does not exist.
	status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264

This error does not occur with the `-f

ejholmes
ejholmes commented Mar 16, 2018

The current behavior of --interactive is that any new stacks will get created, without any prompt. But this can be potentially dangerous (or at the very least, annoying) if you accidentally make a change, like changing the stack name, resulting in a whole new stack getting created.

Should stacker prompt you before creating a stack when using --interactive mode?

Improve this page

Add a description, image, and links to the cloudformation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloudformation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.