Skip to content

bryanlabs/aws-ebs-backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebs-backups for EC2

HOW IT WORKS

Deploy the Cloudformation, and all EC2 instances will be backed up.

Launch Stack
View Source

Opting Out

The default behavior is to backup all instances. To exclude an instance from being backed up, add the following tag to the instance.

aws ec2 create-tags \
    --resources i-1234567890abcdef0 --tags Key=Backup,Value=False

Changing Default Retention

The default behavior is to retain backups for 14 days. To change the default behavior, update the CFT parameter with a new value. To change the individual behavior of a single instance add the following tag.

aws ec2 create-tags \
    --resources i-1234567890abcdef0 --tags Key=Retention,Value=3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages