Skip to content

Instantly share code, notes, and snippets.

@Lyuji282
Created September 4, 2019 02:16
Show Gist options
  • Save Lyuji282/c1317e51d07c9d79b60c90c108d23d89 to your computer and use it in GitHub Desktop.
Save Lyuji282/c1317e51d07c9d79b60c90c108d23d89 to your computer and use it in GitHub Desktop.
vpcを作成する際はできるだけ、ブロック数を下げて節約する 例 10.0.0.0/27
分割数を考えて、余分のできないようにsubnetsを作成する(リージョンごと)
例:
10.0.0.0/28 in a region
10.0.0.128/28 in c region
・route table
・internet gateway
を設定し、VPCが外部のインターネットからアクセス可能な状態にする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment