We will use a volume attached to an AppServer EC2 instance. To create volume, follow this guide here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html Create a mount point called “SportLogic.deployments” in “/usr/local/opt”. >cd /usr/local/opt >sudo mkdir SportLogic.deployments >sudo mount /dev/xvdf /usr/local/opt/SportLogic.deployments >sudo chown ec2-user /usr/local/opt/SportLogic.d..