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 Cloud Development Kit (CDK)
AWS Cloud Development Kit (CDK) accelerates cloud development using common programming languages to model your applications.
Content language: English
Select tags to filter
Sort by most recent
472 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 ...
Hi, we have a CDK pipeline V1 started failing recently without any changes from our side to it.
Pretty standard setup:
Source(git) -> Build -> Update (Self mutate) -> Assets -> Deploy
The difference t...
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 want to detect using CDK if the user that is deploying the stack has free trial for a certain AMI based product or not? I'd like to use this to set the EC2 capacity accordingly. Is there a way to de...
I have a cdk L2 cognito.UserPool (see below). I only want email and password authentication. I want users to be able to change their email. I want their email to be verified either at sign up or upon ...
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 ...
Hi,
If I save compressed JSON files with brotli with the extension `.json, the stack deployment by the CDK/CloudFront produces files that can't be decompressed by browsers. If I save the files with ...
I am using the CDK to create our lambda functions and allowing it to create the role. If I don't include the "insightsVersion", the CDK will automatically add the `AWSLambdaBasicExecutionRole`. Howe...
Hi team,
i'm trying to create a CDK stack for gaurdy malware protection for S3, following the git hub repo that was provided by this [blog](https://aws.amazon.com/blogs/security/using-amazon-guarddut...
EXPERT
published a month ago0 votes86 views
Console-to-Code is a feature of Amazon Q Developer that can help you write code to automate your use of other AWS services. Console-to-Code records your console actions, then uses generative AI to sug...
I need to change the AutoRecovery behavior of my EC2 BastionHostLinux instance using AWS CDK, so the instance won't restart automatically after every deployment (I do not have any AutoScaling group). ...
So, I am trying to set up a set of fargate services that need to communicate with each other. One is available on the interwebs via a load balancer.
I am currently using a PublicDnsNamespace and atta...