Questions tagged with AWS CloudFormation
AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I have something like this in a `yaml` file:
```
SomeResource:
Type: 'AWS::Something'
Properties:
Name: 'MyName'
AnotherResource:
Type ...
Properties:
Name: <How can I...
I used VPC Endpoints generated by connecting MySQL databases to an Amplify app with the `data/resource.ts`. When I started noticing the generated Endpoints were generating additional charges, I...
I have a `Cloud Formation` `yaml` the builds an image using image builder services.
I don't seem to find a way to change the ami name.
It always uses the `AWS::ImageBuilder::ImageRecipe`'s...
After clic in the buttom to start the cloud quest in my browser (google chrome) i recive the next message : ![](/media/postImages/original/IMFWgpPVoSS9izo13rBdCQPA)
have any the solutión of this?, i...
Hi All,
I am using AWS CDK to generate my CloudFormation template and the following is the template it created for me. I have copied the necessary output for my question.
As you can see the I have...
Invoking a Glue Workflow from Step Functions got the following error when deploying Cloudformation:
```
Resource handler returned message: "Invalid State Machine Definition:...
https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://learn-cantrill-labs.s3.amazonaws.com/awscoursedemos/0025-aws-associate-vpc-vpce...
I am in the process of trying to create an alarm via CDK. My Alarm references AWS Config; but specified resourceType is **AWS::S3::AccountPublicAccessBlock** When I go through the console I am able...
Hi,
I'm encountering issues with the CloudFormation Template found in the NICE DCV page located at https://download.nice-dcv.com/latest.html the direct link to the CF template is here...
How can I align all stacks to use the same template but have different and unique parameters in every account?
Stacks get updates from time to time, but the parameters remain unchanged.
I am trying to import amazon connect flows (after I successfully deployed amazon connect resources: queues, phones, etc) using `create-contact-flow`. However, it fails with `An error occurred...
I'm trying to get create a S3 VPC Gateway endpoint and add that to the route table as it works in my console. I have this working defined in my console, but I need to replicate it in Cloudformation...