-
Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
Description
Describe the feature
When running DAPR inside AWS ECS Fargate, there is no name resolver available that can resolve to other ECS services.
One way to address this in AWS is to use CloudMap to enable DNS resolution to ECS services. This can be achieved either by interrogating the CloudMap API to match on service name, or more simply to determine dns names of services based on naming convention.
The proposal is to introduce 2 new name resolvers, one for AWS cloudmap, and another for convention based dns names.
Release Note
RELEASE NOTE: ADD New name resolver for AWS CloudMap
RELEASE NOTE: ADD New name resolver for simple convention based dns naming.