diff options
author | Nick White <git@njw.name> | 2019-09-05 09:40:35 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-09-05 09:40:35 +0100 |
commit | 70c1c0f0148ea173331f4f6d40274e3b95e3ce41 (patch) | |
tree | e601f13c735d624a7db4540ad64a62528b78295f /bookpipeline/cmd/mkpipeline/main.go | |
parent | c47e27ee5146b8c2dcf058ed58270ce691b43ff7 (diff) |
Update Pipeliner interface in getpipelinebook, and update some comments
Diffstat (limited to 'bookpipeline/cmd/mkpipeline/main.go')
-rw-r--r-- | bookpipeline/cmd/mkpipeline/main.go | 5 |
1 files changed, 5 insertions, 0 deletions
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" |