Skip to content

Commit

Permalink
Change sonar ami (#408)
Browse files Browse the repository at this point in the history
* Update sonar base ami name
  • Loading branch information
eytannnaim authored May 6, 2024
1 parent 68da10a commit 4a75a90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ This mode can be used if a Linux/Unix machine is not available, or eDSF Kit cann
1. In AWS, choose a region for the installer machine while keeping in mind that the machine should have access to the DSF environment that you want to deploy, and preferably be in proximity to it.
2. **Launch an Instance:** Use the _RHEL-8.6.0_HVM-20220503-x86_64-2-Hourly2-GP2_ community AMI or similar.
2. **Launch an Instance:** Use the _RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3_ community AMI or similar.
3. Select t2.medium 'Instance type', or t3.medium if T2 is not available in the region.
Expand Down Expand Up @@ -1211,7 +1211,7 @@ This mode can be used if a Linux/Unix machine is not available, or eDSF Kit cann
1. In AWS, choose a region for the installer machine while keeping in mind that the machine should have access to the DSF environment that you want to upgrade, and preferably be in proximity to it.
2. **Launch an Instance:** Use the _RHEL-8.6.0_HVM-20220503-x86_64-2-Hourly2-GP2_ community AMI or similar.
2. **Launch an Instance:** Use the _RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3_ community AMI or similar.
3. Select t2.medium 'Instance type', or t3.medium if T2 is not available in the region.
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/db-with-agent/os_params.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
os_params = {
"Red Hat" : {
ami_owner = "309956199498"
ami_name = "RHEL-8.6.0_HVM-2022*-x86_64-2-Hourly2-GP2"
ami_name = "RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3"
ami_ssh_user = "ec2-user"
agent_installation_dir = "/opt/imperva",
installation_filename = "Imperva-ragent-RHEL-v8-kSMP-px86_64-b14.6.0.60.0.637577.bsx"
Expand Down
2 changes: 1 addition & 1 deletion modules/aws/sonar-base-instance/ami.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
id = null
owner_account_id = "309956199498"
username = "ec2-user"
name = "RHEL-8.6.0_HVM-20220503-x86_64-2-Hourly2-GP2"
name = "RHEL-8.6.0_HVM-20240419-x86_64-63-Hourly2-GP3"
}

ami = var.ami != null ? var.ami : local.ami_default
Expand Down

0 comments on commit 4a75a90

Please sign in to comment.