You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
11
11
## AWS VM module
12
12
13
-
Configuration in this directory creates an AWS VM (EC2 Instance). The instance is created on an 4th generation Intel® Xeon® Scalable Processor (Sapphire Rapids) by default.
13
+
As of today, M8i instances are available on AWS which provide high-performance compute with the latest Intel processors and enhanced memory bandwidth. Configuration in this directory creates an AWS VM (EC2 Instance). The instance is created on an 6th generation Intel® Xeon® Scalable Processor (Granite Rapids) by default.
14
14
15
15
## Performance Data
16
-
16
+
### Below performance data is for Sapphire Rapids and Granite Rapids will be coming soon..
17
17
18
18
<center>
19
19
@@ -217,7 +217,7 @@ No modules.
217
217
| <aname="input_iam_role_tags"></a> [iam\_role\_tags](#input\_iam\_role\_tags)| A map of additional tags to add to the IAM role/profile created |`map(string)`|`{}`| no |
218
218
| <aname="input_iam_role_use_name_prefix"></a> [iam\_role\_use\_name\_prefix](#input\_iam\_role\_use\_name\_prefix)| Determines whether the IAM role name (`iam_role_name` or `name`) is used as a prefix |`bool`|`true`| no |
219
219
| <aname="input_instance_initiated_shutdown_behavior"></a> [instance\_initiated\_shutdown\_behavior](#input\_instance\_initiated\_shutdown\_behavior)| Shutdown behavior for the instance. Amazon defaults this to stop for EBS-backed instances and terminate for instance-store instances. Cannot be set on instance-store instance |`string`|`null`| no |
220
-
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| Instance SKU, see comments above for guidance |`string`|`"m7i.large"`| no |
220
+
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| Instance SKU, see comments above for guidance |`string`|`"m8i.large"`| no |
221
221
| <aname="input_ipv6_address_count"></a> [ipv6\_address\_count](#input\_ipv6\_address\_count)| A number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet |`number`|`null`| no |
222
222
| <aname="input_ipv6_addresses"></a> [ipv6\_addresses](#input\_ipv6\_addresses)| Specify one or more IPv6 addresses from the range of the subnet to associate with the primary network interface |`list(string)`|`null`| no |
223
223
| <aname="input_key_name"></a> [key\_name](#input\_key\_name)| Key name of the Key Pair to use for the instance; which can be managed using the `aws_key_pair` resource |`string`|`null`| no |
Copy file name to clipboardExpand all lines: examples/amazon-ec2-rhel-default-vpc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Terraform Intel AWS VM - Red Hat RHEL VM in Default VPC
10
10
11
-
This example creates an AWS Red Hat Enterprise Linux (RHEL) EC2 instance on a 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) in the default VPC. It is configured to create the EC2 instance in US-East-1 region. The region is provided in variables.tf in this example folder.
11
+
This example creates an AWS Red Hat Enterprise Linux (RHEL) EC2 instance on a 6th Generation Intel® Xeon® Scalable Processor (Granite Rapids) in the default VPC. It is configured to create the EC2 instance in US-East-1 region. The region is provided in variables.tf in this example folder.
12
12
13
13
This example also creates an EC2 key pair. It associates the public key with the EC2 instance. The private key is created in the local system where terraform apply is done. It also creates a new scurity group to open up the SSH port 22 to a specific IP CIDR block. This example requires RHEL SSM Parameter name for the ami_ssm_parameter in the variables file. More information can be found on [Red Hat Enterprise Linux Images Available on Amazon Web Services Documentation](<https://access.redhat.com/solutions/15356>)
Copy file name to clipboardExpand all lines: examples/amazon-linux-ec2-capacity-reservation-default-vpc/README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
## Terraform Intel AWS VM - Linux VM with Capacity Reservation in Default VPC
10
10
11
-
This example provisions a capacity reservation in AWS availability zone us-east-1d. This capacity reservation is used for instance type m7i.large for Linux/UNIX in this availability zone. Instance eligibility for this capacity reservation will be targetted.
11
+
This example provisions a capacity reservation in AWS availability zone us-east-1d. This capacity reservation is used for instance type m8i.large for Linux/UNIX in this availability zone. Instance eligibility for this capacity reservation will be targetted.
12
12
13
-
Following the capacity reservation, it provisions an EC2 Instance on a 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) on Linux OS in the default vpc using the targetted capacity reservation created in the above step. It creates the EC2 instance in US-East-1 region. The region is provided in variables.tf in this example folder.
13
+
Following the capacity reservation, it provisions an EC2 Instance on a 6th Generation Intel® Xeon® Scalable Processor (Granite Rapids) on Linux OS in the default vpc using the targetted capacity reservation created in the above step. It creates the EC2 instance in US-East-1 region. The region is provided in variables.tf in this example folder.
14
14
15
15
This example also creates an EC2 key pair. It associates the public key with the EC2 instance. The private key is created in the local system where terraform apply is done. It also creates a new scurity group to open up the SSH port 22 to a specific IP CIDR block.
Copy file name to clipboardExpand all lines: examples/amazon-linux-ec2-default-vpc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
## Terraform Intel AWS VM - Linux VM in Default VPC
10
10
11
-
This example creates an AWS EC2 instance on 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) on Linux Operating System in the default VPC. It is configured to create the EC2 instance in US-East-1 region. The region is provided in variables.tf in this example folder.
11
+
This example creates an AWS EC2 instance on 6th Generation Intel® Xeon® Scalable Processor (Granite Rapids) on Linux Operating System in the default VPC. It is configured to create the EC2 instance in US-East-1 region. The region is provided in variables.tf in this example folder.
12
12
13
13
This example also creates an EC2 key pair. It associates the public key with the EC2 instance. The private key is created in the local system where terraform apply is done. It also creates a new scurity group to open up the SSH port 22 to a specific IP CIDR block.
0 commit comments