-
Notifications
You must be signed in to change notification settings - Fork 5
/
4-StackSet-VPN.yml
657 lines (605 loc) · 19.2 KB
/
4-StackSet-VPN.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
AWSTemplateFormatVersion: 2010-09-09
Description: Inter Region VPC Peering. Adds route table entries for Peering Connections from VPN VPCs to Base VPC.
Parameters:
Environment:
Type: String
Description: Name of the environment.
SuricataBucket:
Type: String
Description: Bucket where Suricata rules are
PeerUsEast1:
Type: String
PeerUsEast2:
Type: String
PeerUsWest1:
Type: String
PeerUsWest2:
Type: String
PeerApSouth1:
Type: String
PeerApNortheast2:
Type: String
PeerApSoutheast1:
Type: String
PeerApSoutheast2:
Type: String
PeerApNortheast1:
Type: String
PeerCaCentral1:
Type: String
PeerEuCentral1:
Type: String
PeerEuWest1:
Type: String
PeerEuWest2:
Type: String
PeerEuWest3:
Type: String
PeerSaEast1:
Type: String
Mappings:
RegionMapping:
us-east-1:
Subdomain: us-east
Cidr: 172.16.0.0/17
us-east-2:
Subdomain: us-east
Cidr: 172.16.128.0/17
us-west-1:
Subdomain: us-west
Cidr: 172.17.0.0/17
us-west-2:
Subdomain: us-west
Cidr: 172.17.128.0/17
ap-northeast-1:
Subdomain: ap-tokyo
Cidr: 172.18.0.0/17
ap-northeast-2:
Subdomain: ap-seoul
Cidr: 172.18.128.0/17
ap-south-1:
Subdomain: ap-mumbai
Cidr: 172.19.0.0/17
ap-southeast-1:
Subdomain: ap-singapore
Cidr: 172.19.128.0/17
ap-southeast-2:
Subdomain: ap-sydney
Cidr: 172.20.0.0/17
ca-central-1:
Subdomain: canada
Cidr: 172.20.128.0/17
eu-central-1:
Subdomain: eu-frankfurt
Cidr: 172.21.0.0/17
eu-west-1:
Subdomain: eu-ireland
Cidr: 172.21.128.0/17
eu-west-2:
Subdomain: eu-london
Cidr: 172.22.0.0/17
eu-west-3:
Subdomain: s1
Cidr: 172.22.128.0/17
sa-east-1:
Subdomain: sa
Cidr: 172.23.0.0/17
Conditions:
IsUsEast1: !Equals [!Ref "AWS::Region", us-east-1]
IsUsEast2: !Equals [!Ref "AWS::Region", us-east-2]
IsUsWest1: !Equals [!Ref "AWS::Region", us-west-1]
IsUsWest2: !Equals [!Ref "AWS::Region", us-west-2]
IsApSouth1: !Equals [!Ref "AWS::Region", ap-south-1]
IsApNortheast2: !Equals [!Ref "AWS::Region", ap-northeast-2]
IsApSoutheast1: !Equals [!Ref "AWS::Region", ap-southeast-1]
IsApSoutheast2: !Equals [!Ref "AWS::Region", ap-southeast-2]
IsApNortheast1: !Equals [!Ref "AWS::Region", ap-northeast-1]
IsCaCentral1: !Equals [!Ref "AWS::Region", ca-central-1]
IsEuCentral1: !Equals [!Ref "AWS::Region", eu-central-1]
IsEuWest1: !Equals [!Ref "AWS::Region", eu-west-1]
IsEuWest2: !Equals [!Ref "AWS::Region", eu-west-2]
IsEuWest3: !Equals [!Ref "AWS::Region", eu-west-3]
IsSaEast1: !Equals [!Ref "AWS::Region", sa-east-1]
Resources:
# ==================================================
# ============= VPN INSTANCE ROLE ==================
# ==================================================
VpnRole:
Type: AWS::IAM::Role
DependsOn:
- BandwidthApplication
- BandwidthDeploymentGroup
Properties:
AssumeRolePolicyDocument:
Version: 2012-10-17
Statement:
- Effect: Allow
Principal:
Service:
- ec2.amazonaws.com
Action:
- sts:AssumeRole
ManagedPolicyArns:
- Fn::ImportValue:
!Join [ '-', [ !Ref Environment, SSMManagedPolicy ] ]
Policies:
- PolicyName: !Sub ${Environment}-VPN
PolicyDocument:
Version: 2012-10-17
Statement:
- Effect: Allow
Action:
- logs:CreateLogStream
- logs:PutLogEvents
Resource:
- !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:${Environment}-VPN
- !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:${Environment}-VPN:log-stream:*
- !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:${Environment}-VPN-Node
- !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:${Environment}-VPN-Node:log-stream:*
- !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:${Environment}-VPN-Suricata
- !Sub arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:${Environment}-VPN-Suricata:log-stream:*
- Effect: Allow
Action:
- codedeploy:CreateDeployment
Resource: !Sub arn:aws:codedeploy:${AWS::Region}:${AWS::AccountId}:deploymentgroup:${BandwidthApplication}/${BandwidthDeploymentGroup}
- Effect: Allow
Action:
- codedeploy:GetDeploymentConfig
Resource: !Sub arn:aws:codedeploy:${AWS::Region}:${AWS::AccountId}:deploymentconfig:CodeDeployDefault.OneAtATime
- Effect: Allow
Action:
- codedeploy:GetApplicationRevision
- codedeploy:RegisterApplicationRevision
Resource: !Sub arn:aws:codedeploy:${AWS::Region}:${AWS::AccountId}:application:${BandwidthApplication}
- Effect: Allow
Action:
- s3:ListBucket
Resource:
- !Sub arn:aws:s3:::${SuricataBucket}
- Effect: Allow
Action:
- s3:GetObject
Resource:
- !Sub arn:aws:s3:::${SuricataBucket}/*
- Effect: Allow
Action:
- s3:GetBucketLocation
Resource:
- arn:aws:s3:::*
VpnInstanceProfile:
Type: AWS::IAM::InstanceProfile
Properties:
Roles:
- !Ref VpnRole
# ==================================================
# =========== VPN CLOUDWATCH LOGS =================
# ==================================================
VpnLogsLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Join [ '-', [ !Ref Environment, VPN ] ]
VpnNodeLogsLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Join [ '-', [ !Ref Environment, VPN-Node ] ]
VpnSuricataLogsLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Join [ '-', [ !Ref Environment, VPN-Suricata ] ]
VpnEmailerSubscriptionFilter:
Type: AWS::Logs::SubscriptionFilter
DependsOn:
- VpnLogsLogGroup
Properties:
DestinationArn:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, ErrorEmailerFunctionArn ] ]
FilterPattern: 'run_bandwidth_check.sh'
LogGroupName: !Join [ '-', [ !Ref Environment, VPN ] ]
VpnNodeEmailerSubscriptionFilter:
Type: AWS::Logs::SubscriptionFilter
DependsOn:
- VpnNodeLogsLogGroup
Properties:
DestinationArn:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, ErrorEmailerFunctionArn ] ]
FilterPattern: 'error -"RTNETLINK answers: File exists"'
LogGroupName: !Join [ '-', [ !Ref Environment, VPN-Node ] ]
# ==================================================
# =============== VPN VPC Networking ===============
# ==================================================
VpnInternetGateway:
Type: AWS::EC2::InternetGateway
Properties:
Tags:
- Key: Name
Value: !Join [ '-', [ !Ref Environment, VPN ] ]
VpnVPCGatewayAttachment:
Type: AWS::EC2::VPCGatewayAttachment
Properties:
VpcId:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, VpnVPCId ] ]
InternetGatewayId: !Ref VpnInternetGateway
VpnSubnet:
Type: AWS::EC2::Subnet
Properties:
CidrBlock: !FindInMap [ RegionMapping, !Ref "AWS::Region", Cidr ]
AvailabilityZone:
Fn::Select:
- 0
- Fn::GetAZs: ""
MapPublicIpOnLaunch: true
VpcId:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, VpnVPCId ] ]
Tags:
- Key: Name
Value: !Join [ '-', [ !Ref Environment, VPN ] ]
VpnRouteTable:
Type: AWS::EC2::RouteTable
Properties:
VpcId:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, VpnVPCId ] ]
Tags:
- Key: Name
Value: !Join [ '-', [ !Ref Environment, VPN ] ]
VpnRoute:
Type: AWS::EC2::Route
DependsOn:
- VpnInternetGateway
- VpnRouteTable
- VpnVPCGatewayAttachment
Properties:
RouteTableId: !Ref VpnRouteTable
DestinationCidrBlock: 0.0.0.0/0
GatewayId: !Ref VpnInternetGateway
VpnSubnetRouteTableAssociation:
Type: "AWS::EC2::SubnetRouteTableAssociation"
DependsOn:
- VpnRouteTable
- VpnSubnet
- VpnRoute
Properties:
RouteTableId: !Ref VpnRouteTable
SubnetId: !Ref VpnSubnet
# ==================================================
# =============== VPN SECURITY GROUPS ==============
# ==================================================
VpnSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
VpcId:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, VpnVPCId ] ]
GroupDescription: Enable IPsec
Tags:
- Key: Name
Value: VPN
- Key: Environment
Value: !Ref Environment
SecurityGroupIngress:
- IpProtocol: udp
FromPort: 500
ToPort: 500
CidrIp: 0.0.0.0/0
- IpProtocol: udp
FromPort: 4500
ToPort: 4500
CidrIp: 0.0.0.0/0
- IpProtocol: 50
CidrIp: 0.0.0.0/0
- IpProtocol: 51
CidrIp: 0.0.0.0/0
VpnOpenVpnSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
VpcId:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, VpnVPCId ] ]
GroupDescription: Enable HTTPS
Tags:
- Key: Name
Value: VPN-OpenVPN
- Key: Environment
Value: !Ref Environment
SecurityGroupIngress:
- IpProtocol: tcp
FromPort: 443
ToPort: 443
CidrIp: 0.0.0.0/0
# ==================================================
# ======== BANDWIDTH GIT & CODEPIPELINE ============
# ==================================================
BandwidthCodeCommit:
Type: AWS::CodeCommit::Repository
Properties:
RepositoryName: !Sub ${Environment}-Bandwidth
BandwidthCodeBuildProject:
Type: AWS::CodeBuild::Project
Properties:
Name: !Join [ '-', [ !Ref Environment, Bandwidth ] ]
ServiceRole:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, CodeBuildRoleArn ] ]
Artifacts:
Type: CODEPIPELINE
BadgeEnabled: false
Environment:
ComputeType: BUILD_GENERAL1_SMALL
Type: LINUX_CONTAINER
Image: aws/codebuild/nodejs:10.14.1
Source:
Type: CODEPIPELINE
TimeoutInMinutes: 15
Tags:
- Key: Environment
Value: !Ref Environment
BandwidthCodePipeline:
Type: AWS::CodePipeline::Pipeline
DependsOn:
- BandwidthDeploymentGroup
- BandwidthCodeBuildProject
Properties:
ArtifactStore:
EncryptionKey:
Id:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, CodePipelineKeyId ] ]
Type: KMS
Location:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, ArtifactBucket ] ]
Type: S3
Name: !Join [ '-', [ !Ref Environment, Bandwidth ] ]
RoleArn:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, CodePipelineRoleArn ] ]
Stages:
- Name: CodeCommit
Actions:
- Name: BandwidthCodeCommit
RunOrder: 1
ActionTypeId:
Category: Source
Owner: AWS
Provider: CodeCommit
Version: 1
Configuration:
RepositoryName: !Sub ${Environment}-Bandwidth
BranchName:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, GitBranch ] ]
OutputArtifacts:
- Name: CodeCommitArtifact
- Name: CodeBuild
Actions:
- Name: BandwidthCodeBuild
RunOrder: 2
ActionTypeId:
Category: Build
Owner: AWS
Provider: CodeBuild
Version: 1
Configuration:
ProjectName: !Ref BandwidthCodeBuildProject
InputArtifacts:
- Name: CodeCommitArtifact
OutputArtifacts:
- Name: CodeBuildArtifact
- Name: CodeDeploy
Actions:
- Name: BandwidthCodeDeploy
RunOrder: 3
ActionTypeId:
Category: Deploy
Owner: AWS
Provider: CodeDeploy
Version: 1
Configuration:
ApplicationName: !Ref BandwidthApplication
DeploymentGroupName: !Ref BandwidthDeploymentGroup
InputArtifacts:
- Name: CodeBuildArtifact
BandwidthApplication:
Type: AWS::CodeDeploy::Application
Properties:
ApplicationName: !Join [ '-', [ !Ref Environment, Bandwidth ] ]
BandwidthDeploymentGroup:
Type: AWS::CodeDeploy::DeploymentGroup
Properties:
ApplicationName: !Ref BandwidthApplication
DeploymentConfigName: CodeDeployDefault.OneAtATime
Ec2TagFilters:
- Key: Name
Value: !Join [ '-', [ !Ref Environment, VPN ] ]
Type: KEY_AND_VALUE
- Key: Name
Value: !Join [ '-', [ !Ref Environment, VPN-IKEv2 ] ]
Type: KEY_AND_VALUE
- Key: Name
Value: !Join [ '-', [ !Ref Environment, VPN-OpenVPN ] ]
Type: KEY_AND_VALUE
ServiceRoleArn:
Fn::ImportValue:
!Join [ '-', [ !Ref Environment, CodeDeployRoleArn ] ]
# =====================================
# ======= VPC Peering Routes ==========
# =====================================
#
# Generated by this script:
#
# set +H
#
# LIST=(
# us-east-1,UsEast1
# us-east-2,UsEast2
# us-west-1,UsWest1
# us-west-2,UsWest2
# ap-south-1,ApSouth1
# ap-northeast-2,ApNortheast2
# ap-southeast-1,ApSoutheast1
# ap-southeast-2,ApSoutheast2
# ap-northeast-1,ApNortheast1
# ca-central-1,CaCentral1
# eu-central-1,EuCentral1
# eu-west-1,EuWest1
# eu-west-2,EuWest2
# eu-west-3,EuWest3
# sa-east-1,SaEast1
# )
#
# for i in "${LIST[@]}"
# do
# IFS=',' read A B <<< "${i}"
# echo "PeeringRouteFrom${B}:
# Type: AWS::EC2::Route
# Condition: Is${B}
# Properties:
# DestinationCidrBlock: 192.168.0.0/16
# RouteTableId:
# Fn::ImportValue:
# !Join [ '-', [ !Ref Environment, VpnRouteTableId ] ]
# VpcPeeringConnectionId: !Ref Peer${B}
# "
# done
PeeringRouteFromUsEast1:
Type: AWS::EC2::Route
Condition: IsUsEast1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerUsEast1
PeeringRouteFromUsEast2:
Type: AWS::EC2::Route
Condition: IsUsEast2
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerUsEast2
PeeringRouteFromUsWest1:
Type: AWS::EC2::Route
Condition: IsUsWest1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerUsWest1
PeeringRouteFromUsWest2:
Type: AWS::EC2::Route
Condition: IsUsWest2
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerUsWest2
PeeringRouteFromApSouth1:
Type: AWS::EC2::Route
Condition: IsApSouth1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerApSouth1
PeeringRouteFromApNortheast2:
Type: AWS::EC2::Route
Condition: IsApNortheast2
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerApNortheast2
PeeringRouteFromApSoutheast1:
Type: AWS::EC2::Route
Condition: IsApSoutheast1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerApSoutheast1
PeeringRouteFromApSoutheast2:
Type: AWS::EC2::Route
Condition: IsApSoutheast2
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerApSoutheast2
PeeringRouteFromApNortheast1:
Type: AWS::EC2::Route
Condition: IsApNortheast1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerApNortheast1
PeeringRouteFromCaCentral1:
Type: AWS::EC2::Route
Condition: IsCaCentral1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerCaCentral1
PeeringRouteFromEuCentral1:
Type: AWS::EC2::Route
Condition: IsEuCentral1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerEuCentral1
PeeringRouteFromEuWest1:
Type: AWS::EC2::Route
Condition: IsEuWest1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerEuWest1
PeeringRouteFromEuWest2:
Type: AWS::EC2::Route
Condition: IsEuWest2
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerEuWest2
PeeringRouteFromEuWest3:
Type: AWS::EC2::Route
Condition: IsEuWest3
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerEuWest3
PeeringRouteFromSaEast1:
Type: AWS::EC2::Route
Condition: IsSaEast1
Properties:
DestinationCidrBlock: 192.168.0.0/16
RouteTableId: !Ref VpnRouteTable
VpcPeeringConnectionId: !Ref PeerSaEast1
Outputs:
VpnInstanceProfile:
Value: !Ref VpnInstanceProfile
Export:
Name: !Join [ '-', [ !Ref Environment, VpnInstanceProfile ] ]
VpnSubnetId:
Value: !Ref VpnSubnet
Export:
Name: !Join [ '-', [ !Ref Environment, VpnSubnetId ] ]
VpnSecurityGroupId:
Value: !Ref VpnSecurityGroup
Export:
Name: !Join [ '-', [ !Ref Environment, VpnSecurityGroupId ] ]
VpnOpenVpnSecurityGroupId:
Value: !Ref VpnOpenVpnSecurityGroup
Export:
Name: !Join [ '-', [ !Ref Environment, VpnOpenVpnSecurityGroupId ] ]
VpnRegion:
Value: !FindInMap [ RegionMapping, !Ref "AWS::Region", Subdomain ]
Export:
Name: !Join [ '-', [ !Ref Environment, VpnRegion ] ]
BandwidthDeploymentGroup:
Value: !Ref BandwidthDeploymentGroup
Export:
Name: !Join [ '-', [ !Ref Environment, BandwidthDeploymentGroup ] ]
BandwidthApplication:
Value: !Ref BandwidthApplication
Export:
Name: !Join [ '-', [ !Ref Environment, BandwidthApplication ] ]
SuricataBucketVpn:
Value: !Ref SuricataBucket
Export:
Name: !Join [ '-', [ !Ref Environment, SuricataBucketVpn ] ]