Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-2065] give launched instances names
This update gives launched EC2 instances descriptive names by using instance tags. Launched instances now show up in the EC2 console with these names. I used `format()` with named parameters, which I believe is the recommended practice for string formatting in Python, but which doesn’t seem to be used elsewhere in the script.
- Loading branch information