Skip to content

Commit 4086e3e

Browse files
committed
Update AMI id
1 parent a78eaf4 commit 4086e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/ec2/instance_params.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def initialize(instance_type:, run_id:)
77

88
def to_h
99
{
10-
image_id: 'ami-08cc7751f1eb62c53', # Large server v4 AMI
10+
image_id: 'ami-05f155a6b815ac350', # Large server v5 AMI
1111
min_count: 1,
1212
max_count: 1,
1313
key_name: 'yboulkaid_osemosys_2023',

0 commit comments

Comments
 (0)