Skip to content

Backup AWS ElasticBeanstalk Environment Variables in Encrypted File

Notifications You must be signed in to change notification settings

mudasirmirza/beanbacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeanBacker

Utility to create encrypted backups of environment variables provided in AWS ElasticBeanstalk environments


Usage

go install github.com/mudasirmirza/beanbacker
# fetching all environment variables of all environments
beanbacker -destFile=./data.json -passPhrase=passwordtoencryptwith

# decrypting the fetched file
beanbacker -destFile=./data.json -passPhrase=passwordtoencryptwith -decryptData=true

About

Backup AWS ElasticBeanstalk Environment Variables in Encrypted File

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published