Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust spot instance types and bids
  • Loading branch information
mmb committed Feb 4, 2016
1 parent 59e91e9 commit 7ed20e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws/meme_captain.json
Expand Up @@ -1011,14 +1011,14 @@
"ImageId": {
"Ref": "spotAmi"
},
"InstanceType": "c4.large",
"InstanceType": "c3.large",
"KeyName": "memecaptain",
"SecurityGroups": [
{
"Ref": "webSecurityGroup"
}
],
"SpotPrice": "0.025",
"SpotPrice": "0.02",
"UserData": {
"Fn::Base64": {
"Fn::Join": [
Expand Down Expand Up @@ -1202,14 +1202,14 @@
"ImageId": {
"Ref": "spotAmi"
},
"InstanceType": "m4.large",
"InstanceType": "m3.large",
"KeyName": "memecaptain",
"SecurityGroups": [
{
"Ref": "webSecurityGroup"
}
],
"SpotPrice": "0.03",
"SpotPrice": "0.02",
"UserData": {
"Fn::Base64": {
"Fn::Join": [
Expand Down

0 comments on commit 7ed20e6

Please sign in to comment.