misp-cloud/dev
Richard van den Berg 53350dfe2a Add dev/README.md 2018-10-15 16:01:08 +02:00
..
README.md Add dev/README.md 2018-10-15 16:01:08 +02:00
bootstrap Removed interactive prompt in dpkg 2018-09-07 15:44:33 +01:00
packer-aws.json Remove unneeded packer statements 2018-09-19 17:00:59 +02:00

README.md

building misp-cloud images

AWS

To build your own Amazon Machine Image (AMI) on AWS you will need the AWS Python SDK, packer.io and its amazon-ami-management plugin

Make sure you have your AWS credentials set up in ~/.aws for example by using aws configure

After this you can build your own AWS MISP AMI by executing:

packer build \
        -var destination_regions=eu-west-1 \
        packer-aws.json

The AMI will show up in your AWS Console under IMAGES --> AMIs