We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62b18e commit ecba517Copy full SHA for ecba517
test/test_utils/__init__.py
@@ -203,9 +203,6 @@ def get_ami_id_ssm(region_name, parameter_path):
203
region_name="us-west-2",
204
parameter_path="/aws/service/ecs/optimized-ami/amazon-linux-2/arm64/recommended",
205
)
206
-NEURON_AL2_DLAMI = get_ami_id_boto3(
207
- region_name="us-west-2", ami_name_pattern="Deep Learning AMI (Amazon Linux 2) Version ??.?"
208
-)
209
210
# Account ID of test executor
211
ACCOUNT_ID = boto3.client("sts", region_name=DEFAULT_REGION).get_caller_identity().get("Account")
0 commit comments