You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: engine/context/ecs-integration.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -351,19 +351,24 @@ the ARN of an existing LoadBalancer.
351
351
The latter can be used for those who want to customize application exposure, typically to
352
352
use an existing domain name for your application:
353
353
354
-
1. Use AWS web console or CLI to get your VPC and Subnets IDs. You can typically retrieve default VPC ID and attached subnets using this AWS CLI commands:
354
+
1. Use the AWS web console or CLI to get your VPC and Subnets IDs. You can retrieve the default VPC ID and attached subnets using this AWS CLI commands:
1. Use AWS CLI to create your load balancer. The AWS Web Console can also be used but will require to assing at least one listener, which we don't need here.
367
+
1. Use the AWS CLI to create your load balancer. The AWS Web Console can also be used but will require adding at least one listener, which we don't need here.
@@ -380,9 +385,6 @@ CNAME entry pointing to just-created loadbalancer's `DNSName` reported as you cr
380
385
381
386
Please note Docker ECS integration won't be aware of this domain name, so `docker compose ps` command will report URLs with loadbalancer DNSName, not your own domain.
382
387
383
-
384
-
385
-
386
388
You also can use `external: true` inside a network definition in your Compose file for
387
389
Docker Compose CLI to _not_ create a Security Group, and set `name` with the
388
390
ID of an existing SecurityGroup you want to use for network connectivity between
@@ -395,7 +397,6 @@ networks:
395
397
name: "sg-1234acbd"
396
398
```
397
399
398
-
399
400
## Local simulation
400
401
401
402
When you deploy your application on ECS, you may also rely on the additional AWS services.
0 commit comments