Skip to content

Commit 08d64cc

Browse files
committed
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
1 parent d0c7d28 commit 08d64cc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

0 commit comments

Comments
 (0)