summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index f74d5c2..4e050d6 100644
--- a/README
+++ b/README
@@ -22,11 +22,10 @@ To create a fresh pipeliner image:
- Run ansible:
ansible-playbook -i hosts pipeliner.yml
+- Get names of old images for reference:
+ aws ec2 describe-images --owners self
+
- Create image:
aws ec2 create-image --instance-id <id> --name <newimagename>
-- Create new launch template version
- (done in web interface)
-
-- Make new launch template version the default for the launch template
- (done in web interface)
+- Update ami in StartInstances in bookpipeline/aws.go