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...
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',...
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...
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...
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...
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
-...
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...
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....
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...
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...
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...
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...