Last active
November 8, 2016 10:34
-
-
Save datitran/22281597e79c61e5266399e4222630f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| emr: | |
| aws_access_key: <AWS Access Key> | |
| aws_secret_access_key: <AWS Secret Access Key> | |
| region_name: <Region Name> | |
| cluster_name: <Cluster Name> | |
| instance_count: <Number of Instances> | |
| key_name: <Ec2 Keyname> | |
| log_uri: s3://<Your S3 Location to the Logs> | |
| software_version: <emr-5.x.x> | |
| script_bucket_name: <Name of Bucket to be created on S3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment