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.

1
answers
0
votes
227
views
Nafiu
asked a month ago
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...
1
answers
0
votes
431
views
RTech0
asked a month ago
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...
2
answers
0
votes
376
views
asked a month ago
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...
1
answers
0
votes
76
views
Mihailo
asked a month ago
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...
1
answers
0
votes
66
views
asked a month ago
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...
1
answers
0
votes
163
views
AWS
asked a month ago
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...
1
answers
0
votes
256
views
Nafiu
asked a month ago
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...
2
answers
0
votes
255
views
profile picture
asked a month ago
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...
1
answers
0
votes
231
views
Nafiu
asked a month ago
I am creating an Amazon Lex V2 bot using CloudFormation. In two separate instances where the documentation states that I can define a...
1
answers
0
votes
233
views
asked a month ago
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...
1
answers
0
votes
97
views
JAD
asked a month ago
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...
1
answers
0
votes
110
views
asked a month ago