From 652bfbea84d73ba4f107b378d84e4fc36bc5b67a Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 31 Jan 2022 13:44:23 -0800 Subject: [PATCH] update centos 7 images --- letstest/targets/apache2_targets.yaml | 2 +- letstest/targets/targets.yaml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/letstest/targets/apache2_targets.yaml b/letstest/targets/apache2_targets.yaml index b81507e8b..fd99c6494 100644 --- a/letstest/targets/apache2_targets.yaml +++ b/letstest/targets/apache2_targets.yaml @@ -30,7 +30,7 @@ targets: user: admin #----------------------------------------------------------------------------- # CentOS - - ami: ami-9887c6e7 + - ami: ami-00e87074e52e6c9f9 name: centos7 type: centos virt: hvm diff --git a/letstest/targets/targets.yaml b/letstest/targets/targets.yaml index e83fca6de..27bf1e2b6 100644 --- a/letstest/targets/targets.yaml +++ b/letstest/targets/targets.yaml @@ -45,15 +45,13 @@ targets: user: ec2-user #----------------------------------------------------------------------------- # CentOS - # These Marketplace AMIs must, irritatingly, have their terms manually - # agreed to on the AWS marketplace site for any new AWS account using them... - - ami: ami-9887c6e7 + - ami: ami-00e87074e52e6c9f9 name: centos7 type: centos virt: hvm user: centos - - ami: ami-05d7cb15bfbf13b6d - name: centos8 + - ami: ami-0ee70e88eed976a1b + name: centos_stream8 type: centos virt: hvm user: centos