Skip to content

Commit 82f0e71

Browse files
authored
Update aws.md: mention route53-sidecar
1 parent 11e0788 commit 82f0e71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/providers/aws/aws.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ To deploy your services, the Defang CLI packages your code and uploads it to an
5252

5353
The provider runs your workloads using ECS using Fargate. It provisions a VPC with public and private subnets, and deploys your services to the private subnets. It then provisions an Application Load Balancer (ALB) and routes traffic to your services.
5454

55+
### Service Discovery
56+
57+
Defang uses a Route53 private hosted zone for service discovery. Each (private) services in the Compose file will get a CNAME or A record which resolves to the services AWS domain name or IP, respectively. To update the A records for the dynamically assigned IP addresses, Defang will add a [Route53 sidecar](https://github.com/DefangLabs/route53-sidecar) alongside your container.
58+
5559
## Managed Storage
5660

5761
Defang can help you provision [managed storage](/docs/concepts/managed-storage/managed-storage.md) services. The following managed storage services are supported on AWS:

0 commit comments

Comments
 (0)