From 274366151f4f8190fdcb7f4f0b48bcc1b0607b1a Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 31 Jan 2022 13:53:35 -0800 Subject: add target comments --- letstest/targets/apache2_targets.yaml | 2 ++ letstest/targets/targets.yaml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/letstest/targets/apache2_targets.yaml b/letstest/targets/apache2_targets.yaml index fd99c6494..1812b3645 100644 --- a/letstest/targets/apache2_targets.yaml +++ b/letstest/targets/apache2_targets.yaml @@ -30,6 +30,8 @@ targets: user: admin #----------------------------------------------------------------------------- # CentOS + # This AMI was found on + # https://web.archive.org/web/20211126215532/https://wiki.centos.org/Cloud/AWS. - ami: ami-00e87074e52e6c9f9 name: centos7 type: centos diff --git a/letstest/targets/targets.yaml b/letstest/targets/targets.yaml index 27bf1e2b6..35379c2cc 100644 --- a/letstest/targets/targets.yaml +++ b/letstest/targets/targets.yaml @@ -32,7 +32,9 @@ targets: user: admin machine_type: a1.medium #----------------------------------------------------------------------------- - # Other Redhat Distros + # RHEL + # These AMIs were found using the commands given at + # https://web.archive.org/web/20220129184532/https://access.redhat.com/solutions/15356. - ami: ami-005b7876121b7244d name: RHEL7 type: centos @@ -45,6 +47,8 @@ targets: user: ec2-user #----------------------------------------------------------------------------- # CentOS + # These AMIs were found on + # https://web.archive.org/web/20211126215532/https://wiki.centos.org/Cloud/AWS. - ami: ami-00e87074e52e6c9f9 name: centos7 type: centos -- cgit v1.2.3