From 0f6ecc64f93bc6339db1dbfde1a003f32ff6784c Mon Sep 17 00:00:00 2001 From: Nimrod Kor Date: Mon, 7 Oct 2019 10:24:30 +0300 Subject: [PATCH] fix images (#1) * Update readme * Update images --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70444e2..4a20538 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ The following tool enables: ## Architecture ### Backup data flow -![backup](images/backup.png) +![backup](https://raw.githubusercontent.com/bridgecrewio/terraform-aws-route53-backup-restore/master/images/backup.png) ### Restore data flow -![restore](images/restore.png) +![restore](https://raw.githubusercontent.com/bridgecrewio/terraform-aws-route53-backup-restore/master/images/restore.png) ## Prerequisites: * Valid access keys at `~/.aws/credentials` with a default profile configured or matching [AWS Environment Variables](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html) * `Python` ,`Pipenv` & `npm` installed on the host running the tool