Skip to content

Commit

Permalink
Use HVM instance for EBS creator, guarantees everything is created in…
Browse files Browse the repository at this point in the history
… the correct zone.

(cherry picked from commit c9763e2)
  • Loading branch information
rbvermaa committed May 21, 2014
1 parent 3da9443 commit cdfb873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/maintainers/scripts/ec2/ebs-creator.nix
Expand Up @@ -4,7 +4,7 @@
machine =
{ config, pkgs, resources, ... }:
{ deployment.targetEnv = "ec2";
deployment.ec2.instanceType = "m1.large";
deployment.ec2.instanceType = "c3.large";
deployment.ec2.securityGroups = [ "admin" ];
deployment.ec2.ebsBoot = false;
deployment.ec2.keyPair = resources.ec2KeyPairs.keypair.name;
Expand Down

0 comments on commit cdfb873

Please sign in to comment.