From d04e9ba2a2af32173e69b169abc7d303f7a2efaa Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Wed, 27 Dec 2017 19:12:46 +0000 Subject: [PATCH] Improve docs for vmimport to mention role. Signed-off-by: Justin Cormack --- docs/platform-aws.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/platform-aws.md b/docs/platform-aws.md index 0377f8db4..e4b3d992d 100644 --- a/docs/platform-aws.md +++ b/docs/platform-aws.md @@ -27,6 +27,9 @@ $ linuxkit build -format aws examples/aws.yml ## Push image +Before you do this you need to create a `vmimport` service role as explained in +[the VM import documentation](http://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html). + Do `linuxkit push aws -bucket bucketname aws.raw` to upload it to the specified bucket, and create a bootable image from the stored image.