Pahud Hsieh

Results 356 comments of Pahud Hsieh

probably related to https://github.com/aws/aws-cdk/pull/30093

## Possible Solution - First, we need to modify the `ILoadBalancerV2` interface to expose the IP address type. We'll need to check the NetworkLoadBalancer implementation to see how to access...

Hi [okasyun](https://github.com/okasyun), are you still working on this PR?

Hi @Nischit007, Thank you for reaching out. I can see you're referencing the CloudFormation template size limit issue from #7680. **The solution mentioned in that issue was:** ```bash amplify push...

## Current vs Expected Behavior ### Current Behavior ```typescript // From consolidate-apigw-policies.ts - Type definitions exist but no public documentation type APIGatewayPermissionSetting = 'open' | 'private' | 'protected'; type APIGateway...

Hi @shivennn, Thank you for the detailed report and for identifying the connection to the AWS SDK v3 issue. This appears to be a valid concern related to how CLI...

Hi @mazyu36, Thank you for this excellent feature request and for already submitting PR #36354! This is a valuable improvement that aligns the Bedrock AgentCore constructs with AWS CDK best...

At this moment(cdk 2.63.0), it's possible to deploy a private eks endpoint with nodegroup in the `PRIVATE_WITH_EGRESS` subnets. Check out the sample below: ```ts const cluster = new eks.Cluster(this, 'Cluster',...

> hi @pahud can we get some details on why the EKS cluster cannot currently be deployed on Isolated Subnets ? What could be the issue(s) within the Lambda functions...

eks with isolated VPCs support would require either proper proxy configuration or vpc endpoints enablement. Before we get them sorted and include in the aws-eks REAdME, I am leaving this...