Which of the following is a benefit of stateless design in cloud applications?
Stateless applications are faster because they use less memory.
Stateless applications are easier to scale horizontally.
Stateless applications are cheaper because they don't require any storage.
Stateless applications are more secure because they don't use databases.
Stateless applications are easier to scale horizontally. Because each request is processed independently, you can easily add more instances of the application to handle more requests.