Mike Stefaniak
Mike Stefaniak
We have recently added steps to our documentation on how to build custom Windows AMIs https://docs.aws.amazon.com/eks/latest/userguide/eks-custom-ami-windows.html
@markyjackson-taulia Just signed the CLA
/assign @alejandrox1
With managed node groups support for launch templates, you can now add tags to the EC2 instances created as part of your node groups. See EKS [docs](https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html#launch-template-tagging) for details. I...
@dindurthy As I mentioned above, "Our vision is we handle any of these ASG tags for you, for example when we implement scale to 0 #724, we'll automatically add the...
See answer here https://github.com/aws/containers-roadmap/issues/138#issuecomment-889242059
See the EKS [documentation](https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html), the subnets passed as part of cluster creation are not related to subnets to where you can run worker nodes.
If you use [EKS Managed Nodes](https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html), the bootstrapping process avoids the `aws eks describe-cluster` API call, so you can launch workers into a private subnet without outbound internet access as...
Thanks for the feedback. Can you open a separate GH issue with that feature request for Managed Node Groups? Will keep this issue open as it's something we are researching.
Hi @dsw88, In order for the worker node to join the cluster, you will need to configure VPC endpoints for ECR, EC2, and S3 See this GH repo https://github.com/jpbarto/private-eks-cluster created...