Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Developer Notes

Cody Green edited this page Aug 6, 2019 · 3 revisions

Deploy Cloudformation via CLI: Clone the repository onto your computer and ensure you've configured you have configured the aws-cli.

aws cloudformation deploy --template-file ./aws-quickstart-scca-main-same-net.json --stack-name cody-sca-test --parameter-overrides licenseKey1="" licenseKey2="" licenseKey3="" licenseKey4="" pBaselineCompliance="standard" pQuickstartS3KeyPrefix="sca-cody" sshKey="cody-key" --capabilities CAPABILITY_IAM

Find the Ubuntu image id for the IPS deployment:

aws ec2 describe-images --owners=099720109477 | grep -B 30 "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20170619.1"

Clone this wiki locally