Socket
Book a DemoInstallSign in
Socket

awsstack

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awsstack

0.2.2
bundlerRubygems
Version published
Maintainers
1
Created
Source

Awsstack

AWS CloudFormation stack creation helper

Building

Clone this repository and run

gem build awsstack.gemspec

This will create awsstack-<version>.gem

you can then install this gem

[sudo] gem install awsstack-<version>.gem

Usage

awsstack --help
    /usr/local/bin/awsstack [OPTION]

    -h, --help:
    show help

    -r, --role <rolename>
    IAM role to use. From ~/.aws/config

    -o, --operation <operation>
    Operation to perform on the template. (...)
    Operations :
      check   Check a template on AWS
      create  Create a stack
      update  Update a stack
      delete  Delete a stack

    -s, --stackname <stackname>
    Stackname to operate on.

    -t, --templatefile <file>
    Template file to use. (JSON format)

    -p, --paramfile <file>
    Optional Parameter file. (JSON format)

    -e, --environment <environment>
    Execution environment. (dev, stag, prod, ...)

    -d, --debug [level]:
    Debug level.

( Todo: Debug Level is not implemented )

example use

awsstack -r vrt-dpc-sandbox-admin -t output/aem_author.json -e dev -s Aemsecuritydev -o create

params file

To pass parameters to the CFN with this script, create a json file with the same name as the template file but in the directory /output/params//

FAQs

Package last updated on 19 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.