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.

Hi AWS Community, I'm reaching out for help with a frustrating issue I've been facing. Despite granting full access to CloudFormation stacks, I'm still encountering an AccessDenied error. This is...
2
answers
0
votes
216
views
Yash
asked a month ago
I'm creating an Elasticache OSS Redis server with ``` const redisCluster = new Elasticache.CfnServerlessCache(this, redisName, { engine: 'redis', serverlessCacheName: redisName, ...
1
answers
0
votes
211
views
asked a month ago
Hi, I have created an empty CDK pipeline and package. In the CDK package, I created a deployment stack for Kinesis stream which created 3 new kinesis streams. There are 3 DDBs existing in the AWS...
1
answers
0
votes
151
views
asked a month ago
[ Amazon Connect Flow language](https://docs.aws.amazon.com/connect/latest/APIReference/flow-language-example.html) is JSON-based representation of a series of flow actions, and the criteria for...
2
answers
0
votes
154
views
noname
asked a month ago
I’ve encountered an issue with accessing AWS S3 services from an EMR cluster created using a CloudFormation template. While the cluster is successfully created and configured, and the IAM roles and...
1
answers
0
votes
110
views
Sachin
asked a month ago
I am a beginner working on the [tutorial ](https://aws.amazon.com/tutorials/set-up-streaming-etl-pipelines-apache-flink-and-amazon-kinesis-data-analytics/). I’m trying to clean up after completing the...
2
answers
0
votes
163
views
asked a month ago
I am trying to write the most basic of static website servers possible with AWS in CloudFormation. But for some reason my OAC is not working and I am getting AccessDenied errors when I access...
2
answers
0
votes
268
views
asked a month ago
My customer spins up and updates EC2 instances using Cloudformation stacks with some parameters, among which a custom AMI. AWS backup makes daily backups of the stack (retention of 7 days), containing...
2
answers
0
votes
228
views
asked a month ago
Hi I am trying to create Single API Gateway with 3 stages ( dev, stg and prod) and each stage pointing to Lambda Here is my code, but I am not able to achieve , please help Hi I am trying to...
0
answers
0
votes
111
views
Ram
asked a month ago
I have two resources in my CloudFormation template: flow and a phone number. ```yml ... Flow: Type: AWS::Connect::ContactFlow Properties: ... PhoneNumber: Type:...
0
answers
0
votes
165
views
noname
asked a month ago
I have some stored procs and sql statements to run in rds immediately after its creation using cloud formation. Is there an option to run those queries using cloud formation.
2
answers
0
votes
380
views
asked a month ago
We want to deploy our application to multiple regions (later maybe multiple accounts). This works fine using the Wave from a Codepipeline. Now we need every region to have an own manual approval, so...
1
answers
0
votes
275
views
asked a month ago