0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

はじめてのAWSその1 サーバ構築のためのVPC作り

Last updated at Posted at 2020-12-10

AWSでサーバ構築するための覚書です。まずはサーバ設置のためのパブリッククラウドを作ります。

VPCの設定

AWS Consoleから[VPC]をクリックします。
image.png

VPCウィザードを起動します。
image.png

1個のパブリックサブネットを持つVPCを選んで次に進む
image.png

そのままVPCの作成を押す。
image.png

VPCの完成
image.png

ここまででできたこと

  • VPC(Virtual Private Cloud) 10.0.0.0/16
  • パブリックサブネット 10.0.0.0/24
  • ルートテーブル 10.0.0.0/16 local 0.0.0.0/0 →インターネットゲートウェイ
  • インターネットゲートウェイ(インターネットへの出口)

注意点

  • リージョンを間違えない
  • VPCを削除すると、そこに紐づくサブネットもルートテーブルもすべて消える

参考文献

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?