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 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...
I have something like this in a `yaml` file:
```
SomeResource:
Type: 'AWS::Something'
Properties:
Name: 'MyName'
AnotherResource:
Type ...
Properties:
Name: <How can I...
I used VPC Endpoints generated by connecting MySQL databases to an Amplify app with the `data/resource.ts`. When I started noticing the generated Endpoints were generating additional charges, I...
I have a `Cloud Formation` `yaml` the builds an image using image builder services.
I don't seem to find a way to change the ami name.
It always uses the `AWS::ImageBuilder::ImageRecipe`'s...
After clic in the buttom to start the cloud quest in my browser (google chrome) i recive the next message : ![](/media/postImages/original/IMFWgpPVoSS9izo13rBdCQPA)
have any the solutión of this?, i...