Questions tagged with AWS Cloud Development Kit (CDK)

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hi, we have an AWS WAF configuration with a mix of custom rules and managed rule sets. We would like to redirect all block actions to one specific error page from our website. Currently we have...
1
answers
0
votes
85
views
Georg
asked 2 days ago
Hi AWS, I have created an EKS cluster using AWS CDK Python, here is the link for the code repository: https://github.com/arjungoel/eks-repo. Once the EKS cluster is up, I have updated the kube config...
1
answers
0
votes
416
views
profile picture
asked 8 days ago
I am using CodeCatalyst for a serverless application which uses CDK. I have two workflows - one for development and another for production. After deploying to development environment, I intend to use...
0
answers
0
votes
65
views
asked 9 days ago
How Are Cloud Map Service IDs Generated? I am creating a Service via CDK. It seems like no matter how many times I destroy and re deploy the Service it always has the same ID.
1
answers
0
votes
70
views
profile picture
asked 12 days ago
Using CDK, I am trying to configure an HTTP API Gateway integration that will proxy traffic to an ECS Service using Cloud Map and Service Connect. I need to specify the ARN of a service discovery...
1
answers
0
votes
385
views
profile picture
asked 12 days ago
Trying to deploy a pre-trained model uploaded to S3 to an endpoint using CDK. However, when I create the model with cdk: ``` model = sagemaker.CfnModel(self, "MyModel-24", ...
1
answers
0
votes
54
views
asked 12 days ago
I'm trying to run this lab in Cloud Quest, but get stuck right after the step where you have to enter ``` # create a vpc with IpAddresses 10.10.0.0/16, a NAT gateway, a public subnet,...
0
answers
0
votes
35
views
profile picture
Ron
asked 13 days ago
I'm using the ApplicationLoadBalancedFargateService construct to deploy ECS services. I have a new requirement to specify the subnets where the tasks and ALBs are instantiated. Tasks were easy with...
1
answers
0
votes
327
views
Bryan
asked 18 days ago
Hello, We have the following situation: * The entire AWS infrastructure deployed through a DOTNET CDK solution. * Everything worked fine, but we were using AWS.CDK 1.204.0 packages, and had to...
2
answers
0
votes
106
views
asked 19 days ago
I have a pipeline that uses waves in the deployment. There are times when I want to control one deployment over another manually. I've set up the waves to have their stages, which are independent...
1
answers
0
votes
181
views
profile picture
asked 23 days ago
□question \ Why can i not get item from Dynamodb with partition and sort key? \ □context \ I am currently making a WebAPI using the Go language. \ The app uses DynamoDB as DataStore. \ On top of that,...
1
answers
0
votes
520
views
asked a month ago
Hello. So I am building a stack with CDK Typescript. Keycloak service in ECS Fargate. The problem I am having is when I create a new AWS account and run stack for the first time I get the following...
0
answers
0
votes
173
views
MarkoD
asked a month ago