From a323f810cfffec60bf06248aa15b5ef9eb292d91 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 10 Mar 2020 14:31:05 +0000 Subject: Update README for latest version of debian --- README | 4 ++-- host_vars/pipelineami | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 4e050d6..3e07708 100644 --- a/README +++ b/README @@ -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 --instance-type t2.micro --security-groups launch-wizard-1 --key-name awsdev2 --iam-instance-profile Name=pipeliner diff --git a/host_vars/pipelineami b/host_vars/pipelineami index cccc2aa..1db29b2 100644 --- a/host_vars/pipelineami +++ b/host_vars/pipelineami @@ -1,4 +1,4 @@ --- ansible_host: 35.177.176.126 ansible_user: admin -ansible_ssh_private_key_file: ~/rescribe/2018-natphil/aws/awsdev2.pem +ansible_ssh_private_key_file: ~/rescribe/aws/awsdev2.pem -- cgit v1.2.1-24-ge1ad