An e-commerce website uses auto-scaling but faces downtime during sudden traffic spikes. What might be missing in their scaling strategy?

  • Inadequate Database Scaling
  • Inefficient Caching Strategy
  • Insufficient Monitoring and Alerting
  • Lack of Horizontal Scaling
Downtime during traffic spikes suggests a possible lack of horizontal scaling, where the application fails to dynamically add more instances to handle increased load. Monitoring and alerting can help detect such issues early.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *