Questions in AWS Cloud Development Kit (CDK)

Content language: English

Select tags to filter
Sort by most recent

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

435 results
Having done several deployments today, I'm certain this isnt an issue with our code, we are now seeing this in the CDK Deploy step on CodeCatalyst (using v1.2.0 of the CDK Deploy step): ``` /usr/loc...
2
answers
0
votes
22
views
asked a day ago
I am trying to deploy a Bedrock agent with a knowledgebase using python cdk. I want to pass a custom template for Knowledge Base response generation Orchestration strategy. How can i do it using pyth...
2
answers
0
votes
30
views
asked a day ago
I am using below code to deploy an Agent on bedrock. ``` support_agent = bedrock.CfnAgent(self, "HorizonIQSupportAgent", agent_name="support-agent", agent_resource_ro...
2
answers
0
votes
15
views
asked a day ago
Dear AWS Support Team, We are currently in the process of setting up a CUR dashboard and custom CUR (Cost and Usage Report) dashboard in Amazon QuickSight using AWS CDK for automation. However, we a...
1
answers
0
votes
14
views
asked 2 days ago
I am trying to have access to the FM'cohere.embed-english-v3'. But this FM is not listed on Amazon Bedrock. Does anyone know where I can find this FM?
1
answers
0
votes
21
views
profile picture
asked 8 days ago
I have defined the following ASG in CDK. Right now when I launch it in us-east-2, why does it pick `m7gd.medium` instances which are priced at $0.0077-$0.0081, while `m8g.medium` instances are availab...
1
answers
0
votes
20
views
asked 8 days ago
Hi everyone, I'm currently learning Kubernetes and would love some guidance. Specifically, I'm looking for beginner-friendly tutorials or hands-on labs to understand. Thanks, MahendraKumar V IT | Clo...
2
answers
0
votes
39
views
profile picture
asked 9 days ago
I have the following CDK snippet, attempting to deploy a Docker image to ECS: ``` codePipeline.AddStage(&awscodepipeline.StageOptions{ StageName: jsii.String("Deploy"), Actions: &[]awscodepipeli...
2
answers
0
votes
21
views
asked 13 days ago
We are running a serverless opensearch collection and access it via an VPC endpoint. All resources belong to a single CloudFormation stack. In order to share the VPCe we want to move it to another sta...
2
answers
0
votes
34
views
asked 13 days ago
I'd noticed that the S3 bucket created by CDK was getting larger over time. My understanding is that this is created to hold temporary assets during deployment, and that for the most part those are n...
1
answers
0
votes
33
views
asked 15 days ago
I'm getting this error trying to create a CodeBuild project in CDK: > AWS::CodeBuild::Project | ImageBuildProject (ImageBuildProject74D885BB) Failed to call CreateWebhook, reason: Failed to creat...
1
answers
0
votes
48
views
asked 17 days ago
I'm working with CDK TypeScript to create an network setup that includes: * Two VPCs * Two Transit Gateways (TGWs) * TGW peering between these gateways Even though I've set ['autoAcceptSharedAttach...
1
answers
0
votes
54
views
AWS
asked 18 days ago