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 am deploying a CDK stack which comprises of 1 nested stack. Whenever I add the nested stack, I get the error. I remove the nested stack the error goes away. Strange thing is same stack works in a...
1
answers
0
votes
7
views
Amlan
asked 13 hours ago
Hi team, I have an existing Amazon ElastiCache Redis cluster set up via CDK in our AWS account with the following configuration ``` const redis = new elasticache.CfnReplicationGroup(this, 'cache',...
2
answers
0
votes
30
views
Jess
asked 18 hours ago
My customer is using a wildcard certificate installed on network load balancers in multiple AWS accounts. Load balancers are deployed using a cloudformation stack. Is there any way to: a) centrally...
2
answers
0
votes
31
views
asked a day ago
I have a cloud formation stack which failed and it rolled back to UPDATE_ROLLBACK_COMPLETE. I have updated my JSON cloud formation file and attempted to redeploy. However, I receive the error...
3
answers
0
votes
23
views
Vincent
asked a day ago
I have an API in CloudFormation with around 60 endpoints on 1 stage. i want to add caching to this stage, but i need it only for one method. how can i create a CF resource for this stage that will...
0
answers
0
votes
24
views
asked 2 days ago
Following the EKS workshop and creating an EKS cluster. Here is the cluster.yaml: ``` apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig availabilityZones: - us-west-2a - us-west-2b -...
3
answers
0
votes
19
views
Arun
asked 3 days ago
Hi Team, Consider the following AWS resources in my account, RDS_Cluster 1. test_cluster_1 2. test_cluster_2 I have used ***"IaC Generater"*** to generate the cloud formation template to import...
0
answers
0
votes
22
views
profile picture
asked 8 days ago
Hello everyone, We are developing with CDK in TypeScript and have multiple stacks that include Lambdas, App Runners, S3 buckets, etc. We also have an Organization account that we have access to....
1
answers
0
votes
38
views
MarkoD
asked 8 days ago
I’m trying to set up a pipeline in AWS CodePipeline using the GitHub Source Action with Version 2. However, when deploying in the us-east-1 region, I encountered the following error: after running my...
1
answers
0
votes
15
views
Ravi
asked 8 days ago
Hi, Considering a situation with a Windows EC2 EBS-backed instance, that is deployed and updated via Cloudformation. The instance would have Power BI on-prem Gateway-software installed and...
1
answers
0
votes
26
views
asked 9 days ago
I have a CloudFormation template that creates a MediaLive channel with two inputs—static and dynamic. It sends a CREATE_COMPLETE notification to an SNS topic, which then triggers a Lambda function to...
3
answers
0
votes
20
views
Uday
asked 9 days ago
I want to create a stack policy that allows only few roles to make any changes to the resources created by the cloudformation stack. Not even the IAM users via console can update or modify or delete...
2
answers
0
votes
50
views
Saru
asked 12 days ago