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 ...
1
answers
0
votes
34
views
asked 17 hours ago
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...
2
answers
0
votes
20
views
asked 2 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
45
views
asked 7 days ago
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...
1
answers
0
votes
35
views
asked 7 days ago
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 ...
1
answers
0
votes
43
views
asked 11 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 14 days ago
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 ...
1
answers
0
votes
37
views
asked 18 days ago
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...
2
answers
0
votes
88
views
asked 18 days ago
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...
1
answers
0
votes
64
views
asked a month ago
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). ...
2
answers
0
votes
35
views
asked a month ago
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...
2
answers
0
votes
50
views
asked a month ago