Skip to content

A lean and quick method for automatically deploying Empire using terraform

Notifications You must be signed in to change notification settings

sprocketsecurity/autored-empire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Autored - Empire

Deploy Empire in less than 3min to the cloud using Terraform

How to use this tool

This blog post is better than the readme: https://www.sprocketsecurity.com/blog/autored-empire

Setup and Deploy

  1. Install terraform

  2. For AWS, create an IAM and add the following to ~/.aws/credentials

[autored]
aws_access_key_id = XXXXXXXXXXXXXXXX
aws_secret_access_key = YYYYYYYYYYYYYYYYYYYYYYY
region = us-east-2
  1. In a directory on your workstation download this terraform template:
git clone https://github.com/sprocketsec/autored-empire
  1. Edit variables for your infrastructure:
vim variables.tf
  1. Test your config to make sure its valid (this doesnt deploy anything):
terraform plan
  1. Once changes look good, deploy to AWS
terraform deploy

About

A lean and quick method for automatically deploying Empire using terraform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published