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.
hello Please help i can not create a Github Repo keep Getting this error and this is the ARN for my Code Connection FOR...
Hi Folks,
I'm trying to create a site-to-site VPN using cloud formation template.
when I try to create a customer gateway using AWS::EC2::CustomerGateway, on of the properties BgpAsn. According to the...
The cyclic dependency issue in your CloudFormation template occurs because the S3 bucket's notification configuration depends on the SQS queue's ARN, while the SQS queue's policy depends on the S3...
Hello
I am trying to create a stack in AWS and wanted to know if there a better way of adding the required permissions for the stack to complete than just trying to create the stack, viewing the...
Hello, when we create a feature branch in our repository, a new workflow starts running and a "development" stack is created in CloudFormation. When we delete the branch, the workflow becomes...
Hello,
I have deployed a Bedrock KnowledgeBase using OpenSearch Serverless with console and it works fine.
Now I would like to automate this deployment using the CDK (I am using Python) but I am not...
Pls help I have a Lambda function in Account A that I need to use as a service token for a custom resource in Account B.
Pleas help with a Cloudformation Setup
Below is my Setup
**Account A...
I have been writing CloudFormation Stack using `yaml` and deploying it to AWS Infrastructure ( For legacy reasons, I can not switch to CDK unfortunately ;))
Following yaml code is a part of the...
Please Help
I have a Lambda function in **Account A** that I want to be used as a service token in **Account B** and invoked by **Account C **based on a certain role. I am using CloudFormation in...
I am creating an Amazon Lex V2 bot using CloudFormation. In two separate instances where the documentation states that I can define a...
Hi all, I am getting a strange error when attempting to create a Kendra FAQ using a CFN template:
> Resource of type 'AWS::Kendra::Faq' with identifier 'BLAH_GUID' did not stabilize.
In this...
Hi, I'm trying to use AWS Lambda to deploy a CloudFormation template into an application, but I'm encountering an issue.
My application includes an AWS Bedrock Knowledge Base. Sometimes when I...