Skip to content

Commit

Permalink
fixing network automation workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
IPvSean committed Aug 29, 2022
1 parent 12d37c5 commit 065fd8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion roles/manage_ec2_instances/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 065fd8d

Please sign in to comment.