diff --git a/awscli/examples/cloudformation/validate-template.rst b/awscli/examples/cloudformation/validate-template.rst index ca87fc7b365f..9c9f2f8d3410 100644 --- a/awscli/examples/cloudformation/validate-template.rst +++ b/awscli/examples/cloudformation/validate-template.rst @@ -1,8 +1,8 @@ **To validate an AWS CloudFormation template** -The following ``validate-template`` command validates the ``sampletemplate.json`` template:: +The following ``validate-template`` command validates the ``sampletemplate.json`` template in the Amazon S3 bucket named ``sample``:: - aws cloudformation validate-template --template-body file:////home//local//test//sampletemplate.json + aws cloudformation validate-template --template-url https://s3.amazonaws.com/sample/sample.template Output::