Update AMI - Amazon EC2 Auto Scalling

0

Hello, could you help me with the steps to update an existing ami in a launch configuration in auto scale. This template is used in the EKS cluster and the ami is very old.

Felipe
asked 2 months ago413 views
1 Answer
4

Hlo,

1.Create a new AMI: Launch an EC2 instance from the existing laun****ch configuration, update it as needed, and then create a new AMI from it.

2.Update the Launch Configuration: Once the new AMI is available, update the launch configuration of your Auto Scaling Group to use the new AMI.

3.Update Auto Scaling Group: Update your Auto Scaling Group to use the updated launch configuration.

4.Test: Ensure your new instances launch and function correctly in your EKS cluster before fully transitioning

EXPERT
answered 2 months ago