File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
awscli/customizations/emr Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 4848# create-cluster options help text
4949
5050CREATE_CLUSTER_DESCRIPTION = (
51- 'Creates an Amazon EMR cluster with the specified configurations. '
52- 'Quick start: '
53- 'aws emr create-cluster --release-label <release-label> '
54- '--instance-type <instance-type> --instance-count <instance-count>'
55- 'Values for the following can be set in the AWS CLI. '
56- 'config file using the <code>aws configure set</code> command: <code>--service-role, --log-uri, '
57- 'and InstanceProfile and KeyName arguments under --ec2-attributes.' )
51+ 'Creates an Amazon EMR cluster with the specified configurations.' )
5852
5953DESCRIBE_CLUSTER_DESCRIPTION = (
6054 'Provides cluster-level details including status, hardware '
511505 '<p>You must grant the execution role the permissions needed '
512506 'to access the same IAM resources that the step can access. '
513507 'The execution role can be a cross-account IAM Role.</p> '
514- )
508+ )
You can’t perform that action at this time.
0 commit comments