How to specify Ec2 Instance Attributes in a AWS EMR Cluster CloudFormation Template

0 votes
0

Very new to AWS and looking at EMR and hoping for some direction and information here. I want to create a cloud formation template for EMR using AWS:EMR:Cluster, however I don't see a way to specify my EC2 Attributes like, Security Groups and EC2 Instance profile.

Can you direct me how this accomplish this from a cloudforatemplate?

I saw the AdditionalInfo do I add the Ec2 JSON template there ?
Mar 4, 2022 in Others by Edureka
• 13,670 points
850 views

1 answer to this question.

0 votes
An Amazon EMR cluster is defined using the AWS::EMR::Cluster resource. This cluster consists of Amazon EC2 servers that handle and analyse massive volumes of data using open source big data frameworks and apps. The Amazon EMR Management Guide provides more information.

As part of the AWS::EMR::Cluster resource, Amazon EMR now allows you to launch task instance groups and fleets. Use the TaskInstanceGroups and TaskInstanceFleets subproperties of the JobFlowInstancesConfig property type to do this. When compared to using the AWS::EMR::InstanceGroupConfig and AWS::EMR::InstanceFleetConfig resources to specify task nodes, using these subproperties reduces provisioning time. For more information on how to utilise these subproperties, see the examples at the bottom of the page.
answered Mar 4, 2022 by gaurav
• 23,260 points

Related Questions In Others

0 votes
1 answer

How to create subnet inside a VPC in AWS using Terraform?

Hi@akhtar, You need to use aws_subnet resource inside your ...READ MORE

answered Jul 21, 2020 in Others by MD
• 95,440 points
431 views
0 votes
0 answers

How to find the username of the instance launched in amazon-ec2?

I m having trouble connecting to the ...READ MORE

Apr 4, 2022 in Others by Kichu
• 19,050 points
1,036 views
0 votes
0 answers

How to find the username of the instance launched in amazon-ec2?

I m having trouble connecting to the ...READ MORE

Apr 5, 2022 in Others by Kichu
• 19,050 points
261 views
0 votes
1 answer

What is a name function in JavaScript & how to define it?

A named function declares a name as ...READ MORE

answered Mar 7, 2019 in Others by Frankie
• 9,830 points
4,191 views
0 votes
1 answer
0 votes
1 answer

How to unistall a file in Linux?

You can uninstall a file using the ...READ MORE

answered Mar 8, 2019 in Others by Nabarupa
1,162 views
0 votes
0 answers

How to create a batch file in windows?

What is a batch file and How ...READ MORE

Jul 4, 2019 in Others by sindhu
494 views
0 votes
0 answers

How to create a Wordlist generator in Golang?

I want to create a Wordlist Generator ...READ MORE

Jul 14, 2019 in Others by Raj
• 180 points
622 views
0 votes
1 answer

How to install a GUI on Amazon AWS EC2 or EMR with the Amazon AMI

The top-level script for installing the GUI ...READ MORE

answered Mar 9, 2022 in Others by gaurav
• 23,260 points
582 views
0 votes
1 answer

How to use AWS S3 CLI to dump files to stdout in BASH?

All file objects must have their contents ...READ MORE

answered Mar 24, 2022 in Others by gaurav
• 23,260 points
1,626 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP