Skip to content

Commit

Permalink
Switch to RHEL-8 since RHEL-7.4 doesn't work anymore on EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Jul 3, 2022
1 parent c1200d6 commit 4a02411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions driver-pulsar/deploy/ssd/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
state: latest
pkg:
- wget
- java-11-openjdk
- java-11-openjdk-devel
- java-17-openjdk
- java-17-openjdk-devel
- sysstat
- vim
- chrony
Expand Down
2 changes: 1 addition & 1 deletion driver-pulsar/deploy/ssd/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
public_key_path = "~/.ssh/pulsar_aws.pub"
region = "us-west-2"
az = "us-west-2a"
ami = "ami-9fa343e7" // RHEL-7.4
ami = "ami-08970fb2e5767e3b8" // RHEL-8

instance_types = {
"pulsar" = "i3en.6xlarge"
Expand Down

0 comments on commit 4a02411

Please sign in to comment.