-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit cbae100 Author: Paras Jain <[email protected]> Date: Mon Oct 17 23:09:06 2022 -0700 Update merge commit c60c535 Merge: 3731242 0321bff Author: Paras Jain <[email protected]> Date: Mon Oct 17 23:07:21 2022 -0700 Merge branch 'main' into skycamp/prefix_aws_keys commit 3731242 Author: Paras Jain <[email protected]> Date: Mon Oct 17 23:03:08 2022 -0700 Better rename setup commit 10a9699 Author: Paras Jain <[email protected]> Date: Mon Oct 17 23:00:28 2022 -0700 Tags is a function commit a357d24 Author: Paras Jain <[email protected]> Date: Mon Oct 17 22:58:19 2022 -0700 Update key prefix commit 3e6b2f2 Author: Paras Jain <[email protected]> Date: Mon Oct 17 22:48:45 2022 -0700 Tag VMs with a client ID when provisioning commit d47ad76 Author: Paras Jain <[email protected]> Date: Mon Oct 17 21:29:07 2022 -0700 Add option to deprovision tagged instances commit ec096b9 Author: Paras Jain <[email protected]> Date: Mon Oct 17 22:46:21 2022 -0700 Clean up leaked resources upon VM provisioning errors for AWS, GCP and Azure (#617) commit 44eb38f Author: Paras Jain <[email protected]> Date: Mon Oct 17 22:44:14 2022 -0700 Add flag before deprovisioning networks (#615) commit 961e64d Author: Paras Jain <[email protected]> Date: Mon Oct 17 21:32:08 2022 -0700 Tag VMs with a client ID when provisioning commit d39af7e Author: Paras Jain <[email protected]> Date: Mon Oct 17 21:29:07 2022 -0700 Add option to deprovision tagged instances commit fab0356 Author: Paras Jain <[email protected]> Date: Mon Oct 17 20:39:44 2022 -0700 Prefix AWS keys with UUID
- Loading branch information
Showing
8 changed files
with
70 additions
and
37 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import json | ||
import re | ||
import time | ||
import uuid | ||
from multiprocessing import BoundedSemaphore | ||
|
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
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