Top "Amazon-cloudformation" questions

For questions about CloudFormation, part of the Amazon Web Services (AWS) that provides a way to manage a collection of related AWS resources.

What is the difference between Elastic Beanstalk and CloudFormation for a .NET project?

I have developed a .NET MVC application and have started playing around with AWS and deploying it via the Visual …

amazon-web-services amazon-elastic-beanstalk amazon-cloudformation
User is not authorized to perform: cloudformation:CreateStack

I'm trying out Serverless to create AWS Lambdas and while creating a project using the command serverless project create I'm …

amazon-web-services amazon-iam amazon-cloudformation
Can I force delete an AWS CloudFormation stack that is In Progress of Rollback

An AWS CloudFormation rollback (e.g., UPDATE_ROLLBACK_IN_PROGRESS) has been in progress forever, like over an hour and …

amazon-cloudformation
How can I quickly and effectively debug CloudFormation templates?

CloudFormation is a powerful AWS offering that allows the programmatic creation of AWS resource stacks, such as the web tier …

amazon-web-services amazon-cloudformation
AWS: How to specify a boolean parameter in a CloudFormation template

I'm trying to specify a boolean parameter in a CloudFormation template so I can conditionally create resources based on a …

amazon-web-services amazon-cloudformation
How to check if specific resource already exists in CloudFormation script

I am using cloudformation to create a stack which inlcudes an autoscaled ec2 instance and an S3 bucket. For the …

amazon-web-services automation conditional-statements amazon-cloudformation
How to create a new version of a Lambda function using CloudFormation?

I'm trying to create a new version of a Lambda function using CloudFormation. I want to have multiple versions of …

amazon-web-services aws-lambda amazon-cloudformation
Enable Lambda function to an S3 bucket using cloudformation

We are creating an S3 bucket using a CloudFormation template. I would like to associate (Add an event to S3 …

amazon-web-services amazon-s3 amazon-cloudformation
AWS OpsWorks vs AWS Beanstalk vs AWS CloudFormation?

I would like to know what are the advantages and disadvantages of using AWS OpsWorks vs AWS Beanstalk and AWS …

ruby-on-rails amazon-web-services amazon-elastic-beanstalk amazon-cloudformation aws-opsworks
AWS cloud formation Template- providing Tags for the stack in the template

We wanted to use company specific Tags to the resources that we create in AWS for billing purposes. I am …

amazon-web-services amazon-cloudformation