Skip to content

Commit

Permalink
Merge pull request #1007 from facebookresearch/ec2-server-cleanup
Browse files Browse the repository at this point in the history
Updated error message to manually delete EC2 server
  • Loading branch information
JackUrb authored Feb 16, 2023
2 parents 4922242 + 76bddae commit e3f837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mephisto/abstractions/architects/ec2/ec2_architect.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def assert_task_args(cls, args: DictConfig, shared_state: "SharedTaskState"):

assert cls.check_domain_unused_locally(
subdomain=subdomain
), "Given subdomain does exist"
), "Given subdomain does exist. Run `python3 -m mephisto.abstractions.architects.ec2.cleanup_ec2_server_by_name`"

# VALID_INSTANCES = []
# assert args.architect.instance_type in VALID_INSTANCES
Expand Down

0 comments on commit e3f837b

Please sign in to comment.