Skip to content

Commit

Permalink
Merge pull request #259 from academia-edu/ebs-opt
Browse files Browse the repository at this point in the history
Parse EbsOptimized parameter in launch configuration description
  • Loading branch information
geemus authored Jun 20, 2016
2 parents 73d4999 + f9fb75b commit 1cf5de0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def end_element(name)
when 'Ebs'
@block_device_mapping[name] = @ebs
reset_ebs

when 'EbsOptimized'
@launch_configuration[name] = value == 'true'
when 'Enabled'
@launch_configuration['InstanceMonitoring'][name] = (value == 'true')

Expand Down

0 comments on commit 1cf5de0

Please sign in to comment.