Skip to content

Commit

Permalink
Add asg recycle command
Browse files Browse the repository at this point in the history
  • Loading branch information
mdminhazulhaque authored Jan 6, 2025
1 parent 3536b06 commit 47af0de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ Modify NodeGroups for Cluster
.. code:: bash
aws eks update-nodegroup-config --cluster-name devtest --nodegroup-name dev-nodes --scaling-config minSize=1,desiredSize=5,maxSize=10
Refresh EKS AutoScalingGroup Instances
--------------------------------------

.. code:: bash
aws autoscaling start-instance-refresh --auto-scaling-group-name eks-mycluster-20241119081040239300000001-fcc9a1bc-a1ef-54d4-d72f-b171eb5b0062

0 comments on commit 47af0de

Please sign in to comment.