Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions examples/amazon-ec2-rhel-default-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_security_group" "ssh_security_group" {
protocol = "tcp"

## CHANGE THE IP CIDR BLOCK BELOW TO ALL YOUR OWN SSH PORT ##
cidr_blocks = ["a.b.c.d/x"]
cidr_blocks = ["192.55.0.0/16"]
}
}

Expand All @@ -47,10 +47,11 @@ resource "aws_network_interface_sg_attachment" "sg_attachment" {
module "ec2-vm" {
source = "intel/aws-vm/intel"
key_name = aws_key_pair.TF_key.key_name
ami = "ami-0c41531b8d18cc72b"
#ami = "ami-0c41531b8d18cc72b"
ami = "vmi-intel-base-ubuntu22-aws-spr-2025-05-23-20-24"
tags = {
Name = "my-test-vm-${random_id.rid.dec}"
Owner = "OwnerName-${random_id.rid.dec}",
Name = "Mihika-vm-${random_id.rid.dec}"
Owner = "Mihika-${random_id.rid.dec}",
Duration = "2"
}
}
2 changes: 0 additions & 2 deletions policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ Intel® provides a list of `optimal` instance types per cloud resource, selected

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)

## Links
https://aws.amazon.com/ec2/instance-types/