About 1,560,000 results
Open links in new tab
  1. User is not authorized to perform: cloudformation:CreateStack

    Dec 12, 2015 · Here is an example policy that grants the necessary permissions to perform the cloudformation:CreateChangeSet action on the aws-ses-serverless-dev CloudFormation stack:

  2. How do I pass a list of strings as a parameter in CloudFormation?

    Aug 30, 2018 · 29 I've got a nested CloudFormation template which accepts a number of parameters from its root template to configure it. At the moment I'm only passing simple string …

  3. CloudFormation, apply Condition on DependsOn - Stack Overflow

    Using Fn:GetAtt implies a dependency, so CloudFormation will automatically wait once it reaches that function, the same as if you were using a DependsOn. Example The code snippet below …

  4. AWS: How to specify a boolean parameter in a CloudFormation …

    Jan 11, 2017 · I'm trying to specify a boolean parameter in a CloudFormation template so I can conditionally create resources based on a parameter passed in. Looking at the documentation …

  5. CloudFormation YAML - IAM policy with a statement that has a …

    May 10, 2021 · I have an IAM Policy that was created automatically when creating another resource in the AWS Console. I'm trying to add this into an existing CloudFormation stack. The …

  6. How to get AWS Availability zone in Cloud formation dynamically?

    Apr 2, 2021 · Recently I have started exploring the AWS CloudFormation. I have one doubt to use Fn::GetAZs to get Availability Zone dynamically ? I want the Availability Zone not to be …

  7. How can I quickly and effectively debug CloudFormation templates?

    Both are officially provided by AWS. AWS CloudFormation Linter (cfn-lint) cfn-lint helps lint and validate CloudFormation templates (JSON or YAML) against the CloudFormation Resource …

  8. amazon web services - AWS CloudFormation stack stuck in the …

    Jul 1, 2020 · In most situations, you must wait for your AWS CloudFormation stack to time out. The timeout length varies, and is based on the individual resource stabilization requirements …

  9. amazon web services - ValidationError Stack:arn aws …

    Sep 14, 2019 · 98 Run the following AWS CLI command to delete your stack: aws cloudformation delete-stack --stack-name <<stack-name>> It may take less than a minute to delete your …

  10. create folder inside S3 bucket using Cloudformation

    Apr 28, 2016 · AWS doesn't provide an official CloudFormation resource to create objects within an S3 bucket. However, you can create a Lambda-backed Custom Resource to perform this …