Skip to content

Commit c088ff6

Browse files
authored
Updating year and instances (#41)
* Updating year 2024 -> 2025 in all readmes. * Updating Instances from AWS EC2 Documentation Bringing the instances up to date from https://aws.amazon.com/ec2/instance-types/ * Updating instanees Ran following tests successfully.. - amazon-ec2-rhel-default-vpc - amazon-linux-ec2-capacity-reservation - amazon-linux-ec2-default-vpc - gen-ai-stable-diffusion - gen-ai-xeon-opea-chatqnat * Updating instance AWS M7i instances are 4th Generation Sapphire Rapids.
1 parent 24b04ac commit c088ff6

File tree

19 files changed

+22
-24
lines changed

19 files changed

+22
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
# Intel® Optimized Cloud Modules for Terraform
88

9-
© Copyright 2024, Intel Corporation
9+
© Copyright 2025, Intel Corporation
1010

1111
## AWS VM module
1212

13-
Configuration in this directory creates an AWS VM (EC2 Instance). The instance is created on an 3rd Generation Intel® Xeon® Scalable Processor (IceLake) by default.
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.
1414

15-
## Performance Data
15+
## Performance Data - Update needed as module runs on Emerald Rapids
1616

1717

1818
<center>

examples/amazon-ec2-rhel-default-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Red Hat RHEL VM in Default VPC
1010

examples/amazon-linux-ec2-capacity-reservation-default-vpc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Linux VM with Capacity Reservation in Default VPC
1010

11-
This example provisions a capacity reservation in AWS availability zone us-east-1d. This capacity reservation is used for instance type m6i.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 m7i.large for Linux/UNIX in this availability zone. Instance eligibility for this capacity reservation will be targetted.
1212

1313
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.
1414

examples/amazon-linux-ec2-capacity-reservation-default-vpc/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ resource "aws_security_group" "ssh_security_group" {
5050

5151
## CHANGE THE IP CIDR BLOCK BELOW TO ALL YOUR OWN SSH PORT ##
5252
cidr_blocks = ["a.b.c.d/x"]
53-
54-
5553
}
5654
}
5755

examples/amazon-linux-ec2-default-vpc-ico-by-densify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Linux VM in Default VPC using Intel Cloud Optimzier by Densify recommendations
1010
<p align="center">

examples/amazon-linux-ec2-default-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Linux VM in Default VPC
1010

examples/amazon-linux-ec2-non-default-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Linux VM in Non Default VPC
1010

examples/amazon-linux-ec2-spot-default-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Spot Linux VM in Default VPC
1010

examples/amazon-windows-server-ec2-default-vpc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## Terraform Intel AWS VM - Windows VM in Default VPC
1010

examples/gen-ai-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Intel® Optimized Cloud Modules for Terraform
66

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

99
## AWS M7i EC2 Instance with 4th Generation Intel® Xeon® Scalable Processor (Sapphire Rapids) & Intel® Cloud Optimized Recipe for FastChat and Stable Diffusion
1010

0 commit comments

Comments
 (0)