Which AWS service is suitable for an event-driven workload?
Amazon EC2
AWS Elastic Beanstalk
AWS Lambda
Amazon Lumberyard
Explanations:
Amazon EC2 is a compute service that provides virtual servers. It is not inherently event-driven and requires manual setup for event handling.
AWS Elastic Beanstalk is a platform as a service (PaaS) that automates application deployment but is not designed specifically for event-driven architectures.
AWS Lambda is designed for event-driven workloads, allowing you to run code in response to events without provisioning servers, making it ideal for microservices and serverless applications.
Amazon Lumberyard is a game development platform and is not relevant for general event-driven workloads in cloud computing.