Conect services Ecs con AWS Cloud Map

0

How can I configure an AWS Cloud Map to connect ecs service tasks which are automatically raised and destroyed when I push a repo? How can I see the id of a service?

asked a year ago387 views
1 Answer
3

Create a namespace in AWS Cloud Map Open the AWS Cloud Map console (https://console.aws.amazon.com/cloudmap/). Choose "Create namespace" and enter a namespace name and description.

Enter image description here

Enter image description here

Enter image description here

To discover the tasks within your application, you can use the AWS SDK or CLI to query the AWS Cloud Map service based on the namespace and service name you've configured. For more information and examples, refer to the AWS Cloud Map documentation: https://docs.aws.amazon.com/cloud-map/latest/dg/what-is-cloud-map.html

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions