diff options
author | Nick White <git@njw.name> | 2020-03-10 14:31:05 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-03-10 14:31:05 +0000 |
commit | a323f810cfffec60bf06248aa15b5ef9eb292d91 (patch) | |
tree | a694c89650649cf027d9d3746165a7c286cc1656 /README | |
parent | 58d15331e982c51e8fdc6fdf0383824b0a007f56 (diff) |
Update README for latest version of debian
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ preconfigured images (AMIs). To create a fresh pipeliner image: -- Find the latest Debian AMI ID by finding the latest one from here: https://wiki.debian.org/Cloud/AmazonEC2Image/Stretch in the output from: - aws ec2 describe-images --owner 379101102735 +- Find the latest Debian AMI ID by finding the latest one from here: https://wiki.debian.org/Cloud/AmazonEC2Image/Buster in the output from: + aws ec2 describe-images --owner 136693071363 - Create a new instance with the AMI id: aws ec2 run-instances --image-id <imageid> --instance-type t2.micro --security-groups launch-wizard-1 --key-name awsdev2 --iam-instance-profile Name=pipeliner |