We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3536b06 commit 47af0deCopy full SHA for 47af0de
eks.rst
@@ -45,3 +45,10 @@ Modify NodeGroups for Cluster
45
.. code:: bash
46
47
aws eks update-nodegroup-config --cluster-name devtest --nodegroup-name dev-nodes --scaling-config minSize=1,desiredSize=5,maxSize=10
48
+
49
+Refresh EKS AutoScalingGroup Instances
50
+--------------------------------------
51
52
+.. code:: bash
53
54
+ aws autoscaling start-instance-refresh --auto-scaling-group-name eks-mycluster-20241119081040239300000001-fcc9a1bc-a1ef-54d4-d72f-b171eb5b0062
0 commit comments