Accenture / adop-aws

This repository contains a hardened, 2-tiered implementation of the DevOps Platform -> https://github.com/Accenture/adop-docker-compose
Apache License 2.0
35 stars 33 forks source link

Added the volume details to /etc/fstab which will make sure the volum… #7

Closed amruthapbhat closed 6 years ago

amruthapbhat commented 6 years ago

Whenever an additional storage is mounted on the ec2 instance, we need to add the details of the device and the mount location in /etc/fstab which will make sure that the volumes are mounted when the instance restarts. Hence added the above piece of code because of as today if we use the gen 5 template to spin up ADOP and then stop and start the instance the volumes gets detached.

dsingh07 commented 6 years ago

Thanks @amruthapbhat and @NkolasN LGTM!