From 70c1c0f0148ea173331f4f6d40274e3b95e3ce41 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 5 Sep 2019 09:40:35 +0100 Subject: Update Pipeliner interface in getpipelinebook, and update some comments --- bookpipeline/cmd/mkpipeline/main.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bookpipeline/cmd/mkpipeline/main.go') diff --git a/bookpipeline/cmd/mkpipeline/main.go b/bookpipeline/cmd/mkpipeline/main.go index b15d160..611a091 100644 --- a/bookpipeline/cmd/mkpipeline/main.go +++ b/bookpipeline/cmd/mkpipeline/main.go @@ -1,6 +1,11 @@ package main // TODO: use the bookpipeline package for aws stuff +// TODO: set up iam role and policy needed for ec2 instances to access this stuff; +// see arn:aws:iam::557852942063:policy/pipelinestorageandqueue +// and arn:aws:iam::557852942063:role/pipeliner +// TODO: set up launch template for ec2 instances +// NOTE: potentially use json templates to define things, ala aws cli import ( "log" -- cgit v1.2.1-24-ge1ad