AWS ELB
S3 にログを保存できるみたい
terraform
target group と listner の両方が必要
ドメインをつける場合は TLS リスナーを追加する
A レコードに必要な IP アドレスは dig コマンドとかで調べればよい
外部DNSにレコード入れる場合は CNAME
ALB
ALB を各 public subnet に配置
target group を紐付け
target group にリソースを追加
Availability Zones
If you register targets in a zone but do not enable the zone, these registered targets do not receive traffic from the load balancer.
http -> https リダイレクト
webサイトは設定した方がいいのかもしれない
api ならいらないか?