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 1 year has passed since last update.

AWS初心者がwebアプリケーションのインフラを構築する part1 VPC編~セキュリティグループ作成

Posted at

概要

AWS全然触ったこと無い初心者が一般的なwebアプリケーションのインフラを構築する手順をメモしながら思ったことなどを記載していく記事

対象

AWS初心者
これからインフラの構築をする人

作るもの

2つのAZにパブリック/プライベートのサブネットを1こずつ作る
ALB/WEB/DBのセキュリティポリシーを作成

手順

VPCの作成

VPCの作成ページに遷移し、
スクリーンショット 2023-03-21 15.58.21.png

下記の部分の設定を変更

  • NATゲートウェイ: AZごとに1つ
  • VPCエンドポイント: なし

スクリーンショット 2023-03-21 15.58.21.png
「作成」
以上!!

セキュリティグループの作成

作成するのは下記の3つ

  • ALB用のセキュリティグループ
  • Web用のセキュリティグループ
  • DB用のセキュリティグループ

ALB用のセキュリティグループ

HTTPを選択し、IP4すべてのものを選択する。
スクリーンショット 2023-03-21 16.11.39.png

Web用のセキュリティグループ

HTTPを選択し、カスタムの右から先程のALB用のセキュリティグループを選択する。
スクリーンショット 2023-03-21 16.13.47.png

DB用のセキュリティグループ

MySQL/Auroraを選択し、カスタムの右から先程のWeb用のセキュリティグループを選択する。

スクリーンショット 2023-03-21 16.15.38.png

次回、DB作成編

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?