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...
0
answers
0
votes
31
views
asked 7 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
25
views
Arun
asked 8 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
24
views
profile picture
asked 13 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
42
views
MarkoD
asked 13 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
17
views
Ravi
asked 14 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
27
views
asked 15 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
23
views
Uday
asked 15 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
52
views
Saru
asked 17 days ago
I have something like this in a `yaml` file: ``` SomeResource: Type: 'AWS::Something' Properties: Name: 'MyName' AnotherResource: Type ... Properties: Name: <How can I...
Accepted AnswerAWS CloudFormation
1
answers
0
votes
42
views
hudac
asked 18 days ago
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...
1
answers
0
votes
42
views
Saul
asked 18 days ago
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...
2
answers
0
votes
53
views
hudac
asked 18 days ago
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...
Accepted AnswerAWS CloudFormation
4
answers
0
votes
35
views
asked 19 days ago