Scenario: You are experiencing unexpected spikes in traffic to your serverless application, causing performance issues. How would you address this scalability challenge?

  • Configure auto-scaling policies for AWS Lambda
  • Increase instance size for Amazon EC2
  • Manually add more servers
  • Optimize database queries
Configuring auto-scaling policies for AWS Lambda allows it to automatically scale up or down based on incoming traffic, making it a suitable solution for addressing unexpected spikes in traffic in a serverless application.
Add your answer
Loading...

Leave a comment

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