Skip to content

Commit

Permalink
add note for AZ
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 7, 2023
1 parent 18b9a78 commit 093ad34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ After completing the deployment, you can access the service via ALB.
$ curl -s "http://$(terraform output -raw alb_dns_name)/"
```

Note: This example contains availability zone named a, b, and d. If your AWS account does not have some of them, you can change the resources for them from [vpc.tf](./vpc.tf), [alb.tf](./alb.tf) and [ecs-service-def.jsonnet](./ecs-service-def.jsonnet).

### Usage with AWS CodeDeploy

At first, you must delete an ECS service that having "ECS" deployment controller.
Expand Down

0 comments on commit 093ad34

Please sign in to comment.