diff --git a/docs/setup.md b/docs/setup.md index 1854220e8..09531f8a9 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -110,7 +110,7 @@ If you haven't done so already make sure you have the repo cloned to the machine Some of the workshops require specific images provided via the AWS marketplace: - - For Networking you will need the Cisco CSR (Cloud Services Router) [Click here](https://aws.amazon.com/marketplace/pp/B00NF48FI2/), the Arista vEOS Router [Click here](https://aws.amazon.com/marketplace/pp/B077YJYMK5/), AND the Juniper vSRX NextGen Firewall [Click here](https://aws.amazon.com/marketplace/pp/B01LYWCGDX/) + - For Networking you will need the Cisco CSR (Cloud Services Router) [Click here](https://aws.amazon.com/marketplace/pp/B00NF48FI2/), the Arista CloudEOS Router (PAYG) [Click here](https://aws.amazon.com/marketplace/pp/prodview-v5qiohwjlngay), **AND** the Juniper vSRX NextGen Firewall [Click here](https://aws.amazon.com/marketplace/pp/B01LYWCGDX/) - For F5 you will need the F5 BIG-IP [Click here](https://aws.amazon.com/marketplace/pp/B079C44MFH/) - For the security workshop the [Check Point CloudGuard Security Management](https://aws.amazon.com/marketplace/pp/B07KSBV1MM?qid=1613741711380&sr=0-2&ref_=srh_res_product_title) and the [Check Point CloudGuard Network Security](https://aws.amazon.com/marketplace/pp/B07LB3YN9P?ref_=aws-mp-console-subscription-detail-byol) diff --git a/roles/manage_ec2_instances/defaults/main/main.yml b/roles/manage_ec2_instances/defaults/main/main.yml index 219f4a44a..0c34088a4 100644 --- a/roles/manage_ec2_instances/defaults/main/main.yml +++ b/roles/manage_ec2_instances/defaults/main/main.yml @@ -67,7 +67,7 @@ ec2_info: ami: "{{ arista_ami | default(omit) }}" os: eos username: ec2-user - filter: "*VEOSRouter*" + filter: "*4.27.3F*" volume: - device_name: /dev/xvda ebs: