The workshop URL – https://aws-dojo.com/workshoplists/wo...
AWS Cloud Map is a cloud resource discovery service. The resources and services used in the application can be defined in the Cloud Map. Application can dynamically discover and use the services / resources from the Cloud Map. This increases the application availability because it always discovers the most up-to-date locations of its resources / services.
Cloud Map allows to register any application resources, such as databases, queues, microservices, and other cloud resources, with custom names. Cloud Map then constantly checks the health of resources to make sure the location is up-to-date. The application can then query the registry for the location of the resources needed based on the application version and deployment environment.