🙌
terraform vpc module を試してみる
以下に公開されているモジュールを試したのでそのメモ
- aws vpc module
https://github.com/terraform-aws-modules/terraform-aws-vpc
VPC, SubNet, NatGatewayの作成
まずREADMEを参考に以下の環境を作成
-
public subnet x 2
- ap-northeast-1a
- ap-northeast-1c
-
private subnet x 2
- ap-northeast-1a
- ap-northeast-1c
-
NatGateway x 2 (各AZ)
- 各private subnetのルーティングテーブル関連付け
VPCEndPoint追加
vpc-endpointもモジュールに入っているみたいなので試してみた
- vpc-endpoint (各subnet)
- S3 (Gateway)
- ECR (InterFace)
- CloudWatch (InterFace)
- 最終的に以下のような環境が作成された。
- その他いろいろできるようなので気が向いたら試す参考
Discussion