-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c0b5ab
commit 4e1f4dc
Showing
28 changed files
with
2,227 additions
and
369 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Run the following: | ||
|
||
Example1: | ||
openssl req -newkey rsa:2048 -nodes -keyout example1-cert.key -out example1-cert.csr -subj "/C=CA/ST=Ontario/L=Ottawa/O=AnyCompany/CN=*.example.ca" | ||
openssl x509 -signkey example1-cert.key -in example1-cert.csr -req -days 1095 -out example1-cert.crt | ||
|
Binary file modified
BIN
+19 Bytes
(100%)
config/custom-config-rules/attach-ec2-instance-profile.zip
Binary file not shown.
Binary file modified
BIN
+77 Bytes
(110%)
config/custom-config-rules/ec2-instance-profile-permissions.zip
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
customizations: | ||
cloudFormationStacks: | ||
- name: AWSAccelerator-AlbIPForwardingStack | ||
description: ALB Lambda Forwarder | ||
runOrder: 10 | ||
template: customizations/AlbIpForwardingStack.template.json | ||
terminationProtection: true | ||
parameters: | ||
- name: acceleratorPrefix | ||
value: AWSAccelerator | ||
- name: vpcName | ||
value: Perimeter | ||
deploymentTargets: | ||
accounts: | ||
- Perimeter | ||
regions: | ||
- ca-central-1 |
610 changes: 610 additions & 0 deletions
610
config/customizations/AlbIpForwardingStack.template.json
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
Oops, something went wrong.