diff --git a/data/process.php b/data/process.php index d713223..896ff5c 100644 --- a/data/process.php +++ b/data/process.php @@ -40,9 +40,9 @@ } $result = array( - "release" => "v1.1.1", + "release" => "v1.1.2", "origin" => "https://instancetyp.es/timeline.json", - "published" => "Jul 21, 2019", + "published" => "Aug 11, 2019", "instances" => array_values($result) ); diff --git a/data/timeline.csv b/data/timeline.csv index fb49b1d..7aa4358 100644 --- a/data/timeline.csv +++ b/data/timeline.csv @@ -217,3 +217,5 @@ 216;"ebb010c330f3f81f";"r5a.16xlarge";"Memory Optimized";"Current generation";"June";2019;"https://aws.amazon.com/ec2/instance-types/r5/";"https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/";"Jun 27, 2019";"https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/";"Jun 27, 2019" 217;"1f5c21baec1c4a57";"r5d.8xlarge";"Memory Optimized";"Current generation";"June";2019;"https://aws.amazon.com/ec2/instance-types/r5/";"https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/";"Jun 27, 2019";"https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/";"Jun 27, 2019" 218;"a51d983ba556a20f";"r5d.16xlarge";"Memory Optimized";"Current generation";"June";2019;"https://aws.amazon.com/ec2/instance-types/r5/";"https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/";"Jun 27, 2019";"https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/";"Jun 27, 2019" +219;"c7653042b7802a78";"c5n.metal";"Compute Optimized (bare metal)";"Current generation";"August";"2019";"https://aws.amazon.com/ec2/instance-types/c5/";"https://aws.amazon.com/about-aws/whats-new/2019/08/introducing-amazon-ec2-i3en-and-c5n-bare-metal-instances/";"Aug 9, 2019";NULL;NULL +220;"47bb67a008af28d7";"i3en.metal";"Storage Optimized (bare metal)";"Current generation";"August";"2019";"https://aws.amazon.com/ec2/instance-types/i3en/";"https://aws.amazon.com/about-aws/whats-new/2019/08/introducing-amazon-ec2-i3en-and-c5n-bare-metal-instances/";"Aug 9, 2019";NULL;NULL \ No newline at end of file diff --git a/data/timeline.sql b/data/timeline.sql index a1f6e0f..e9d0f59 100644 --- a/data/timeline.sql +++ b/data/timeline.sql @@ -238,6 +238,8 @@ VALUES (215,'95ada0015fc902ec','r5a.8xlarge','Memory Optimized','Current generation','June','2019','https://aws.amazon.com/ec2/instance-types/r5/','https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/','Jun 27, 2019','https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/','Jun 27, 2019'), (216,'ebb010c330f3f81f','r5a.16xlarge','Memory Optimized','Current generation','June','2019','https://aws.amazon.com/ec2/instance-types/r5/','https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/','Jun 27, 2019','https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/','Jun 27, 2019'), (217,'1f5c21baec1c4a57','r5d.8xlarge','Memory Optimized','Current generation','June','2019','https://aws.amazon.com/ec2/instance-types/r5/','https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/','Jun 27, 2019','https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/','Jun 27, 2019'), - (218,'a51d983ba556a20f','r5d.16xlarge','Memory Optimized','Current generation','June','2019','https://aws.amazon.com/ec2/instance-types/r5/','https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/','Jun 27, 2019','https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/','Jun 27, 2019'); + (218,'a51d983ba556a20f','r5d.16xlarge','Memory Optimized','Current generation','June','2019','https://aws.amazon.com/ec2/instance-types/r5/','https://aws.amazon.com/about-aws/whats-new/2019/06/introducing-new-instances-sizes-for-amazon-ec2-m5-and-r5-instances/','Jun 27, 2019','https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/','Jun 27, 2019'), + (219,'c7653042b7802a78','c5n.metal','Compute Optimized (bare metal)','Current generation','August','2019','https://aws.amazon.com/ec2/instance-types/c5/','https://aws.amazon.com/about-aws/whats-new/2019/08/introducing-amazon-ec2-i3en-and-c5n-bare-metal-instances/','Aug 9, 2019',NULL,NULL), + (220,'47bb67a008af28d7','i3en.metal','Storage Optimized (bare metal)','Current generation','August','2019','https://aws.amazon.com/ec2/instance-types/i3en/','https://aws.amazon.com/about-aws/whats-new/2019/08/introducing-amazon-ec2-i3en-and-c5n-bare-metal-instances/','Aug 9, 2019',NULL,NULL); UNLOCK TABLES; \ No newline at end of file diff --git a/index.html b/index.html index 44bcb3b..de928a9 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@
Release - 1.1.1 + 1.1.2
@@ -37,6 +37,21 @@
2019
+
+
+
+

August 2019

+

Release of instance: c5n.metal

+

+ Compute Optimized, Bare Metal | Product Page +

+
+

Release of instance: i3en.metal

+

+ Storage Optimized, Bare Metal | Product Page +

+
+
diff --git a/timeline.json b/timeline.json index a8b91dd..fdf57ec 100644 --- a/timeline.json +++ b/timeline.json @@ -1,7 +1,7 @@ { - "release": "v1.1.1", + "release": "v1.1.2", "origin": "https://instancetyp.es/timeline.json", - "published": "Jul 21, 2019", + "published": "August 11, 2019", "instances": [ { "_index": 1, @@ -3926,6 +3926,42 @@ "url": "https://aws.amazon.com/blogs/aws/ec2-instance-update-two-more-sizes-of-m5-r5-instances/", "published": "Jun 27, 2019" } + }, + { + "_index": 219, + "uid": "c7653042b7802a78", + "instance_type": "c5n.metal", + "instance_category": "Compute Optimized (bare metal)", + "instance_generation": "Current generation", + "release_month": "August", + "release_year": 2019, + "product_page": "https://aws.amazon.com/ec2/instance-types/c5/", + "announcement": { + "url": "https://aws.amazon.com/about-aws/whats-new/2019/08/introducing-amazon-ec2-i3en-and-c5n-bare-metal-instances/", + "published": "Aug 9, 2019" + }, + "blog_post": { + "url": null, + "published": null + } + }, + { + "_index": 220, + "uid": "47bb67a008af28d7", + "instance_type": "i3en.metal", + "instance_category": "Storage Optimized (bare metal)", + "instance_generation": "Current generation", + "release_month": "August", + "release_year": 2019, + "product_page": "https://aws.amazon.com/ec2/instance-types/i3en/", + "announcement": { + "url": "https://aws.amazon.com/about-aws/whats-new/2019/08/introducing-amazon-ec2-i3en-and-c5n-bare-metal-instances/", + "published": "Aug 9, 2019" + }, + "blog_post": { + "url": null, + "published": null + } } ] } \ No newline at end of file