Skip to content

Commit 98e64a2

Browse files
authored
Auto Scaling FAQ, invalid HTML anchor (#755)
The referenced page does not appear to have anchors anymore
1 parent 22c9ab1 commit 98e64a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ Auto Scaling
10131013

10141014
### Auto Scaling Basics
10151015

1016-
- 📒 [Homepage](https://aws.amazon.com/autoscaling/)[User guide](http://docs.aws.amazon.com/autoscaling/latest/userguide/)[FAQ](https://aws.amazon.com/ec2/faqs/#Auto_Scaling)[Pricing](https://aws.amazon.com/autoscaling/pricing/) at no additional charge
1016+
- 📒 [Homepage](https://aws.amazon.com/autoscaling/)[User guide](http://docs.aws.amazon.com/autoscaling/latest/userguide/)[FAQ](https://aws.amazon.com/ec2/faqs/)[Pricing](https://aws.amazon.com/autoscaling/pricing/) at no additional charge
10171017
- [**Auto Scaling Groups (ASGs)**](https://aws.amazon.com/autoscaling/) are used to control the number of instances in a service, reducing manual effort to provision or deprovision EC2 instances.
10181018
- They can be configured through [Scaling Policies](http://docs.aws.amazon.com/autoscaling/latest/userguide/policy_creating.html) to automatically increase or decrease instance counts based on metrics like CPU utilization, or based on a schedule.
10191019
- There are three common ways of using ASGs - dynamic (automatically adjust instance count based on metrics for things like CPU utilization), static (maintain a specific instance count at all times), scheduled (maintain different instance counts at different times of day or on days of the week).

0 commit comments

Comments
 (0)