Hosting A PHP Web Application On AWS

From Littledamien Wiki
Revision as of 22:43, 18 July 2018 by Video8 (talk | contribs) (Created page with "== Overview == == Process (rough notes) == === Create EC2 instance === Log in to AWS. '''Services''' > '''EC2''' > '''Instances''' '''Launch Instance''' dropdown > '''Laun...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Process (rough notes)

Create EC2 instance

Log in to AWS. Services > EC2 > Instances Launch Instance dropdown > Launch Instance Step 1: Choose an Amazon Machine Image (AMI): Amazon Linux 2 AMI Step 2: Choose an Instance Type: General purpose t2.micro

  • Click Review and Launch
  • Next page click Launch

Select an existing key pair or create a new key pair

  • Choose an existing key pair
  • Consider using a single key pair for all AWS instances linked to a particular client (e.g. don't create a new key pair unless there's a compelling reason to do that).

After confirming the instance will be created and start running.

=== Configure EC2 instance

Return to EC2 Instances.

  • The name of the new EC2 instance will be blank. Click to the right to edit.
  • Click on Alarm Status cell to create an alarm.
    • Send a notifications to North_Rose_Devs_Status_Failed
    • Take the action: Recover this instance
    • Whenever: Status Check Failed (System)

Pricing