Matt Wise
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...
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)  The following error appears in CloudFormation: 
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...
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%...
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...
## 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...