Skip to content

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 3 years ago869 views
2 Answers
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

EXPERT
answered 3 years ago
0

Try using Service Connect which has CloudMap built into it, and here is the solution to a challenging issue I've been working on for weeks: AWS ECS Service Connect: Enabling Communication Between ECS Services. For more in-depth insights, explore our complete playlist: AWS ECS Comprehensive Series. And if you find the content helpful, please consider subscribing to my YouTube channel: Prograamer YouTube Channel.

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.