By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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.

1849 results
Kinesis is owned by account A (live), Lambda by account B (test). Consuming stream from a test function in account B works fine. Resource based policy on Kinesis and Lambda role are correct. Setting ...
1
answers
0
votes
36
views
asked 25 days ago
Hi, I am trying to use cloudformation ,but I got an error message below when validating template with awscli. ``` $aws cloudformation validate-template --template-body file://awsbatch.yml An error o...
1
answers
0
votes
45
views
asked 25 days ago
Would appreciate guidance on connecting GitLab and AWS without use of Keys. Have looked through quite a few documents on both AWS and GitLab to no avail. Also this document seems to refer to gitlab-...
0
answers
0
votes
13
views
asked a month ago
I use the following code to import an existing bucket. But und some situations, it is possible that the Bucket is not there. How can i check with CDK in Typscript to check whether `"s3.Bucket.fromBuck...
1
answers
0
votes
65
views
asked a month ago
``` Name: CatchAllReceiptRule (AWS::SES::ReceiptRule), Event Type: create, Reason: Could not write to bucket: email-invoices-bucket-niuralpayroll-prabhatenv (Service: null; Status Code: 400; Error Cod...
2
answers
0
votes
31
views
asked a month ago
Below code throwing error `Fragment returned by transform AWS::LanguageExtensions is null`. Not sure what I'm missing. ``` AWSTemplateFormatVersion : '2010-09-09' Transform: 'AWS::LanguageExtensions...
1
answers
0
votes
414
views
asked a month ago
I create an S3 bucket in my stack. After I delete the stack and deploy it again, the deployment fails because the S3 bucket exists. My approach is now to check in the CDK whether the S3 bucket exists ...
1
answers
1
votes
85
views
asked a month ago
Hi, We are using cloud formation templates to deploy resources in our primary region us-east-1. Some of the stacks need to import resources from our secondary region us-east-2 cloud formation stacks....
1
answers
0
votes
56
views
asked a month ago
Hello, I am not sure what is going on but if I try to deploy a CF template specifically from here (https://catalog.workshops.aws/mpseller/en-US/saas/integration-with-quickstart), the 'Deploy, but don'...
2
answers
0
votes
37
views
asked a month ago
Hello, I am trying to migrate the resource form one stack to another using Could formation template. This used to work before, but now it is giving resource already exists error. the below steps was...
2
answers
0
votes
26
views
profile picture
asked a month ago
In my Stack I have a Autoscaling group with an EC2 Instance. If I delete the stack this two resource will stay and I have to delete them manualy. I expected that CDK Stack will get deleteled complete....
1
answers
0
votes
36
views
asked a month ago
I want to add the setting to exclude EC2 instances from malware scanning using cdk, but I can't find a way to do it. This is part of my code const GDDetector = new CfnDetector(this, `GuardDutyDetect...
1
answers
0
votes
28
views
asked a month ago