You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloud9SSMDocument: # Clones 1click repo, adds environment variables, and uploads to s3 bucket. Then runs "scripts/Cloud9-Bootstrap.sh" to setup this cloud9 node
Cloud9OutputBucket:# Creates Bucket to hold postinstall scripts - need to retain bucket after delete, because bucket needs to be empty to successfully delete
734
733
Type: AWS::S3::Bucket
735
734
DeletionPolicy: Retain
736
735
UpdateReplacePolicy: Retain
@@ -758,7 +757,7 @@ Resources:
758
757
VpcEndpointType: Gateway
759
758
VpcId: !Ref VPC
760
759
761
-
LBInit:
760
+
LBInit:# Sets up Application Load Balancer, adding certificates etc.
762
761
Type: Custom::LBInit
763
762
DependsOn:
764
763
- LogGroupLBInitLambda
@@ -774,7 +773,7 @@ Resources:
774
773
LogGroupName: !Sub /aws/lambda/${LBInitLambda}
775
774
RetentionInDays: 7
776
775
777
-
LBInitLambda:
776
+
LBInitLambda:# Create ALB certificate
778
777
Type: AWS::Lambda::Function
779
778
Properties:
780
779
Description: Create ALB Certificate
@@ -1105,7 +1104,7 @@ Resources:
1105
1104
- Key: Name
1106
1105
Value: !Sub ${AWS::StackName}-GetAZLambdaFunction
1107
1106
1108
-
ActiveDirectory:
1107
+
ActiveDirectory:# Create Managed Active Directory (standard) to handle cluster users
0 commit comments