Created
September 22, 2017 13:04
-
-
Save kondor6c/135536bd8ec6dc6ac990a780b217c8ca to your computer and use it in GitHub Desktop.
This would be for friday
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"SpotPrice": "0.0589", | |
"TargetCapacity": 20, | |
"IamFleetRole": " | |
"LaunchSpecifications": [ | |
{ | |
"ImageId": "ami-61272c1a", | |
"SecurityGroups": [ | |
{ | |
"GroupId": "sg-d5d1cfbf" | |
} | |
], | |
"SpotPrice": "0.0389", | |
"InstanceType": "c3.large", | |
"Placement": { "us-east-1a","us-east-1b","us-east-1c","us-east-1e"} | |
"IamInstanceProfile": { | |
"Arn": "arn:aws:iam::735578111722:instance-profile/PROD-ICE-API" | |
} | |
}, | |
{ | |
"ImageId": "ami-61272c1a", | |
"SecurityGroups": [ | |
{ "GroupId": "sg-d5d1cfbf", "GroupId": "sg-fb59dc93" } | |
], | |
"InstanceType": "c3.xlarge", | |
"SpotPrice": "0.0689", | |
"Placement": { "us-east-1a","us-east-1b","us-east-1c","us-east-1e"} | |
"IamInstanceProfile": { | |
"Arn": "arn:aws:iam::735578111722:instance-profile/PROD-ICE-API" | |
}, | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment