[AWS] EC2 - Auto Scaling Group
Let's have a walkthrough of an Auto Scaling Group which has already been created.
1. Select an Auto Scaling Group
Go to the EC2 Dashboard, and select the Auto Scaling Groups service from the left navigation pane. Select an Auto Scaling Group which has already been created.

Snapshot: Select an Auto Scaling Group
2. View Details of the Selected Auto Scaling Group
Once you select an Auto Scaling Group, you can view further details, as shown in the snapshots below.

Snapshot: Details of an Auto Scaling group
3. Launch template
A Launch Template specifies instance configuration information, such as, the ID of the Amazon Machine Image (AMI), the instance type, a key pair, security groups, and the other parameters that will be used to launch EC2 instances.
View the Launch template used in the current Auto Scaling group. In the snapshot below, we have the following configuration:
Amazon Linux 2
AMIt2.nano
instance type- An existing key pair to log in to the EC2 instances. We have kept the rest of the other things as default.

Snapshot: The Launch template used in the current group
4. Activity
On the activity tab, the Status column shows the current status of your instances. In the snapshot below, notice that we have a list showing that one instance was created initially, and later it was terminated. Consequently, the auto scaling group has automatically spun up a new instance.
While your instance is launching, the status column shows In progress. The status changes to successful after the instances are launched.
You can also use the "Refresh" button to see the current status of your instances.

Snapshot: Activity history
5. Auto Scaling
Scaling policies allow you to dynamically scale your Amazon EC2 capacity automatically, based on demand. You can create and add either a step /simple/target scaling policy.

Snapshot: View/add policies for the current group
6. Instances Management
View the list of instances running as part of the current group. In the snapshot below, you can see that your autoscaling group has launched your EC2 instance and that it is InService. Similarly, you can view other details, such as AZs, and the health status of each instance.

Snapshot: List of instances in the current group
7. Instance refresh
An instance refresh allows you to trigger a rolling replacement of all previously launched instances in the Auto Scaling group with a new group of instances.

Snapshot: Click on the "Refresh" icon for rolling replacement of the instances.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
2020-03-16 【思考工具】5W2H法:集齐7个问题,让思维更缜密
2019-03-16 [Functional Programming] Build a Linear congruential generator
2016-03-16 [Javascript] lodash: memoize() to improve the profermence
2016-03-16 [AngularJS] Transforming raw JSON data to meaningful output in AngularJS