pimuzzo 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)));

Where can I found the correct speed?

-- 
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#pullrequestreview-165337209

Reply via email to