Coder Social home page Coder Social logo

aws-ssm's Introduction

aws-ssm

Aws-ssm is a command line tool to manage fast and efficiently AWS parameter store.

These are some things that can be done with aws-ssm CLI:

  • Change some hierarchies names.
  • Search values in the hierarchies.
  • Import a lot of variables to AWS System Manager Parameter Store from json file.
  • Create a json file (hierarchies, values, type)
  • ...

With aws-ssm you can do that and more cool things fast and efficiently.


⚡️ Getting Started

Retrive the aws-ssm binary by downloading a pre-compiled binary from Download section or compiling it from source (Go +1.7 required).

⚙️ Commands & Flags

get

CLI command to get information from SSM.

aws-ssm get [flags]
Flag Description Type Default Required
-n The complete name of the paramter (hierarchy). stringArray No
-p The hierarchy for the parameter. Hierarchies start with a forward slash (/) except the last part of the parameter. string No
-r The last part of the hierarchy (variable). string No
-v The value of the hierarchy. string No
-f Print hierarchy. bool false No
-d Print decrypted SecureString. bool false No
-c Search all values containing the value in -v flag. bool false No
-u Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter. (used with -n) bool false No
-j Write a json file with the output. string No

add

CLI command to add information to SSM.

aws-ssm add [flags]
Flag Description Type Default Required
-n Name of the hierarchy. string No
-v Value of the hierarchy. string No
-t Type of the value. [ String, StringList, SecureString ] string No
-d Description of the hierarchy. string No
-o Overwrite the value of the hierarchy. bool false No
-j Json file to import in the parameter store. string No

aws-ssm's People

Contributors

isaaclopezwefox avatar namku avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.