Skip to content

Commit

Permalink
move off deprecated ami (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian969 authored May 31, 2021
1 parent 308e106 commit 7c0885f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions reference-artifacts/SAMPLE_CONFIGS/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@
"firewalls": [
{
"name": "Firewall",
"image-id": "ami-0cf732b7a31e698d4",
"image-id": "ami-0c4cecd2e2f91c577",
"instance-sizes": "c5n.2xlarge",
"region": "${HOME_REGION}",
"security-group": "Firewalls",
Expand Down Expand Up @@ -1692,7 +1692,7 @@
],
"xxfirewall-manager": {
"name": "FirewallMgr",
"image-id": "ami-094c9efc372e646e0",
"image-id": "ami-0e3faadf2331f79bd",
"instance-sizes": "c5.large",
"version": "6.4.4",
"region": "${HOME_REGION}",
Expand Down
4 changes: 2 additions & 2 deletions reference-artifacts/SAMPLE_CONFIGS/config.lite-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -1577,7 +1577,7 @@
"firewalls": [
{
"name": "Firewall",
"image-id": "ami-0cf732b7a31e698d4",
"image-id": "ami-0c4cecd2e2f91c577",
"instance-sizes": "c5n.xlarge",
"region": "${HOME_REGION}",
"security-group": "Firewalls",
Expand Down Expand Up @@ -1629,7 +1629,7 @@
],
"xxfirewall-manager": {
"name": "FirewallMgr",
"image-id": "ami-094c9efc372e646e0",
"image-id": "ami-0e3faadf2331f79bd",
"instance-sizes": "c5.large",
"version": "6.4.4",
"region": "${HOME_REGION}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@
"firewalls": [
{
"name": "Firewall",
"image-id": "ami-0cf732b7a31e698d4",
"image-id": "ami-0c4cecd2e2f91c577",
"instance-sizes": "c5n.2xlarge",
"region": "${HOME_REGION}",
"security-group": "Firewalls",
Expand Down Expand Up @@ -1911,7 +1911,7 @@
],
"firewall-manager": {
"name": "FirewallMgr",
"image-id": "ami-094c9efc372e646e0",
"image-id": "ami-0e3faadf2331f79bd",
"instance-sizes": "c5.large",
"version": "6.4.4",
"region": "${HOME_REGION}",
Expand Down
4 changes: 2 additions & 2 deletions reference-artifacts/SAMPLE_CONFIGS/config.test-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@
"firewalls": [
{
"name": "Firewall",
"image-id": "ami-0cf732b7a31e698d4",
"image-id": "ami-0c4cecd2e2f91c577",
"instance-sizes": "c5.xlarge",
"region": "${HOME_REGION}",
"security-group": "Firewalls",
Expand Down Expand Up @@ -1684,7 +1684,7 @@
],
"xxfirewall-manager": {
"name": "FirewallMgr",
"image-id": "ami-094c9efc372e646e0",
"image-id": "ami-0e3faadf2331f79bd",
"instance-sizes": "c5.large",
"version": "6.4.4",
"region": "${HOME_REGION}",
Expand Down

0 comments on commit 7c0885f

Please sign in to comment.