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'm trying to add tags to a AWS::EKS::Nodegroup resource that contain an output exported by another stack:
```
Resources:
Nodegroup:
Type: AWS::EKS::Nodegroup
Properties:
Tags:
...
Hi,
We are trying to create a elastic beanstalk environment through CDK. First step is to create Elastic Beanstalk Application and that fails with authorization error. We have the permissions...
How to add a Security Group in an existing Athena Interface Endpoint through CloudFormation Template
Hi,
I have created an Athena Interface Endpoint through CloudFormation template. I have written the below yaml script to create the same.
But I want add a new security group to athena endpoint which...
Below is my code.
I've never had to work with AWS before, so i spent a few days studying and also had a chat with an AWS expert, to get onto the correct path.
Context:
- Our .Net API runs on a docker...
Hi,
I'm relatively new in the world of CDK. What I'm trying to achieve is to build a VPC with 4 public subnets, and 6 private subnets.
For this I want to create 2 Route Tables, one of which is...
I have a Stack A with an IoT Rule and its Arn.
In another Stack B, I want to get this IoT Rule and add a action to it. I don't want to add the action in Stack A, because the rule references to a...
Hi,
I'm building a project which consists of a php lambda that can write items to dynamoDB, in short.
My DynamoDB table has been created manually in the same region as my CF stack.
I need to update...
I am trying to create and configure an S3 bucket to store all CloudFront Distribution logs. According to AWS documentation, I need to create a custom ACL that grants the CloudFront Distribution...
I need to add a Cross-Origin Resource Sharing (CORS) Policy to our CloudFormation instance to resolve errors from the point of sale. Can someone give me a clear way of doing this? I've found one or...
Hello, I'm trying to create connect instance and the resources within it using Cfn templates. for this --
I'm creating two stacks within the same CDK app. In the first stack I'm just creating a...
When running the following as part of a CloudFormation script I get an error:
```
- Sid: 'DenyUnEncryptedObjectUploads'
Effect: 'Deny'
Principal: '*'
...
Hi,
We are trying to modify the cft template for CloudFormation to add emails to CC or BCC list so some admin users will be notified each time a new user account is created on Cognito. We looked into...