Skip to content

NameResolver support for AWS Cloudmap #3865

@jmenziessmith

Description

@jmenziessmith

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions