-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PS-547 - Added Support for Trying Multiple Different Launch Templates (…
…#12) * added support for trying multiple different launch templates * fix name of parameter * added error handling for boto3 clientError * added instance to the TempInstance class * updated README and added split on comma * updated docstring and Tempinstance description * updated README.md with more detailed description and example * updated example in readme
- Loading branch information
Showing
4 changed files
with
65 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NAME= | ||
LAUNCH_TEMPLATE_NAME= | ||
LAUNCH_TEMPLATE_NAMES= | ||
SUBNET_ID= | ||
AWS_DEFAULT_REGION= | ||
AWS_ACCESS_KEY_ID= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters