diff options
| -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 | 
