Skip to content

Commit 9498fc7

Browse files
authored
Merge pull request #163 from Zitong-Chen-16/master
Update exampleFleet_us-east-1.json with new ImageId and Snapshot ID
2 parents 8016fd1 + 8f6ae6a commit 9498fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/exampleFleet_us-east-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"TerminateInstancesWithExpiration": true,
55
"LaunchSpecifications": [
66
{
7-
"ImageId": "ami-0f161e6034a6262d8",
7+
"ImageId": "ami-0ce03502c5bb5e188",
88
"KeyName": "your_key_file_name",
99
"IamInstanceProfile": {
1010
"Arn": "arn:aws:iam::XXXXXXXXXXXX:instance-profile/ecsInstanceRole"
@@ -16,7 +16,7 @@
1616
"DeleteOnTermination": true,
1717
"VolumeType": "gp2",
1818
"VolumeSize": 8,
19-
"SnapshotId": "snap-0d4b8a5c08e5e71ea"
19+
"SnapshotId": "snap-0a7b4ece894d62882"
2020
}
2121
},
2222
{

0 commit comments

Comments
 (0)