Backup Solution for resources in AWS Cloud.
AWS Backup enables you to centralize and automate data protection across AWS services. Most of the organization on AWS wants to leverage the AWS Backup solution but not sure what to backup ? or what should be the schedule ?
This template enables the orgnization/ System Admin to choose Backup solution they require.
These instructions will help the deloy the template on your AWS Environment for development and testing purposes. See Usage for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
- AWS CLI
- AWS Credentials
- clone This repo.
git clone https://github.com/ankitosh/aws-backup.git - Run aws cli command to run the cloudformation based on your backup Type
aws cloudformation create-stack --stack-name "goldbackup" --template-body file://BACKUP-Gold.yaml --parameter-overrides KMSKey="KMS-ARN" --capabilties CAPABILITIES_NAMED_IAM
- CloudFormation - Template
- @ankitosh - Idea & Initial work

