Skip to content
Shinya Ihara edited this page Dec 2, 2023 · 6 revisions

Step by Step Lecture Wiki : Let's study a basic IaaS skill by installing commonly used software

Preparation

Recommend to use my awscli-docker to comfortably proceed these step-by-step lecture.

Step 1

Create your first AWS account, followed by creating a new IAM user

Step 2 ~ Step 3

Study and deploy a simple web-db style architecture over AWS cloud, via WordPress installation.

(If you are interested in WordPress data migration between local (docker) and cloud server, please refer to this Wiki site!)

Step 4 ~

Deploying WordPress via AWS CloudFormation (Under Construction)

Step 1 : Launch your first AWS account and create an IAM user under the root account

Step 2 : Deploying WordPress via user data and shell script (very easy and fast method)

Step 3 : Deploying WordPress via shell script and aws commands (required to login to web and db server)

Step 4 : Deploying WordPress via AWS CloudFormation (Under Construction)

Clone this wiki locally