Skip to content
#

aws-cloudformation

Here are 644 public repositories matching this topic...

cdenneen
cdenneen commented Aug 28, 2020

Add fp-default to config.

eksctl create fargateprofile -f config.yaml

fp-default is created

Add fp-new to config (second profile)

eksctl create fargateprofile -f config.yaml

Error: failed to create Fargate profile "fp-default" on EKS cluster "eks-cluster": failed to create Fargate profile "fp-default": ResourceInUseException: A Fargate Profile already exists with this name
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.

Brain-Power-Amazon-Fidgetology

Improve this page

Add a description, image, and links to the aws-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 aws-cloudformation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.