1
2

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でWebアプリをデプロイする方法(Java)目次

Last updated at Posted at 2021-04-01

#Webアプリをデプロイするまでの備忘録(目次)

参考書籍:Amazon Web Services 超入門
スクリーンショット 2021-04-03 23.49.50.png
※上記の書籍は、PHPでWordPress環境の作成を作るものとなります。目次でいうとMariaDBのインストールまでが書籍の内容となります。

##目次

###AWSアカウントの作成
スクリーンショット 2021-04-02 1.06.22.png

###ユーザーを追加する
スクリーンショット 2021-04-03 17.54.26.png

###請求情報を管理する
スクリーンショット 2021-04-04 1.09.04.png

###EC2インスタンスを作成する
image.png

###SSHで接続する
スクリーンショット 2021-04-06 2.01.55.png

###Apacheのインストール
Something went wrong

###MariaDBのインストール
Something went wrong
----ここまでが書籍の内容----
###Javaのインストール
Something went wrong
###Tomcatのインストール
Something went wrong
###制作物のデプロイ
Something went wrong

  • RDSのDBインスタンスを作成する

デプロイをして終わり、ではなくAWSについての理解も深めるために段階を踏んで実装をする

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?