Amazon Cloud Map services - Amazon Cloud Map
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon Cloud Map services

An Amazon Cloud Map service is a template for registering service instances that consists of the service name and DNS configuration, if applicable, for the service. You can also set up a health check to determine the health status of instances in the service and filter out unhealthy resources. A service can represent a component of your application. For example, you can create a service for resources that handle payments on your application and another for resources that manage users.

A service allows you to locate the resources for an application by getting back one or more endpoints that can be used to connect to the resource. The location of resources is done using DNS queries or the Amazon Cloud Map DiscoverInstances API action, depending on how you've configured the namespace. You can use the Amazon Cloud Map console to scope instance discovery at the service level.

The following topics describe health check and DNS configurations for services and include instructions for creating, listing, updating, and deleting a service.