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

Welcome to the aws-documentation wiki!

Configuration

SEP mirror

User: ec2-user

~/bin/do_mirror

inpho

User: inphosite

Python Environment: Miniconda 2

Additional yum packages: tmux nginx redhat-lsb-core

Additional conda packages (for user inphosite): gunicorn mysql-python docutils sphinx nltk

hypershelf

User: hypershelf

Python Environment: Miniconda 3

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
Clone this wiki locally