You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you find a validation job in progress, traverse entities to get the EC2 instance ID/DNS
i.e.
Start with Batch Job ID
From batch.describe_jobs() find containerInstanceArn and taskARN
From ECS find which instance is running that task
From ECS or EC2 find DNS of instance
The text was updated successfully, but these errors were encountered:
If you find a validation job in progress, traverse entities to get the EC2 instance ID/DNS
i.e.
Start with Batch Job ID
From
batch.describe_jobs()
findcontainerInstanceArn
andtaskARN
From ECS find which instance is running that task
From ECS or EC2 find DNS of instance
The text was updated successfully, but these errors were encountered: