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 サーバー構築手順(ネットワーク編)

Last updated at Posted at 2020-03-01

勉強したことを忘れないようにメモ

##概要

AWSの第一段階の勉強として基本的なWEBサーバーをAWSを使用して構築してみた。

ネットワーク構築から各サーバーの立ち上げをまとめる

##やった流れ
・ネットワーク設定
・ユーザー設定(IAM)
・EC2インスタンス作成
・ストレージ設定(S3)

###詳細
####◆ネットワーク設定
・CloudWatchでの料金ログチェック
・CloudTrailでのアクションログチェック
・公開用サーバーと非公開用サーバーの立ち上げ
・各サーバーにIPアドレスを設定

####◆ユーザー設定(IAM)
・AWSではルートユーザーのログインは推奨されていないので、Admin権限を持つユーザーを新規作成

####◆EC2インスタンス作成
・使用するOSのスペックによって値段が変動する
・Elastic IPで固定IPの指定が可能。EC2の稼働に応じて料金発生
・セキュリティグループ設定(簡単に言えばファイアウォール)

####◆ストレージ設定(S3)
・CloudTrailのログデータをS3に格納。
・S3は無制限のストレージ・高耐久
 1か月のストレージ料金・リクエスト料金・データ転送料金発生

##まとめ
掘り下げるときりがないのでこの辺で。。。
可用性重視の設計が一般的(AZを2か国運用)
VPCは一度設定すると変更不可のためIPアドレスが溢れないように設定するのが大事。

AWSマネジメントコンソール関係の記事は個人情報怖いのでスクショ少なめです。
WEBサーバーとDBサーバーを構築してなんかWEBサイトでも載せてみようかと思います。

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?