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
Error: Failed to create managed resources: An error occurred (AccessDenied) when calling the CreateChangeSet operation: User: arn:aws:iam::280664728625:user/username not authorized to perform: cloudfo...
3
answers
0
votes
37
views
asked 2 days ago
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
45
views
asked 3 days 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
28
views
asked 4 days 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
47
views
asked 4 days 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...
2
answers
0
votes
101
views
asked 6 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
44
views
asked 6 days ago
profile pictureAWS
EXPERT
published 6 days ago0 votes58 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
46
views
asked 9 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
60
views
asked 9 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
43
views
asked 10 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
40
views
asked 12 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
68
views
asked 15 days ago