Final answer:
AWS Lambda, Amazon SNS, and Amazon DynamoDB are Amazon Web Services that can be referred to as serverless services, which provide computing resources dynamically without requiring server management by the user.
Step-by-step explanation:
The Amazon Web Services that can be referred to as serverless services are:
- AWS Lambda
- Amazon SNS
- Amazon DynamoDB
Serverless computing is a cloud-computing execution model where the cloud provider runs the server and dynamically manages the allocation of machine resources. Pricing is based on the actual amount of resources consumed by an application, rather than on pre-purchased units of capacity.
AWS Lambda lets you run code without provisioning or managing servers, and you only pay for the compute time you consume. Amazon Simple Notification Service (SNS) is a fully managed messaging service for both application-to-application (A2A) and application-to-person (A2P) communication. Amazon DynamoDB is a managed NoSQL database service that provides fast and predictable performance with seamless scalability.
Services like Elastic Load Balancing do not qualify as serverless because they require the provisioning and management of load balancers, even though AWS offers managed services to facilitate this.