New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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?
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...
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...
I have the following CDK snippet, attempting to deploy a Docker image to ECS:
```
codePipeline.AddStage(&awscodepipeline.StageOptions{
StageName: jsii.String("Deploy"),
Actions: &[]awscodepipeli...
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...
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...
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...
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...
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?
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_...
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...
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...