summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-12-16 17:00:54 +0000
committerNick White <git@njw.name>2019-12-16 17:00:54 +0000
commit4ceb032f150d287fad2af9c5e9dfb51b93e315a5 (patch)
tree6c40445005615627620a3576a46d5922fa838fc5
parenta657da36c63aed5ab7318f00650e7664400bbd73 (diff)
Update README
-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