trentontrees commented on this pull request.


> @@ -429,6 +435,69 @@ public static EC2HardwareBuilder t2_large() {
             .processors(ImmutableList.of(new Processor(1.0, 
0.4))).rootDeviceType(RootDeviceType.EBS);
    }
 
+   /**
+    * @see InstanceType#T3_NANO
+    */
+   public static EC2HardwareBuilder t3_nano() {
+      return new EC2HardwareBuilder(InstanceType.T3_NANO).t1()
+              .ram(512)
+              .processors(ImmutableList.of(new Processor(2.0, 1.0)));

AWS Instance Type reference page:
https://aws.amazon.com/ec2/instance-types/

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1244#discussion_r225708253

Reply via email to