Matt Wise

Results 7 issues of Matt Wise

On the first run of the awsqs-kubernetes-get custom resource after deploying a cluster, if more than one invocations to the custom resource are done concurrently, the CloudFormation deploys with an...

question
Triage

Deployment Update fails when changing the NumberOfNodes or MaxNumberOfNodes on the parameters of [amazon-eks-entrypoint-existing-vpc.template.yaml](https://github.com/aws-quickstart/quickstart-amazon-eks/blob/main/templates/amazon-eks-entrypoint-existing-vpc.template.yaml) ![image](https://user-images.githubusercontent.com/24458226/137806558-d0796e24-56d7-4eac-b982-458730dc78e6.png) The following error appears in CloudFormation: ![image](https://user-images.githubusercontent.com/24458226/137807297-49946fef-35b9-4005-b43c-63369a3fe7f1.png)

Triage

Currently, the quickstart deploys with UpdateConfig defaulted to update with at max 1 node down at a time. Since updates per Node takes ~5mins, a cluster with 20 Nodes is...

Feature Request

Sometimes the apply lambda gets triggered multiple times causing the same manifest to be fed through twice. The issue appears to be intermittent, but has occurred more often recently. 50%...

bug

When ClusterAutoScaler is enabled (and possibly other settings) an inline policy gets added to the eks-quickstart-ManagedNodeInstance and eks-quickstart UnmanagedNodeInstance roles. After ~20 EKS clusters are created, the inline policies exceed...

bug

## Hey, I just made a Pull Request! S3 Fetch was flattening sub-dirs into the top level directory. This change fixes that issue by properly maintaining the original folder structure...

## Hey, I just made a Pull Request! Update tests for ReadableArrayResponse to include subdirectory validation. I tested prior to https://github.com/backstage/backstage/pull/22884 to ensure the test failed as expected without the...