Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
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 up to 5 tags to filter
Sort by most recent
412 results
Hello team,
I’m planning to create an ElastiCache **Valkey cache** with AWS CDK to store simple key-value pairs (strings). I wanted to check if ElastiCache **Valkey caches** are supported by AWS CDK...
Hallo,
I have created below Glue job in CDK which i have scheduled and which is running fine.
But now i want to create another Glue job "pos table replication large" and want to schedule the job at...
Hallo,
I dont want to update the catalog when there is new column added or deleted in the jdbc source data table. When the crawler detects schema changes in the data store then it should Ignore the c...
I create an S3 bucket in my stack. After I delete the stack and deploy it again, the deployment fails because the S3 bucket exists. My approach is now to check in the CDK whether the S3 bucket exists ...
I want to add the setting to exclude EC2 instances from malware scanning using cdk, but I can't find a way to do it.
This is part of my code
const GDDetector = new CfnDetector(this, `GuardDutyDetect...
It is very simple to secure an API with AVP following e.g. https://aws.amazon.com/de/blogs/security/authorize-api-gateway-apis-using-amazon-verified-permissions-and-amazon-cognito/
But for a real-liv...
I'm running into the "Error invoking extension AppConfig Feature Flags Helper: Invalid 'Content' data" error when deploying a HostedConfiguration using CDK. Here is my CDK setup:
```
const hostedConf...
We have a very simple CodeCatalyst workflow which fails about 10% of the time at the CDKBootstrap action at the same point - "Download source". How do we find out what is causing it as i struggle to b...
I actually have two questions.
Below is part of my CDK code to setup an EC2 instance with PHP and Nginx. That is it...
```
new AutoScalingGroup(this, "AutoScalingGroup", {
vpc,
lau...
I am trying to enable the email auto verification of user pool, the code looks like below right now, although I have set autoVerify for email to be true and set up the userVerification property, after...
I am working in this POC
https://aws.amazon.com/blogs/machine-learning/enhance-conversational-ai-with-advanced-routing-techniques-with-amazon-bedrock/.
https://github.com/aws-samples/conversational-...
What am I doing wrong here?
Using CDK V2 typescript, I am unable to deploy VPC endpoints to use a created endpoint service. I successfully created the endpoint service, pointing to the GWLB as:
```
...