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
Filter content
Select tags to filter
Sort by
Sort by most recent
530 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
325
views
asked a year 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
243
views
asked a year 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...
3
answers
2
votes
523
views
asked a year 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
123
views
asked a year 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
358
views
asked a year 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
166
views
asked a year 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...
2
answers
0
votes
114
views
asked a year 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
304
views
asked a year 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
817
views
asked a year ago
Harsh ChhedaEXPERT
published a year ago0 votes858 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). ...
2
answers
0
votes
156
views
asked a year 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
378
views
asked a year ago