🙌

terraform vpc module を試してみる

2023/07/17に公開

以下に公開されているモジュールを試したのでそのメモ

VPC, SubNet, NatGatewayの作成

まずREADMEを参考に以下の環境を作成

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