Your development team will have the goal of archiving an existing infrastructure, both for legal and practical reasons. Example of features to develop:
- Archive all instances of a vpc.
- Extract images for import into vm ware.
- Perform a backup rotation (beyond a certain duration, delete the backup).
- Delete a whole vpc.
git clone https://github.com/antbou/VIR1_BACKUP.git
cd VIR1_BACKUP
npm install
To run tests, run the following command
npm run test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.