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 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

1897 results
The documentation here https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html says I can use these functions to extra a value...
0
answers
0
votes
8
views
asked 2 hours ago
We are running a serverless opensearch collection and access it via an VPC endpoint. All resources belong to a single CloudFormation stack. In order to share the VPCe we want to move it to another sta...
2
answers
0
votes
24
views
asked a day ago
Hi all I'd love to deploy a custom AWS Config Conformance Pack using AWS Control Tower Customization Framework (CfCT). In the cfn yaml template, I used an S3 bucket to upload custom conformance pack ...
1
answers
0
votes
22
views
profile picture
asked 3 days ago
Hi all I created a custom aws config conformance pack template based on https://docs.aws.amazon.com/config/latest/developerguide/custom-conformance-pack.html. I'd love to deploy using cloudformation ...
1
answers
0
votes
15
views
profile picture
asked 4 days ago
I'm working with CDK TypeScript to create an network setup that includes: * Two VPCs * Two Transit Gateways (TGWs) * TGW peering between these gateways Even though I've set ['autoAcceptSharedAttach...
1
answers
0
votes
46
views
AWS
asked 6 days ago
I have tried many forms of this and just cannot seem to find the correct syntax for getting the StringEquals code below to work. Original code ``` Condition: StringEquals: Fn::Sub ${Va6OIDC}...
1
answers
0
votes
44
views
asked 7 days ago
I am trying to create a resource group of EC2 instances using cloudformation, but I keep getting this error message: Resource handler returned message: "Model validation failed (#/ResourceQuery/Query:...
1
answers
0
votes
16
views
asked 7 days ago
We have Git sync configured for our CloudFormation stacks. It works great. But we frequently hit the rate limit for AWS Github app (5000 api calls per hour). We want to turn off this setting below (co...
1
answers
0
votes
22
views
asked 8 days ago
I am trying to create a CloudWatch alarm for a group of Lambda functions that share a specific tag (e.g., Environment=qa01 or ApplicationName=Energy). Currently, the alarm works when I specify exact ...
2
answers
0
votes
63
views
asked 8 days ago
I've added patch policies via SSM Quick Setup and noticed that when running the lambdas don't have permission to CreateLogGroup. Checking the permissions built by the stack it appears as if the `logs:...
1
answers
0
votes
45
views
asked 15 days ago
Hi. I have the following cloudformation template. If I send an email to my recipient, I can receive it using a mail client, but it never reaches the Lambda or S3 Action. * My Lambda log group does n...
1
answers
0
votes
56
views
asked 15 days ago
in cloudformation, AWS::AutoScaling::LaunchConfiguration, mi7.large or mi7-flex is not a valid instance type
3
answers
0
votes
32
views
asked 16 days ago