Skip to content

Commit

Permalink
Implement requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iankouls-aws committed Jul 23, 2024
1 parent 0e541bc commit 1dd924b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions patterns/nvidia-gpu-efa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,6 @@ See [here](https://aws-ia.github.io/terraform-aws-eks-blueprints/getting-started
## Destroy
```sh
terraform destroy -auto-approve
```
{%
include-markdown "../../docs/_partials/destroy.md"
%}
9 changes: 0 additions & 9 deletions patterns/nvidia-gpu-efa/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ module "eks" {
ami_type = "AL2_x86_64_GPU"
instance_types = ["p5.48xlarge"]


# Uncomment this block and specify capacity_reservation_id
# to use an on-demand capacity reservation (ODCR) for your EFA instances
#capacity_reservation_specification = {
# capacity_reservation_target = {
# capacity_reservation_id = "cr-xxxxxxxxxxxxxxxxx"
# }
#}

pre_bootstrap_user_data = <<-EOT
# Mount instance store volumes in RAID-0 for kubelet and containerd
# https://github.com/awslabs/amazon-eks-ami/blob/master/doc/USER_GUIDE.md#raid-0-for-kubelet-and-containerd-raid0
Expand Down

0 comments on commit 1dd924b

Please sign in to comment.