summaryrefslogtreecommitdiff
path: root/bookpipeline/cmd/mkpipeline/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'bookpipeline/cmd/mkpipeline/main.go')
-rw-r--r--bookpipeline/cmd/mkpipeline/main.go5
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"