Questions 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

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

431 results
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
11
views
profile picture
asked 11 hours 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
7
views
asked 12 hours 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...
1
answers
0
votes
25
views
profile picture
asked 2 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
20
views
asked 5 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
29
views
asked 6 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
16
views
asked 7 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
19
views
asked 9 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
48
views
AWS
asked 11 days ago
I'm using the image LinuxArmBuildImage_AMAZON_LINUX_2023_STANDARD_3_0 for CodeBuild. CDK CLI is not built-in and the Golang version is pretty old. Is there a newer image I should be using?
0
answers
0
votes
35
views
asked 14 days ago
If I use [HttpJwtAuthorizer](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apigatewayv2_authorizers.HttpJwtAuthorizer.html) step 3 tries to validate the token's siganture using the jwks_...
2
answers
0
votes
37
views
profile picture
asked 15 days ago
I have a role that is assumed in my account and it has access rights for the S3 bucket within the same account, it also appears to hae the policy/permissions for the KMS key actions to encrypt or decr...
2
answers
0
votes
82
views
asked 22 days ago
I currently have a State Machine which calls different Http endpoints based on a Tenant ID that is passed in at runtime. For example, if the State Machine is triggered by Tenant 1 it will utilitize an...
2
answers
0
votes
65
views
asked 24 days ago