-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automation improvements and updates from AWS (#52)
* Synced to latest AWS hosted quickstart * Removed outdated BastionAMIOS param * Updated test script
- Loading branch information
Showing
7 changed files
with
77 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[submodule "submodules/quickstart-aws-vpc"] | ||
path = submodules/quickstart-aws-vpc | ||
url = [email protected]:aws-quickstart/quickstart-aws-vpc.git | ||
branch = master | ||
branch = main | ||
[submodule "submodules/quickstart-linux-bastion"] | ||
path = submodules/quickstart-linux-bastion | ||
url = [email protected]:aws-quickstart/quickstart-linux-bastion.git | ||
branch = master | ||
branch = main |
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
Submodule quickstart-aws-vpc
updated
28 files
Submodule quickstart-linux-bastion
updated
14 files
+1 −0 | .gitignore | |
+1 −1 | .gitmodules | |
+62 −138 | .taskcat.yml | |
+0 −46 | ci/linux-bastion-master-amznlinux2hvm.json | |
+0 −47 | ci/linux-bastion-master-centos7hvm.json | |
+0 −46 | ci/linux-bastion-master-sles15hvm.json | |
+0 −46 | ci/linux-bastion-master-us1604hvm.json | |
+0 −47 | ci/linux-bastion-master-us1804hvm.json | |
+0 −37 | ci/taskcat.yml | |
+32 −0 | scripts/auditing_configure.sh | |
+10 −100 | scripts/bastion_bootstrap.sh | |
+1 −1 | submodules/quickstart-aws-vpc | |
+4 −5 | templates/linux-bastion-master.template | |
+135 −122 | templates/linux-bastion.template |
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