8000 GitHub - jwoates/ssm-transport: transport and modify keys from one account to another
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jwoates/ssm-transport

Repository files navigation

Maintainability Test Coverage

About

Copies all SSM parameters from one aws account to another, and performs an environment strip from each key segment.

Create Local Credentials

request credentials locally with gimme-aws-creds

select at least two accounts, note the profile names generated in ~/.aws/credentials

run the script by passing in the from profile and the to profile names

ruby app.rb <from-profile-string> <to-profile-string> <environment-string>

Linting with Rubocop

docker run --rm -ti -v <app-directory>/ssm-transport:/usr/src/app ruby:latest rubocop \
--enable-pending-cops

Run Tests

docker run --rm -ti -v <app-directory>/ssm-transport:/usr/src/app ruby:latest \
rspec \
--profile 10 \
--color \
--order random \
--format RspecJunitFormatter \
--out test-results/rspec/rspec.xml \
--format progress \
-- spec

About

transport and modify keys from one account to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0