Skip to content
Jaimie Murdock edited this page Dec 20, 2017 · 18 revisions

This wiki documents the AWS deployment of the InPhO Project.

Architecture

AWS Architecture Diagram

File systems

swap

To create swap space:

dd if=/dev/zero of=/swapfile bs=1024 count=1048576
mkswap /swapfile
swapon /swapfile

Add the following to /etc/fstab:

/swapfile       none    swap    sw      0       0

SEP Archives

To mount the SEP Archives, add the following to your /etc/fstab:

fs-2c877655.efs.us-east-2.amazonaws.com:/    /var/sep    nfs4 nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2 0 0