
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
AWS CloudFormation stack creation helper
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
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 )
awsstack -r vrt-dpc-sandbox-admin -t output/aem_author.json -e dev -s Aemsecuritydev -o create
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
Unknown package
We found that awsstack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.