Removed empty AWS Content Link

The linked content now results in a 404.
pull/5618/head
dsh 7 months ago committed by GitHub
parent e1c35d299d
commit 0c54816b3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/backend/content/123-scalability/100-mitigation-strategies/103-loadshifting.md

@ -9,7 +9,3 @@ There are several ways to implement load shifting in a cloud environment:
- Auto-scaling: This involves automatically adjusting the number of resources that are available to a system based on the workload, allowing the system to scale up or down as needed.
Load shifting is an important aspect of cloud design, as it helps to ensure that resources are used efficiently and that the system remains stable and available. It is often used in conjunction with other design patterns, such as throttling and backpressure, to provide a scalable and resilient cloud environment.
Visit the following resources to learn more:
- [Load Shifting - AWS Well-Architected Framework](https://aws.amazon.com/architecture/well-architected/serverless/patterns/load-shifting/)

Loading…
Cancel
Save