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 2021-08-28

AWSの流れが来ているのでAWS触ってみた

とりあえず「アカウント作成」してWEBアプリ作成の準備をしてみた。

やりたいこと
AWS上でWEBアプリを作成して,サービスとして公開してみる。

使うもの
1nginx
2python(Flask)
3mysql

若干、古い気もするが、調べ物を極力抑えるため、自分の知っている技術を使うことにした。

概要
WEBアプリ作成
  -- Hello Worldを出すだけ

ひとおとりの流れ
1 外部通信の可能にするため、VPCとかセキュリティグループとか設定
2 EC2作成
3 docokerインストール⇒ngixnのコンテナ作成⇒hello World! を出力するHTML作成
4 docker run
5 localからhttpアクセス⇒「hello World!」が出力
6 以上!

その他
1Amazon RDS作成
とりあえず[MySQL]のインスタンス立ててみたが、インスタンス設定の最後のページで
予測請求額[500USD]的なでた

[USD]⇒アメリカ合衆国ドル
https://ja.wikipedia.org/wiki/アメリカ合衆国ドル

日本円にして約「5万」

・・・

無理

Next
pythonインストール
Flaskインストール

目的
・AWSの知見あつめ
・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?