aws-cdk icon indicating copy to clipboard operation
aws-cdk copied to clipboard

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

Results 767 aws-cdk issues
Sort by recently updated
recently updated
newest added

This change adds a new `isPipeline` method to `PipelineBase`. This method works the same way as `Stack.isStack` (checking if a specific `Symbol` property is defined on the provided object), and...

p2
pr-linter/exempt-readme
pr-linter/exempt-integ-test

As described [here](https://github.com/aws/containers-roadmap/issues/573) and IAM role containing a Path won't work on the aws-auth configmap and the path must be removed. Currently passing a role that includes a path to...

bug
p2
closing-soon
@aws-cdk/aws-eks
effort/small

Currently when you create a RestApi cloudwatch logging is enabled by default. This will create an IAM role and a `AWS::ApiGateway::Account` resource, which is what is used to allow API...

bug
p1
effort/medium
contribution/core

### Describe the bug Hi, while creating resources (VPC interface endpoint, VPC gateway endpoint, EC2, Network load balancer etc.) from ec2 module none of network interfaces, which were created were...

bug
@aws-cdk/aws-ec2
needs-triage

### Describe the bug Hi, while creating EC2 resource via aws_autoscaling.AutoScalingGroup construct EC2's volume(s) are not tagged, however, when EC2 instance was created from aws_ec2.Instance construct EC2's volume(s) were tagged....

bug
@aws-cdk/aws-autoscaling
needs-triage

### Describe the bug Hi, while creating Vpc resource (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html) it looks like it's not tagging default resources by default, namely: DHCPOptions, NetworkAcl, RouteTable and SecurityGroup. ### Expected Behavior I...

bug
@aws-cdk/aws-ec2
needs-triage

# Description * Draft pull request for product stack asset support feature, as referenced by issue #20690. * This PR is dependent on changes to the S3 deployment module. The...

p2

Adding OpenAPI support for HTTP APIs (API Gateway V2). Closes #19190 Based on #19641 ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) ###...

p2
feature-request
effort/medium

### Describe the bug Updating a cluster to remove cluster control plane logging cannot succeed. Also the rollback also fails with slightly different error. ### Expected Behavior The cluster should...

bug
p1
@aws-cdk/aws-eks
effort/medium

Amazon Linux 2022 is in preview release It appears that previous kernel versions are not retained in this phase. While existing deployments will still work, it is not possible to...

bug
p1
effort/small
contribution/core