All Content 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 tags to filter
Sort by most recent
2102 results
I have a use case where I am deploying WAF rules that I want to be managed by firewall manager. Do I have to use a firewall manager CDK to create IPset & WAF Rules or do I use both Firewall Manager ...
1
answers
0
votes
8
views
asked 3 hours ago
While I am trying to disable a control in a OU, I am getting the following error OU: ou-dfas--wx12n3h2 Control: [CT.CLOUDFORMATION.PR.1] Disallow management of resource types, modules, and hooks wit...
1
answers
0
votes
20
views
asked 17 hours ago
Hello. When I wanted to delete stack from CloudFormation, I got failed status, the rootcause is error during deletion of endpoint with next message: vpce-0669e8022662b0cdd - Operation is not allowed f...
2
answers
0
votes
45
views
asked a day ago
I have a few CloudFormation stacks containing API Gateway APIs (v1) as part of a new service I'm implementing. I will be adding some custom domain names for them eventually, and in advance of doing so...
1
answers
0
votes
92
views
asked 3 days ago
Hi, I want to use CFT to create an agentless outbound campaign v2. I have these references but I never have create a CFT template before. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...
1
answers
0
votes
39
views
asked 3 days ago
profile pictureAWS
EXPERT
published 3 days ago0 votes49 views
Maintaining up-to-date documentation of your AWS network infrastructure is crucial for security audits, troubleshooting, and architecture planning. This solution automates the process by taking daily ...
Hello everyone, I hope you're doing well. I’m working on an AWS CDK application in Python where I want to dynamically create S3 buckets using CloudFormation. To organize the code, I’ve implemented a...
1
answers
0
votes
45
views
asked 6 days ago
I’m trying to use CloudFront’s new multi‑tenant distribution feature in CDK. I've stripped it down to this: ``` const blueprint = new cloudfront.CfnDistribution(this, 'Blueprint', { distributionCo...
1
answers
0
votes
40
views
asked 6 days ago
I'm following a tutorial on how to use Elastic Beanstalk for the Certified Cloud Practitioner Certification. I have set up a basic application using the default Node.JS platform and used the Sample Ap...
3
answers
0
votes
42
views
asked 7 days ago
There is an issue implementing mutiple SSO connections. Currently there are 40 custom attributes present in an cognito user-pool with many different app clients. The total allowed attributes are 50 ....
2
answers
0
votes
37
views
asked 9 days ago
Hi, I found I cannot assign a pre created AWS secret to DBCluster with CFN. say I have a secret created: ``` DbSecret: Type: AWS::SecretsManager::Secret Properties: ... ``` And in my DBcluste...
1
answers
0
votes
65
views
asked 12 days ago
hello, I am trying to create a simple pipeline from udemy and at first its fine I even saw that the pipeline was being created and when it was almost complete i got a pipeline not found here is my ...
2
answers
0
votes
44
views
asked 13 days ago