diff --git a/README.md b/README.md index 6325726..da942ab 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ This module provides the functionality to ensure that you are utilizing Intel's ## Performance Data + +#### [Maximize performance and optimize spend with Compute Engine’s latest VMs, N4 and C4](https://cloud.google.com/blog/products/compute/a-closer-look-at-compute-engine-c4-and-n4-machine-series) + +

+ + Link + + + Link +======= #### Find all the information below plus even more by navigating our full library #### [INTEL CLOUD PERFROMANCE DATA LIBRARY for GCP](https://www.intel.com/content/www/us/en/developer/topic-technology/cloud/library.html?f:@stm_10381_en=%5BGoogle%20Alphabet%5D) @@ -24,11 +34,27 @@ This module provides the functionality to ensure that you are utilizing Intel's

Link +

# + +#### Find all the information below plus even more by navigating our full library +#### [Link to the Intel performance articles for GCP.](https://www.intel.com/content/www/us/en/developer/topic-technology/cloud/library.html?f:@stm_10381_en=%5BGoogle%20Alphabet%5D) + +# + + +
+ +#### [Spark: Big Data and GCP N4 instances with 5th Gen Intel® Xeon® Scalable Processor (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834574/process-big-data-faster-and-at-a-better-value-with-google-cloud-n4-vms.html) + +

+ + Link +======= #### [Redis: N4 Instances Featuring 5th Gen Intel® Xeon® Scalable Processors Delivered Up to 1.93x Performance](https://www.intel.com/content/www/us/en/content-details/834467/serve-your-customers-and-your-business-with-smooth-responsive-performance-and-strong-value.html)

@@ -52,21 +78,43 @@ This module provides the functionality to ensure that you are utilizing Intel's

Link +

# +#### [Redis: N4 Instances Featuring 5th Gen Intel® Xeon® Scalable Processors Delivered Up to 1.93x Performance](https://www.intel.com/content/www/us/en/content-details/834467/serve-your-customers-and-your-business-with-smooth-responsive-performance-and-strong-value.html) + +

+ + Link +======= #### [MongoDB: Reduce Spending and Provide a Better User Experience by Selecting GCP N4 Instances Featuring 5th Generation Intel® Xeon® Scalable Processor (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834439/reduce-spending-and-provide-a-better-user-experience-by-selecting-gcp-n4-vms.html)

Link +

# +#### [MySQL: Higher Performance for MySQL Workloads on GCP N4 Instances with 5th Gen Intel® Xeon® Scalable Processor (Emerald Rapids)e](https://www.intel.com/content/www/us/en/content-details/834458/maximize-your-cloud-investment-for-transactional-database-workloads.html) + +

+ + Link + +

+ +#### [Get Faster Performance for Compute-Intensive Workloads at a Better Value with GCP N4 Instances Featuring 5th Generation Intel® Xeon® Scalable Processor (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834443/get-faster-performance-for-compute-intensive-workloads-at-a-better-value.html) + +

+ + Link +======= #### [Java: Performance with GCP N4 Instances Featuring 5th Generation Intel® Xeon® Scalable Processor (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834285/choose-google-cloud-n4-vms-to-speed-your-java-applications.html)

@@ -82,6 +130,27 @@ This module provides the functionality to ensure that you are utilizing Intel's

Link + + +

+ +# + +#### [MongoDB: Reduce Spending and Provide a Better User Experience by Selecting GCP N4 Instances Featuring 5th Generation Intel® Xeon® Scalable Processor (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834439/reduce-spending-and-provide-a-better-user-experience-by-selecting-gcp-n4-vms.html) + +

+ + Link + +

+ +# + +#### [Java: Performance with GCP N4 Instances Featuring 5th Generation Intel® Xeon® Scalable Processor (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834285/choose-google-cloud-n4-vms-to-speed-your-java-applications.html) + +

+ + Link

@@ -89,6 +158,10 @@ This module provides the functionality to ensure that you are utilizing Intel's #### [Java: Double your Java Server Side Performance with Google Cloud and 5th Gen Intel® Xeon® Scalable Processors](https://www.intel.com/content/www/us/en/content-details/829646/double-your-java-server-side-performance-with-google-cloud-and-5th-gen-intel-xeon-scalable-processors.html) +======= +#### [Java: Double your Java Server Side Performance with Google Cloud and 5th Gen Intel® Xeon® Scalable Processors](https://www.intel.com/content/www/us/en/content-details/829646/double-your-java-server-side-performance-with-google-cloud-and-5th-gen-intel-xeon-scalable-processors.html) + +

@@ -98,6 +171,20 @@ This module provides the functionality to ensure that you are utilizing Intel's # +#### [AI: Optimize AI Performance and Value with Google Cloud N4 instances enabled by 5th Intel® Xeon® Scalable Processors (Emerald Rapids)](https://www.intel.com/content/www/us/en/content-details/834094/optimize-ai-performance-and-value-with-google-cloud-n4-vms-enabled-by-5th-gen-intel-xeon-scalable-processors.html) + +

+ + Link + +

+ +# + + +======= + + ## Usage diff --git a/images/c4-perf1.png b/images/c4-perf1.png new file mode 100644 index 0000000..38b7125 Binary files /dev/null and b/images/c4-perf1.png differ diff --git a/images/c4-perf2.png b/images/c4-perf2.png new file mode 100644 index 0000000..c5b6f37 Binary files /dev/null and b/images/c4-perf2.png differ diff --git a/main.tf b/main.tf index 7c006b0..715ef4c 100644 --- a/main.tf +++ b/main.tf @@ -19,8 +19,8 @@ locals { "c3": "Intel Sapphire Rapids", "m3": "Intel Ice Lake", "c2": "Intel Cascade Lake" - "c4": null - "n4": null + "n4": "Intel Emerald Rapids" + "c4": "Intel Emerald Rapids "n1": null "m1": null "m2": null @@ -134,4 +134,4 @@ resource "google_compute_instance" "instance" { enable_vtpm = var.enable_vtpm enable_integrity_monitoring = var.enable_integrity_monitoring } -} \ No newline at end of file +}