I have an EC2 instance in AWS. As you know, if my instance crashes I lose all data located in the local EC2 hard drive. Of course I have an EBS for my data, but /etc
is located in the non-permanent-local-drive, and I am trying to move all system config files to the EBS.
For the crontab, my Debian reads the /etc/crontab
. I tried to symlink the file and it did not work. Do you known why?