I am trying to create a backup mechanism for our server, so that if my system crashes, I should be able to create the whole system by running a single script
After going through Amazon documentation, this is my understanding of creating a backup and restoring
Backup
Restore (A script to)
Now my Questions is
As I could not find any better alternative, I am sticking with the initial approach.
Backup:
For instance store, I am only keeping the application (no database), so no need to keep a backup of that.