Which AWS services are serverless?
(Choose two.)
AWS Fargate
Amazon Managed Streaming for Apache Kafka
Amazon EMR
Amazon S3
Amazon EC2
Explanations:
AWS Fargate is a serverless compute engine for containers, allowing users to run containers without managing the underlying infrastructure.
Amazon Managed Streaming for Apache Kafka is a managed service for Kafka, but it still requires infrastructure management, such as brokers and scaling.
Amazon EMR is a managed Hadoop and Spark service but is not serverless as it requires managing clusters and nodes.
Amazon S3 is a serverless storage service; users only pay for the storage used without managing infrastructure.
Amazon EC2 provides compute instances that require users to manage the servers, making it not serverless.