From 53350dfe2a99ad81239f930bb9c2532c32c9516a Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Mon, 15 Oct 2018 16:01:08 +0200 Subject: [PATCH] Add dev/README.md --- dev/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev/README.md diff --git a/dev/README.md b/dev/README.md new file mode 100644 index 0000000..df7c4a4 --- /dev/null +++ b/dev/README.md @@ -0,0 +1,15 @@ +# building misp-cloud images + +## AWS + +To build your own Amazon Machine Image (AMI) on AWS you will need the [AWS Python SDK](https://aws.amazon.com/sdk-for-python/), [packer.io](https://packer.io/downloads.html) and its [amazon-ami-management plugin](https://github.com/wata727/packer-post-processor-amazon-ami-management) + +Make sure you have your AWS credentials set up in `~/.aws` for example by using [`aws configure`](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html) + +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](https://eu-west-1.console.aws.amazon.com/ec2/v2/home?region=eu-west-1) under IMAGES --> AMIs