Skip to content

Commit

Permalink
Merge branch 'aws-ia:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
awshans authored Feb 2, 2024
2 parents e7713bc + bbd2852 commit e3c2379
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion cdk/examples/generative_ai_service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ boto3
sagemaker==2.183.0
sentence_transformers
opensearch-py
torch==2.1.1
torch==2.1.1
10 changes: 0 additions & 10 deletions terraform/ec2-examples/distributed-ml-training/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ module "autoscaling_head" {
}

tags = local.tags

metadata_options = {
http_endpoint = "enabled"
http_tokens = "required"
}
}

module "autoscaling_workers" {
Expand Down Expand Up @@ -182,11 +177,6 @@ module "autoscaling_workers" {
]

tags = local.tags

metadata_options = {
http_endpoint = "enabled"
http_tokens = "required"
}
}

module "autoscaling_sg" {
Expand Down

0 comments on commit e3c2379

Please sign in to comment.