We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78eaf4 commit 4086e3eCopy full SHA for 4086e3e
app/models/ec2/instance_params.rb
@@ -7,7 +7,7 @@ def initialize(instance_type:, run_id:)
7
8
def to_h
9
{
10
- image_id: 'ami-08cc7751f1eb62c53', # Large server v4 AMI
+ image_id: 'ami-05f155a6b815ac350', # Large server v5 AMI
11
min_count: 1,
12
max_count: 1,
13
key_name: 'yboulkaid_osemosys_2023',
0 commit comments