Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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 ....
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...