diff options
author | Nick White <git@njw.name> | 2019-12-16 17:00:54 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-12-16 17:00:54 +0000 |
commit | 4ceb032f150d287fad2af9c5e9dfb51b93e315a5 (patch) | |
tree | 6c40445005615627620a3576a46d5922fa838fc5 | |
parent | a657da36c63aed5ab7318f00650e7664400bbd73 (diff) |
Update README
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |