-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS::EKS::NodeGroup - Managed Node Groups on EKS #264
Comments
@ueokande EKS Managed Node Groups is supported by cloud formation, however the documentation is taking a few more days to deploy than we originally expected. EKS Managed Node Groups introduces a new resource type ”AWS::EKS::Nodegroup“ and an update to existing resource type ”AWS::EKS::Cluster“ to add ClusterSecurityGroupId in Cloudformation. The documentation updates for these changes will be published by 11/21. |
Since the documentation still isn't available, for anyone that requires it:
Boto3 documentation helps for any missing stuff: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client.create_nodegroup |
CloudFormation documentation for EKS Managed Node Groups is now published – https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-nodegroup.html |
Thank you for your great job, AWS team!! |
1. Title
AWS::EKS::NodeGroup - Managed Node Groups on EKS
2. Scope of request
b) new resource type for an existing service is desired
Managed Node Groups is now available on EKS!!!
3. Expected behavior
In create an EKS cluster with
NodeGroup
resource on CloudFormation, it creates an EKS node group with the cluster. It also supports to update configurations on the node groups such asScalingConfig
.4. Suggest specific test cases
5. Helpful Links to speed up research and evaluation
6. Category (required) - Will help with tagging and be easier to find by other users to +1
7. Any additional context (optional)
The text was updated successfully, but these errors were encountered: