How to have a Play framework app autostart during boot on Elastic Beanstalk CentOS ec2 instances
So you’ve created an Elastic Beanstalk environment, you have a play framework distribution which you’ve created using play dist (either…
So you’ve created an Elastic Beanstalk environment, you have a play framework distribution which you’ve created using play dist (either…
So the /etc/fstab file on your root volume looked like this LABEL=cloudimg-rootfs / ext4 defaults 0 0 /dev/xvdf /mnt/backups auto…
gid= and uid= are not valid for XFS, pass “grpid=” to your fstab entry. /dev/xvdf /media/ebs/data xfs defaults,auto,noatime,noexec,grpid=1000 0 0