Xin Chen

Results 9 issues of Xin Chen

Stack level Tag values are not resolved, when the value of the Tag is from stack parameters. This could be a feature request if not a bug. ### Reproduction Steps...

bug
p1
@aws-cdk/core
closing-soon
effort/small

This one is commonly required in the financial industry. User may provide proxy server but with strict outbound filtering (e.g. block Github access, which means all the addons need to...

feature
stale

*Issue #, if available:* https://github.com/aws-quickstart/ssp-amazon-eks/issues/299 *Description of changes:* This PR is based on @shapirov103 's [branch](https://github.com/aws-quickstart/ssp-amazon-eks/tree/feature/argo-for-helm) and add App of Apps support on top. A factory class is introduced to...

As recommended [here](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html#ca-deployment-considerations), we should add support to allocate one node group per AZ. With one node group across 3 AZs, Cluster Autoscaler has no control over which AZ the...

feature

Currently addons are installed via CDK. Some customers prefer to install and manage the addons via GitOps (ArgoCD). There are two ways for ArgoCD to deploy and manage addons: -...

As a consumer, I would like to create the EKS cluster with custom subnets using SSP, so I do not need to rely on CDK subnet types. The idea is...

K8s addon [powerfulseal](https://github.com/powerfulseal/powerfulseal) allows us to test the cluster failure.

add-on
stale

``` timtest: template_file: templates/global/alb.rb on_failure: DO_NOTHING tags: CostCentre: EDS capabilities: [CAPABILITY_IAM] stacks: qa: tags: Account: NONPROD Environment: QA params: Environment: QA AlbSchema: internal targetgroups: XXXXX: healthcheck_path: '/healthcheck.html' listenerrules: - priority:...

```` $ rake example-qa:status --cfn-stack-name=example-qa-6 invalid option: --cfn-stack-name=example-qa-6 $ rake example-qa:status[cfn-stack-name=example-qa-6] Stack does not exist $ bora status example-qa --cfn-stack-name "example-qa-6" example-qa-6 - CREATE_COMPLETE ````