Skip to content

Provision Insecure Infrastructure with CloudFormation

Notifications You must be signed in to change notification settings

try-bridgecrew/cfngoat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cfngoat - Vulnerable CloudFormation infrastructure

Maintained by Bridgecrew.io

Bridgecrew solution to create vulnerable infrastructure.

To prevent vulnrable infrastructure from arriving to production see: https://github.com/bridgecrewio/checkov/

Installation

aws cloudformation create-stack --stack-name cfngoat --template-body file://cfngoat.yaml --region us-east-1 --parameters ParameterKey=Password,ParameterValue=MyPassword10 --capabilities CAPABILITY_NAMED_IAM

Expect provisioning to take at least 5 minutes.

If you want to provision another stack with a different environment:

aws cloudformation create-stack --stack-name cfngoat2 --template-body file://cfngoat.yaml --region us-east-1 --parameters ParameterKey=Password,ParameterValue=MyPassword10 ParameterKey=Environment,ParameterValue=dev2 --capabilities CAPABILITY_NAMED_IAM

About

Provision Insecure Infrastructure with CloudFormation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published