Can you explain the concept of cloud bursting and how it can be leveraged to handle sudden spikes in demand?
Cloud bursting involves dynamically scaling workloads between private and public clouds. Utilized auto-scaling groups and AWS Lambda functions to trigger additional resources during spikes. This approach ensures cost-effectiveness during normal loads.