giuliocalzolari / ec2stash

AWS EC2 Parameters Store Vault

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EC2 Stash Store

https://circleci.com/gh/giuliocalzolari/ec2stash/tree/master.svg?style=svg https://badge.fury.io/py/ec2stash.png

Config

this script is designed to run across multiple accounts and across multiple regions you can switch between regions/accounts using some OS vars

To execute an assume role action:

$ export AWS_SSM_ROLE=arn:aws:iam::111111111:role/admin

Command

$ ec2stash -h
Usage: ec2stash [OPTIONS] COMMAND [ARGS]...

Options:
  --iam TEXT     IAM to assume
  --region TEXT  AWS region
  --kms TEXT     KMS Key
  --help         Show this message and exit.

Commands:
  backup
  blockerase
  delete
  erase
  get
  gettag
  list
  put
  render
  restore
  setup
  tag

License

ec2stash is licensed under the MIT.

About

AWS EC2 Parameters Store Vault

License:MIT License


Languages

Language:Python 96.2%Language:Makefile 3.4%Language:Smarty 0.4%