-
Notifications
You must be signed in to change notification settings - Fork 2
/
emr-template.yaml
785 lines (716 loc) · 21.1 KB
/
emr-template.yaml
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
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
# Copyright 2020 Daniel Cortez Stevenson
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
AWSTemplateFormatVersion: '2010-09-09'
Description: >-
A sensible CloudFormation Template for AWS EMR with VPC, private and public
subnets, a NAT gateway, and a bastion.
Parameters:
AvailabilityZone:
Description: >-
The AWS Availability Zone in which your public & private subnets will be
launched.
Type: String
Default: '{{cookiecutter.aws_availability_zone}}'
ConstraintDescription: >-
Must be a valid AWS Availability Zone in AWS Region eu-central-1 or
us-east-1.
S3BucketName:
Description: >-
The name of the AWS S3 bucket, which will store logs, Jupyter notebooks,
Python code assets, and bootstrap / startup step bash scripts.
Type: String
Default: '{{cookiecutter.s3_bucket}}'
ConstraintDescription: >-
Must be a valid S3 bucket name, which is globally unique.
BastionKeyName:
Description: >-
Name of the EC2 KeyPair, which enables SSH access to the bastion server.
Type: AWS::EC2::KeyPair::KeyName
ConstraintDescription: >-
Must be the name of an existing EC2 KeyPair.
NoEcho: True
AccessLocation:
Description: >-
CIDR range from which SSH access to the bastion server is allowed. Default
is anywhere.
Type: String
Default: '0.0.0.0/0'
ConstraintDescription: >-
Must be a valid CIDR range.
MinLength: 9
MaxLength: 18
AllowedPattern: '(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/(\d{1,2})'
NoEcho: True
Ec2Market:
Description: >-
Use AWS Spot market or the On Demand market.
Type: String
Default: SPOT
AllowedValues:
- SPOT
- ON_DEMAND
JupyterHubUsers:
Description: >-
The usernames for JupyterHub. Data from JupyterHub will be stored in
s3://${S3BucketName}/jupyter/${User}/*
Type: CommaDelimitedList
Default: 'user1,user2'
ConstraintDescription: >-
Must be exactly 2 users, separated by six commas with 0 spaces.
EmrKeyName:
Description: >-
Name of the EC2 KeyPair, which enables SSH access to the EMR master node.
Type: AWS::EC2::KeyPair::KeyName
ConstraintDescription: >-
Must be the name of an existing EC2 KeyPair.
NoEcho: True
MasterNodeInstanceType:
Description: >-
AWS EC2 Instance Type of the EMR Master node.
Type: String
Default: m5.xlarge
ConstraintDescription: >-
Must be a valid AWS EMR EC2 Instance Type.
CoreNodeInstanceType:
Description: >-
AWS EC2 Instance Type of the EMR Core (Worker) nodes.
Type: String
Default: m5.xlarge
ConstraintDescription: >-
Must be a valid AWS EMR EC2 Instance Type.
CoreNodesCount:
Description: >-
The number of EMR Core (Worker) nodes in the EMR cluster.
Type: Number
Default: 2
MinValue: 1
MaxValue: 20
ConstraintDescription: >-
Must be a number between 1 and 20.
EbsVolumeSize:
Description: >-
The size (in GiB) of each EC2 EBS volume to attached to a node in the EMR cluster.
Type: Number
Default: 64
MinValue: 32
MaxValue: 512
ConstraintDescription: >-
Must be a number between 32 and 512.
EbsVolumesCount:
Description: >-
The number of EC2 EBS volumes to attach to each node in the EMR cluster.
Type: Number
Default: 4
MinValue: 1
MaxValue: 8
ConstraintDescription: >-
Must be a number between 1 and 8.
Mappings:
SubnetConfig:
VPC:
CIDR: 10.192.0.0/16
Public:
CIDR: 10.192.10.0/24
Private:
CIDR: 10.192.20.0/24
AWSRegionArch2AMI:
eu-central-1:
HVM64: ami-054e21e355db24124
us-east-1:
HVM64: ami-0fba9b33b5304d8b4
Resources:
VPC:
Type: AWS::EC2::VPC
Properties:
EnableDnsSupport: true
EnableDnsHostnames: true
InstanceTenancy: default
CidrBlock: !FindInMap
- SubnetConfig
- VPC
- CIDR
InternetGateway:
Type: AWS::EC2::InternetGateway
InternetGatewayAttachment:
Type: AWS::EC2::VPCGatewayAttachment
Properties:
VpcId: !Ref VPC
InternetGatewayId: !Ref InternetGateway
PublicSubnet:
Type: AWS::EC2::Subnet
Properties:
VpcId: !Ref VPC
AvailabilityZone: !Ref AvailabilityZone
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
MapPublicIpOnLaunch: true
PrivateSubnet:
Type: AWS::EC2::Subnet
Properties:
VpcId: !Ref VPC
AvailabilityZone: !Ref AvailabilityZone
CidrBlock: !FindInMap
- SubnetConfig
- Private
- CIDR
MapPublicIpOnLaunch: false
PublicRouteTable:
Type: AWS::EC2::RouteTable
Properties:
VpcId: !Ref VPC
PrivateRouteTable:
Type: AWS::EC2::RouteTable
Properties:
VpcId: !Ref VPC
PublicSubnetRouteTableAssociation:
Type: AWS::EC2::SubnetRouteTableAssociation
Properties:
SubnetId: !Ref PublicSubnet
RouteTableId: !Ref PublicRouteTable
PrivateSubnetRouteTableAssociation:
Type: AWS::EC2::SubnetRouteTableAssociation
Properties:
SubnetId: !Ref PrivateSubnet
RouteTableId: !Ref PrivateRouteTable
PublicRoute:
Type: AWS::EC2::Route
DependsOn: InternetGatewayAttachment
Properties:
RouteTableId: !Ref PublicRouteTable
DestinationCidrBlock: 0.0.0.0/0
GatewayId: !Ref InternetGateway
PrivateRoute:
Type: AWS::EC2::Route
DependsOn: NatGateway
Properties:
RouteTableId: !Ref PrivateRouteTable
DestinationCidrBlock: 0.0.0.0/0
NatGatewayId: !Ref NatGateway
PublicNetworkAcl:
Type: AWS::EC2::NetworkAcl
Properties:
VpcId: !Ref VPC
PrivateNetworkAcl:
Type: AWS::EC2::NetworkAcl
Properties:
VpcId: !Ref VPC
PublicNetworkAclEntryAllowPrivateRedshiftEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 101
Protocol: 6
PortRange:
From: 5439
To: 5439
RuleAction: allow
Egress: true
CidrBlock: !FindInMap
- SubnetConfig
- Private
- CIDR
PublicNetworkAclEntryAllowPrivatePostgresEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 102
Protocol: 6
PortRange:
From: 5432
To: 5432
RuleAction: allow
Egress: true
CidrBlock: !FindInMap
- SubnetConfig
- Private
- CIDR
PublicNetworkAclEntryAllowPrivateAuroraMySqlEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 103
Protocol: 6
PortRange:
From: 3306
To: 3306
RuleAction: allow
Egress: true
CidrBlock: !FindInMap
- SubnetConfig
- Private
- CIDR
PrivateNetworkAclEntryAllowRedshiftIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 101
Protocol: 6
PortRange:
From: 5439
To: 5439
RuleAction: allow
Egress: false
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
PrivateNetworkAclEntryAllowPostgresIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 102
Protocol: 6
PortRange:
From: 5432
To: 5432
RuleAction: allow
Egress: false
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
PrivateNetworkAclEntryAllowAuroraMySqlIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 103
Protocol: 6
PortRange:
From: 3306
To: 3306
RuleAction: allow
Egress: false
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
PublicNetworkAclEntryAllowPrivateSshEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 150
Protocol: 6
PortRange:
From: 22
To: 22
RuleAction: allow
Egress: true
CidrBlock: !FindInMap
- SubnetConfig
- Private
- CIDR
PublicNetworkAclEntryAllowAccessLocationSshIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 120
Protocol: 6
PortRange:
From: 22
To: 22
RuleAction: allow
Egress: false
CidrBlock: !Ref AccessLocation
PrivateNetworkAclEntryAllowBastionSshIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 120
Protocol: 6
PortRange:
From: 22
To: 22
RuleAction: allow
Egress: false
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
PublicNetworkAclEntryHttpIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 100
Protocol: 6
PortRange:
From: 80
To: 80
RuleAction: allow
Egress: false
CidrBlock: 0.0.0.0/0
PublicNetworkAclEntryHttpsIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 110
Protocol: 6
PortRange:
From: 443
To: 443
RuleAction: allow
Egress: false
CidrBlock: 0.0.0.0/0
PublicNetworkAclEntryHttpEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 100
Protocol: 6
PortRange:
From: 80
To: 80
RuleAction: allow
Egress: true
CidrBlock: 0.0.0.0/0
PublicNetworkAclEntryHttpsEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 110
Protocol: 6
PortRange:
From: 443
To: 443
RuleAction: allow
Egress: true
CidrBlock: 0.0.0.0/0
PrivateNetworkAclEntryHttpEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 100
Protocol: 6
PortRange:
From: 80
To: 80
RuleAction: allow
Egress: true
CidrBlock: 0.0.0.0/0
PrivateNetworkAclEntryHttpsEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 110
Protocol: 6
PortRange:
From: 443
To: 443
RuleAction: allow
Egress: true
CidrBlock: 0.0.0.0/0
PublicNetworkAclEntryNatIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 140
Protocol: 6
PortRange:
From: 1024
To: 65535
RuleAction: allow
Egress: false
CidrBlock: 0.0.0.0/0
PublicNetworkAclEntryNatEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 140
Protocol: 6
PortRange:
From: 32768
To: 65535
RuleAction: allow
Egress: true
CidrBlock: 0.0.0.0/0
PrivateNetworkAclEntryNatIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 140
Protocol: 6
PortRange:
From: 1024
To: 65535
RuleAction: allow
Egress: false
CidrBlock: 0.0.0.0/0
PrivateNetworkAclEntryNatEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 120
Protocol: 6
PortRange:
From: 32768
To: 65535
RuleAction: allow
Egress: true
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
PrivateNetworkAclEntryJupyterIngress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PrivateNetworkAcl
RuleNumber: 169
Protocol: 6
PortRange:
From: 9443
To: 9443
RuleAction: allow
Egress: false
CidrBlock: !FindInMap
- SubnetConfig
- Public
- CIDR
PublicNetworkAclEntryJupyterEgress:
Type: AWS::EC2::NetworkAclEntry
Properties:
NetworkAclId: !Ref PublicNetworkAcl
RuleNumber: 169
Protocol: 6
PortRange:
From: 9443
To: 9443
RuleAction: allow
Egress: true
CidrBlock: !FindInMap
- SubnetConfig
- Private
- CIDR
PublicSubnetNetworkAclAssociation:
Type: AWS::EC2::SubnetNetworkAclAssociation
Properties:
SubnetId: !Ref PublicSubnet
NetworkAclId: !Ref PublicNetworkAcl
PrivateSubnetNetworkAclAssociation:
Type: AWS::EC2::SubnetNetworkAclAssociation
Properties:
SubnetId: !Ref PrivateSubnet
NetworkAclId: !Ref PrivateNetworkAcl
NatGatewayElasticIP:
DependsOn: InternetGatewayAttachment
Type: AWS::EC2::EIP
Properties:
Domain: vpc
NatGateway:
Type: AWS::EC2::NatGateway
Properties:
AllocationId: !GetAtt NatGatewayElasticIP.AllocationId
SubnetId: !Ref PublicSubnet
S3VpcEndpoint:
Type: AWS::EC2::VPCEndpoint
Properties:
ServiceName: !Sub 'com.amazonaws.${AWS::Region}.s3'
VpcId: !Ref VPC
VpcEndpointType: Gateway
RouteTableIds:
- !Ref PrivateRouteTable
- !Ref PublicRouteTable
PolicyDocument:
Version: '2012-10-17'
Statement:
- Effect: Allow
Principal: '*'
Action: 's3:*'
Resource: '*'
BastionElasticIp:
Type: AWS::EC2::EIP
BastionElasticIPAssociation:
Type: AWS::EC2::EIPAssociation
Properties:
InstanceId: !Ref BastionInstance
EIP: !Ref BastionElasticIp
BastionInstance:
Type: AWS::EC2::Instance
DependsOn: InternetGatewayAttachment
Properties:
InstanceType: t3.nano
KeyName: !Ref BastionKeyName
SubnetId: !Ref PublicSubnet
SecurityGroupIds:
- !Ref BastionSecurityGroup
ImageId: !FindInMap
- AWSRegionArch2AMI
- !Ref AWS::Region
- HVM64
Monitoring: true
BlockDeviceMappings:
- DeviceName: /dev/sda1
Ebs:
VolumeSize: 8
BastionSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupDescription: Allows all ingress from AccessLocation
VpcId: !Ref VPC
SecurityGroupIngress:
- IpProtocol: -1
FromPort: -1
ToPort: -1
CidrIp: !Ref AccessLocation
ReceiveFromBastionSecurityGroup:
Type: AWS::EC2::SecurityGroup
Properties:
GroupDescription: Allows ingress from BastionSecurityGroup
VpcId: !Ref VPC
SecurityGroupIngress:
- IpProtocol: -1
FromPort: -1
ToPort: -1
SourceSecurityGroupId: !Ref BastionSecurityGroup
EmrCluster:
Type: AWS::EMR::Cluster
Properties:
Name: !Ref 'AWS::StackName'
ReleaseLabel: emr-5.29.0
Applications:
- Name: Hadoop
- Name: Ganglia
- Name: Spark
- Name: Hive
- Name: JupyterHub
Configurations:
- Classification: jupyter-s3-conf
ConfigurationProperties:
s3.persistence.enabled: true
s3.persistence.bucket: !Ref S3BucketName
- Classification: spark
ConfigurationProperties:
maximizeResourceAllocation: true
- Classification: spark-defaults
ConfigurationProperties:
spark.dynamicAllocation.enabled: true
spark.driver.maxResultSize: 0
spark.sql.parquet.fs.optimized.committer.optimization-enabled: true
spark.sql.hive.convertMetastoreParquet: true
spark.sql.catalogImplementation: hive
spark.serializer: org.apache.spark.serializer.KryoSerializer
spark.kryo.registrationRequired: false
spark.rdd.compress: true
spark.shuffle.compress: true
spark.shuffle.spill.compress: true
spark.storage.level: MEMORY_AND_DISK_SER
spark.memory.fraction: 0.6
spark.executor.extraJavaOptions: "-XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+G1SummarizeConcMark -XX:InitiatingHeapOccupancyPercent=35 -XX:-ResizePLAB -XX:+AlwaysPreTouch -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintAdaptiveSizePolicy -XX:+PrintFlagsFinal -XX:+PrintReferenceGC -XX:OnOutOfMemoryError='kill -9 %p'"
spark.driver.extraJavaOptions: "-XX:+UseG1GC -XX:+UnlockDiagnosticVMOptions -XX:+G1SummarizeConcMark -XX:InitiatingHeapOccupancyPercent=35 -XX:-ResizePLAB -XX:+AlwaysPreTouch -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintAdaptiveSizePolicy -XX:+PrintFlagsFinal -XX:+PrintReferenceGC -XX:OnOutOfMemoryError='kill -9 %p'"
spark.speculation: false
- Classification: spark-env
Configurations:
- Classification: export
ConfigurationProperties:
PYSPARK_PYTHON: /usr/bin/python3
- Classification: yarn-site
ConfigurationProperties:
yarn.nodemanager.vmem-check-enabled: false
yarn.nodemanager.pmem-check-enabled: false
yarn.scheduler.capacity.resource-calculator: 'org.apache.hadoop.yarn.util.resource.DominantResourceCalculator'
BootstrapActions:
- Name: InstallSystemUtils
ScriptBootstrapAction:
Path: !Sub 's3://${S3BucketName}/dist/emr/scripts/bootstrap/bootstrap-sysutils.sh'
- Name: InstallPythonLibs
ScriptBootstrapAction:
Path: !Sub 's3://${S3BucketName}/dist/emr/scripts/bootstrap/bootstrap-pylibs.sh'
Steps:
- Name: ConfigureJupyterConda
ActionOnFailure: CONTINUE
HadoopJarStep:
Jar: !Sub 's3://${AWS::Region}.elasticmapreduce/libs/script-runner/script-runner.jar'
Args:
- !Sub 's3://${S3BucketName}/dist/emr/scripts/step/configure-conda+jupyterhub.sh'
- Name: ConfigureJupyterHubUsers
ActionOnFailure: CONTINUE
HadoopJarStep:
Jar: !Sub 's3://${AWS::Region}.elasticmapreduce/libs/script-runner/script-runner.jar'
Args:
- !Sub 's3://${S3BucketName}/dist/emr/scripts/step/configure-jupyter-users.sh'
- !Select [ 0, !Ref JupyterHubUsers ]
- !Select [ 1, !Ref JupyterHubUsers ]
LogUri: !Sub 's3://${S3BucketName}/log/emr'
JobFlowRole: EMR_EC2_DefaultRole
ServiceRole: EMR_DefaultRole
AutoScalingRole: EMR_AutoScaling_DefaultRole
VisibleToAllUsers: true
Instances:
Ec2KeyName: !Ref EmrKeyName
Ec2SubnetId: !Ref PrivateSubnet
KeepJobFlowAliveWhenNoSteps: true
AdditionalMasterSecurityGroups:
- !Ref ReceiveFromBastionSecurityGroup
MasterInstanceGroup:
InstanceCount: 1
InstanceType: !Ref MasterNodeInstanceType
EbsConfiguration:
EbsBlockDeviceConfigs:
- VolumeSpecification:
SizeInGB: !Ref EbsVolumeSize
VolumeType: gp2
VolumesPerInstance: !Ref EbsVolumesCount
EbsOptimized: True
Market: ON_DEMAND
Name: Master
CoreInstanceGroup:
InstanceCount: !Ref CoreNodesCount
InstanceType: !Ref CoreNodeInstanceType
EbsConfiguration:
EbsBlockDeviceConfigs:
- VolumeSpecification:
SizeInGB: !Ref EbsVolumeSize
VolumeType: gp2
VolumesPerInstance: !Ref EbsVolumesCount
EbsOptimized: True
Market: !Ref Ec2Market
Name: Core
Outputs:
VPCId:
Value: !Ref VPC
Export:
Name: !Sub '${AWS::StackName}-VPC'
PublicSubnet:
Value: !Ref PublicSubnet
Export:
Name: !Sub '${AWS::StackName}-PublicSubnet'
PrivateSubnet:
Value: !Ref PrivateSubnet
Export:
Name: !Sub '${AWS::StackName}-PrivateSubnet'
BastionIp:
Value: !Ref BastionElasticIp
Export:
Name: !Sub '${AWS::StackName}-BastionIp'
BastionInstance:
Value: !Ref BastionInstance
Export:
Name: !Sub '${AWS::StackName}-BastionInstance'
BastionSg:
Value: !Ref BastionSecurityGroup
Export:
Name: !Sub '${AWS::StackName}-BastionSg'
ReceiveFromBastionSg:
Value: !Ref ReceiveFromBastionSecurityGroup
Export:
Name: !Sub '${AWS::StackName}-ReceiveFromBastionSg'
EmrClusterId:
Value: !Ref EmrCluster
Export:
Name: !Sub '${AWS::StackName}-EmrClusterId'
EmrMasterDnsName:
Value: !GetAtt EmrCluster.MasterPublicDNS
Export:
Name: !Sub '${AWS::StackName}-EmrMasterDnsName'