Skip to content

Commit

Permalink
i2 and m3 AWS EC2 instances are HVM instances.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Nov 15, 2013
1 parent b6b3955 commit 7b635e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/ec2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ let
|| cfg.instanceType == "cc2.8xlarge"
|| cfg.instanceType == "hs1.8xlarge"
|| cfg.instanceType == "cr1.8xlarge"
|| builtins.substring 0 2 cfg.instanceType == "i2"
|| builtins.substring 0 2 cfg.instanceType == "c3"
|| builtins.substring 0 2 cfg.instanceType == "m3";

# Map "/dev/mapper/xvdX" to "/dev/xvdX".
Expand Down

0 comments on commit 7b635e9

Please sign in to comment.