From e4793d10ce493f62b15a9aaa4b72d41f7ecd8b16 Mon Sep 17 00:00:00 2001 From: Nisha Chatterjee <84740512+chatnish@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:26:03 -0600 Subject: [PATCH] Update helptext to remove information in create clusters description (#7090) --- awscli/customizations/emr/helptext.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/awscli/customizations/emr/helptext.py b/awscli/customizations/emr/helptext.py index 985e371e6eee..a659eeb628cf 100755 --- a/awscli/customizations/emr/helptext.py +++ b/awscli/customizations/emr/helptext.py @@ -48,13 +48,7 @@ # create-cluster options help text CREATE_CLUSTER_DESCRIPTION = ( - 'Creates an Amazon EMR cluster with the specified configurations. ' - 'Quick start: ' - 'aws emr create-cluster --release-label ' - '--instance-type --instance-count ' - 'Values for the following can be set in the AWS CLI. ' - 'config file using the aws configure set command: --service-role, --log-uri, ' - 'and InstanceProfile and KeyName arguments under --ec2-attributes.') + 'Creates an Amazon EMR cluster with the specified configurations.') DESCRIBE_CLUSTER_DESCRIPTION = ( 'Provides cluster-level details including status, hardware ' @@ -511,4 +505,4 @@ '

You must grant the execution role the permissions needed ' 'to access the same IAM resources that the step can access. ' 'The execution role can be a cross-account IAM Role.

' -) \ No newline at end of file +)