Skip to content

Commit

Permalink
fix(reservations): Add support for m5.large multiplier (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajordens committed Mar 14, 2018
1 parent a3af909 commit 28e2227
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ interface AmazonReservationReportBuilder {
"m3.medium": 0.25,
"m3.large" : 0.5,
"m4.large" : 0.5,
"m5.large" : 0.5,

"c1.medium": 0.25,
"c3.large" : 0.5,
Expand Down

0 comments on commit 28e2227

Please sign in to comment.