Skip to content

Commit d6887c1

Browse files
authored
Update amis (#73)
* Update exampleFleet_us-east-1.json * Update exampleFleet_us-west-2.json
1 parent 7e92373 commit d6887c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

files/exampleFleet_us-east-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"TerminateInstancesWithExpiration": true,
99
"LaunchSpecifications": [
1010
{
11-
"ImageId": "ami-03562b14",
11+
"ImageId": "ami-fad25980",
1212
"InstanceType": "m4.xlarge",
1313
"KeyName": "your_key_file_name",
1414
"IamInstanceProfile": {
@@ -21,7 +21,7 @@
2121
"DeleteOnTermination": true,
2222
"VolumeType": "gp2",
2323
"VolumeSize": 8,
24-
"SnapshotId": "snap-02fc09c83e0fd39c1"
24+
"SnapshotId": "snap-04007a196c0f3f398"
2525
}
2626
},
2727
{

files/exampleFleet_us-west-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"TerminateInstancesWithExpiration": true,
99
"LaunchSpecifications": [
1010
{
11-
"ImageId": "ami-1ccd1f7c",
11+
"ImageId": "ami-c9c87cb1",
1212
"InstanceType": "m4.xlarge",
1313
"KeyName": "your_key_file_name",
1414
"IamInstanceProfile": {
@@ -21,7 +21,7 @@
2121
"DeleteOnTermination": true,
2222
"VolumeType": "gp2",
2323
"VolumeSize": 8,
24-
"SnapshotId": "snap-b2c2989c"
24+
"SnapshotId": "snap-0b52be5bdbda1ac5f"
2525
}
2626
},
2727
{

0 commit comments

Comments
 (0)