Questions tagged [aws-service-connect]

4 questions
4
votes
1 answer

AWS ECS Service Connect versus Service Discovery

AWS Cloud Map allows you to set up some namespace for your VPC, and then assign names within that namespace to individual services. The names can either be A) privately discoverable only by API calls, B) discoverable via API calls or via DNS…
1
vote
1 answer

Amazon ECS Service Connect vs Amazon VPC Lattice

Looking at comparing and contrasting ECS Service Connect and AWS VPC Lattice. There are a lot of similarities and wondering what would make sense where?
0
votes
0 answers

Will Service Connect allow me to route requests for www.some-domain.com from one service to another?

I have a backend service which for different reasons needs to be requested on a specific hostname. This also goes for internal requests. My understanding is that Service Connect will let me set things up so that service A calls service B using e.g.…
sbrattla
  • 5,274
  • 3
  • 39
  • 63
0
votes
0 answers

How do i access redis deployed in a separate service and my rails app in a separate service AWS ECS?

I have set up two services in AWS ECS: one for my Rails application and another for Redis. Both services are running as separate tasks on AWS Fargate. Additionally, I am using ECS Service Connect to enable service discovery and communication between…