Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Add EBS and EFS encryption and allow spinning up in an existing VPC and subnet architecture #121

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f3da72a
Update template
tthoma24 Jan 10, 2021
d17478f
FIX: Variable capitalization
tthoma24 Jan 10, 2021
a0d161c
FIX: submodule url for docs
tthoma24 Jan 10, 2021
adda7a3
Add default and desc for new subnet vars
tthoma24 Jan 10, 2021
bba3724
FIX: Parameter 'BastionHostRequired' must be one of AllowedValues
tthoma24 Jan 10, 2021
082e87a
FIX: Vpcid var
tthoma24 Jan 10, 2021
1c0b33f
FIX: variable refs
tthoma24 Jan 10, 2021
b50d49d
Update tags
tthoma24 Jan 10, 2021
116050a
Update submodules
tthoma24 Jan 10, 2021
09182db
Update submodules and tags
tthoma24 Jan 11, 2021
127d4bd
Update submodules
tthoma24 Feb 11, 2021
440ea7f
Merge branch 'main' of https://github.com/aws-quickstart/quickstart-a…
tthoma24 Feb 11, 2021
61bc94d
FIX: Bastion IP length with one digit in each octet should work
tthoma24 Feb 12, 2021
df845c1
FIX: Make Bastion Private IP optional
tthoma24 Feb 12, 2021
ae87168
Make public network variables optional
tthoma24 Feb 12, 2021
1eb3d90
Merge branch 'main' into bastion
tthoma24 Feb 12, 2021
dede43e
Add EFS encryption parameter
tthoma24 Feb 12, 2021
3837e20
Add CloudFormation Lint GH Action
tthoma24 Feb 12, 2021
352b9da
FIX: If statement for using PriNets on load balancer
tthoma24 Feb 12, 2021
50b1d26
FIX: If statement for using PriNets on load balancer
tthoma24 Feb 12, 2021
b53627c
FIX: E1019 Parameter BastionPrivyIp, should be BastionPrivIP
tthoma24 Feb 12, 2021
d5d6379
FIX: Bastion host conditional
tthoma24 Feb 12, 2021
7694c92
FIX: UsePublicIp conditional
tthoma24 Feb 12, 2021
c510664
Modify encryption and keypair parameters
tthoma24 Feb 12, 2021
0235d9c
Final changes
tthoma24 Feb 18, 2021
efaf43d
Update submodules
tthoma24 Feb 18, 2021
612d9fe
ITP-515 #in-progress Add EBS encryption property
tthoma24 Mar 28, 2021
6301f42
Update submodules
tthoma24 Oct 28, 2021
dcf289b
Update submodule 'quickstart-atlassian-services' with upstream changes
tthoma24 Oct 28, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/cloudformation-lintmer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Lint CloudFormation Templates

on: [push]

jobs:
cloudformation-linter:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: cfn-lint
uses: scottbrenner/cfn-lint-action@master
with:
args: "templates/*.yaml"
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[submodule "submodules/quickstart-atlassian-services"]
path = submodules/quickstart-atlassian-services
url = https://github.com/aws-quickstart/quickstart-atlassian-services.git
url = https://github.com/tthoma24/quickstart-atlassian-services.git
branch = main
[submodule "docs/boilerplate"]
path = docs/boilerplate
url = https://github.com/aws-quickstart/quickstart-documentation-base-common.git
branch = main
ignore = dirty
2 changes: 1 addition & 1 deletion docs/boilerplate
Loading