Autoscaling Groups
- Rather than just launching one server, you can tell AWS to launch a group of servers
- Use a Launch Template to easily create each server
- If a server dies, AWS will automatically create a new one
- Spin up new servers when you need more compute power or do the reverse
- You can do complex scaling based on metrics but don't need to
- Traffic can be balanced between servers in the group with the help of...
12 / 18