From 4ceb032f150d287fad2af9c5e9dfb51b93e315a5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 16 Dec 2019 17:00:54 +0000 Subject: Update README --- README | 9 ++++----- 1 file 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 --name -- 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 -- cgit v1.2.1-24-ge1ad