Skip to content

Setting up AWS drupal from scratch

Marie-Louise edited this page Nov 2, 2018 · 5 revisions

[WIP] post

create an aws account

login using root credentials

go to ec2

launch an instance

choose and operating system/ Choose an Amazon Machine Image (AMI)

choose unbuntu - Select 64-bit (x86) Ubuntu Server 18.04 LTS (HVM), SSD Volume Type - ami-00035f41c82244dab - free tier

free tier

Configure Instance Details

Add Storage (put 20gb)

Add Tags - name instance

security

Review Instance Launch

launch

create a new key pair

launch instances

-- come to launch status

view instances

right click - click connect

read instructions

open terminal and

➜ downloads mv learning_aws.pem ../.ssh

➜ ~ cd .ssh

➜ .ssh chmod 400 learning_aws.pem --- changes permission

ssh -i "learning_aws.pem" ubuntu@ec2-34-252-47-66.eu-west-1.compute.amazonaws.com --in the server now

install composer

install apache

install mysql

Clone this wiki locally