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...
I'm creating an Elasticache OSS Redis server with
```
const redisCluster = new Elasticache.CfnServerlessCache(this, redisName, {
engine: 'redis',
serverlessCacheName: redisName,
...
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...
[ 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...
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...
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...
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...
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...
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...
I have two resources in my CloudFormation template: flow and a phone number.
```yml
...
Flow:
Type: AWS::Connect::ContactFlow
Properties:
...
PhoneNumber:
Type:...
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.
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...