Skip to content

Commit a9213ec

Browse files
Update policies.md (#35)
updated to point to new repo https://github.com/intel/intel-policy-library
1 parent fc565c4 commit a9213ec

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

policies.md

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,23 @@
22
<img src="./images/logo-classicblue-800px.png" alt="Intel Logo" width="250"/>
33
</p>
44

5-
# Intel® Cloud Optimization Modules for Terraform
5+
# Intel® Optimized Cloud Modules for Terraform
66

7-
© Copyright 2022, Intel Corporation
7+
© Copyright 2024, Intel Corporation
88

9-
## GCP VM module
9+
## HashiCorp Sentinel Policies
1010

11-
This file documents the HashiCorp Sentinel policies that apply to this module
11+
<b>What are Sentinel Policies?</b>
1212

13-
## Policy 1
13+
HashiCorp Sentinel is a policy as code framework that can be used to enforce policies and standards across an organization's infrastructure. It allows organizations to define rules for their infrastructure using a high-level language, and integrates with a variety of HashiCorp tools, including Terraform and Vault. Sentinel policies are defined using the Sentinel language, and can be used to enforce rules such as compliance requirements, security best practices, and cost optimization. Sentinel policies can be implemented at different stages of the infrastructure development lifecycle, deployment, and runtime.
1414

15-
Description: The configured "machine_type" should be an Intel Xeon 3rd Generation(code-named Ice Lake) Scalable processors or an Intel Xeon 4th Generation(code-named Sapphire Rapids) Scalable processors.
15+
## Intel's Sentinel Policy Structure
1616

17-
Resource type: google_compute_instance
17+
Reference the `intel-policy-library` [README.md](https://github.com/intel/intel-policy-library/blob/main/README.md#getting-started) for details on how to get started using our policies.
1818

19-
Parameter: machine_type
19+
Intel® provides a list of `optimal` instance types per cloud resource, selected to deliver the best possible performance, security, and cost-efficiency for your cloud workloads. What sets this library apart is its dynamic nature; it is designed to automatically update, informing developers whenever more suitable hardware becomes available within their cloud environment, enabling them to make timely and informed decisions.
2020

21-
Allowed Types
22-
23-
- **General Purpose:** N2-Standard: n2-standard-2, n2-standard-4, n2-standard-8, n2-standard-16, n2-standard-32, n2-standard-48, n2-standard-64, n2-standard-80, n2-standard-96, n2-standard-128
24-
- **General Purpose:** N2-HighMem: n2-highmem-2, n2-highmem-4, n2-highmem-8, n2-highmem-16, n2-highmem-32, n2-highmem-48, n2-highmem-64, n2-highmem-80, n2-highmem-96, n2-highmem-128
25-
- **General Purpose:** N2-HighCPU: n2-highcpu-2, n2-highcpu-4, n2-highcpu-8, n2-highcpu-16, n2-highcpu-32, n2-highcpu-48, n2-highcpu-64, n2-highcpu-80, n2-highcpu-96
26-
- **General Purpose:** C3-Standard:
27-
c3-standard-4, c3-standard-8, c3-standard-22, c3-standard-44, c3-standard-88, c3-standard-176
28-
- **General Purpose with Local SSD:** C3-Standard-LSSD: c3-standard-4-lssd, c3-standard-8-lssd, c3-standard-22-lssd, c3-standard-44-lssd, c3-standard-88-lssd, c3-standard-176-lssd
29-
- **General Purpose:** C3-HighCPU: c3-highcpu-4, c3-highcpu-8, c3-highcpu-22, c3-highcpu-44, c3-highcpu-88, c3-highcpu-176
30-
- **General Purpose:** c3-HighMem: c3-highmem-4, c3-highmem-8, c3-highmem-22, c3-highmem-44, c3-highmem-88, c3-highmem-176
31-
- **Memory Optimized:** m3-UltraMem: m3-ultramem-32, m3-ultramem-64, m3-ultramem-128, m3-megamem-64, m3-megamem-128
32-
- **Compute Optimized:** h3-Standard: h3-standard-88
33-
34-
## Policy 2
35-
36-
Description: This policy will be based on the google_compute_instance resource type and the minimum cpu platform (min_cpu_platform) parameter. This policy will allow "Intel Ice Lake", "Intel Sapphire Rapids" CPU platforms.
37-
38-
Resource type: google_compute_instance
39-
40-
Parameter: min_cpu_platform
41-
42-
Allowed Types
43-
44-
- Intel Ice Lake, Intel Sapphire Rapids
21+
This library also contains `recommended` instance types for AI and Confidential Computing workloads. For more information regarding Intel's AI and Confidential Computing capabilities and policies see the Intel® Xeon® Scalable Processors and Intel® Advanced Matrix Extensions (AMX) and Intel® Xeon® Scalable Processors and Confidential Computing sections in the [intel-policy-library](https://github.com/intel/intel-policy-library)
4522

4623
## Links
4724
<https://cloud.google.com/compute/docs/cpu-platforms>

0 commit comments

Comments
 (0)