mirror of https://github.com/MISP/misp-cloud
792 B
792 B
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