forked from awsdocs/aws-doc-sdk-examples
-
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.
Python - EC2: Audit results implemented (Pt. 2) (awsdocs#6789)
* This update applies coding standards to the source code and test code. --------- Co-authored-by: David Souther <[email protected]>
- Loading branch information
1 parent
7ee6fa1
commit 3291f20
Showing
24 changed files
with
1,303 additions
and
1,518 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 +1,3 @@ | ||
*.pem | ||
doc-example-resilience-key-pair-* | ||
test-doc-example-resilience-key-pair-* | ||
|
631 changes: 380 additions & 251 deletions
631
python/cross_service/resilient_service/auto_scaler.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
352 changes: 231 additions & 121 deletions
352
python/cross_service/resilient_service/load_balancer.py
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 +1,4 @@ | ||
boto3>=1.26.79 | ||
pytest>=7.2.1 | ||
requests>=2.29.0 | ||
requests>=2.29.0 | ||
coloredlogs>=15.0.1 |
Oops, something went wrong.