Skip to content

lydiaonthedailyintech/Hosting_On_Amazon_EC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hosting_On_Amazon_EC2

Objective:

Install, configure, and launch a WordPress blog on an Amazon Linux 2023 instance.

Architecture:

  • A VPC with one public subnet and one private subnet in one Availability Zone.

  • A Network Load Balancer in the public subnet.

  • An EC2 instance acting both as a web server and a database server in the private subnet.

  • A webserver security group configured to allow HTTPs traffic to the Amazon EC2 web and database server.

Architecture_Host a WordPress Blog

Summary of Tasks Completed:

  1. Launch an EC2 using AWS Session Manger

  2. Downloaded software pages for setting up database and web server

  3. Downloaded latest WordPress package

  4. Configuring SSL/TLS on Amazon Linux 2023

  5. Install and configure MarDB Server and set up a database for WordPress installation

Host a WordPress Blog_MariaDB install

  1. Configure WordPress installation - Edited WordPess configuration files to fit specifications provided

  2. Installing WordPress files under Apache document root

  3. Allow WordPress to use permalinks

  4. Installing PHP graphics drawing library on the Amazon Linux image

  5. Configuring WordPress file permissions for Apache web server

  6. Launching WordPress installation script and verified database server and Apache web server are launched

Hosting a WordPress Blog_Wordpress Installation

  1. Verified WordPress blog has been activated and running! Logged into WordPress with username and password created

Hosting a WordPress Blog_HomePage of Site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published