1

In the classic AWS console it was possible to configure service discovery. It looks like this has been dropped in the new console.

How does it then need to be done in the new console?

Thanks

Jan
  • 11
  • 1

2 Answers2

0

In the meantime I found out how to switch back to the classic console. It's a switch at the top-left corner. So that's basically the work-around.

Jan
  • 11
  • 1
0

We will be adding Service Discovery to the new console - I cannot provide a date yet but it is something we are working on right now.

Meanwhile please switch back to the old console to configure SD. Please do keep those comments/feedback coming!

Yurui Zhang
  • 101
  • 1
  • I've spent several hours because thought that "Service Connect" is a new name for service discovery, and it's something wrong with my new cluster It looks almost the same but doesn't create DNS records – katoquro Dec 05 '22 at 07:14
  • Sorry about that! Service Connect is brand new it's much better than Service Discovery - no DNS name shenanigans, automatic load balancing... give it a try! https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html – Yurui Zhang Dec 06 '22 at 14:06
  • "no DNS name shenanigans" but I need DNS records to connect part of my service in EC2 with ECS. It's difficult to use "Service Connect" because services on EC2 should be reimplemented to use Discovery API instead of internal DNS (if I understood right). And EC2 can host 3rd party software which cannot be modified. – katoquro Dec 07 '22 at 18:05
  • 1
    I see what you mean yea in that case please use the classic console for now. I will forward your use case to our team and see if there are plans to address that. – Yurui Zhang Dec 09 '22 at 14:57
  • Any update on the option to use DNS as a means for service discovery in AWS? – Jan Mar 15 '23 at 08:23