Data Engineering Integration
- Data Engineering Integration H2L
- All Products
Property
| Description
|
|---|---|
AWS_ACCESS_KEY
| AWS access key for the user account to use to initialize the stack.
|
AWS_SECRET_ACCESS_KEY
| AWS secret access key for the user account to initialize the stack.
|
REGION
| AWS region in which to create the stack.
|
EMR_ROLE
| AWS EMR full access role. This role must be assigned to the user account that initializes the stack before this script is executed.
|
EC2_INSTANCE_PROFILE
| AWS ec2 access policy. This policy must be assigned to the user account that initializes the stack.
|
EC2_KEY_PAIR
| 2048-bit SSH-2 RSA key pair to use for stack security. For more information about key pair requirements and how to generate the key pair, see
Amazon documentation.
|
EC2_SUBNET
| AWS subnet id. This subnet should be present in the VPC in which the stack is created.
|
MASTER_SECURITY_GROUP
| AWS security group for master EMR node. The user account that initializes the stack must be assigned to this security group.
|
SLAVE_SECURITY_GROUP
| AWS security group for slave EMR node. The user account that initializes the stack must be assigned to this security group.
|
HADOOP_NODE_JDK_HOME
| AWS EMR JDK path. Required to modify the Hadoop connection for mappings run in Blaze mode.
|