Unable to use large Cloud Formation templates because we get the following error:

       "at 'templateBody' failed to satisfy constraint: Member must have
         length less than or equal to 51200"

      We should upload to s3 and then use that URL to launch the template as the AWS web console does.

          [JENKINS-24643] Unable to launch large templates

          edovale added a comment -

          This should probably not be a bug but a missing feature. I am thinking that we should allow for the user to enter a URL to a cf template file.

          edovale added a comment - This should probably not be a bug but a missing feature. I am thinking that we should allow for the user to enter a URL to a cf template file.

          Adam Ocsvari added a comment -

          S3 support for json template would be really good.

          Adam Ocsvari added a comment - S3 support for json template would be really good.

          Adding 2 cents for people following the issue, you can use the following option in the aws cmd line:

          --template-url https://s3-<region>.amazonaws.com/...../yourtemplate.json

          url should be https link of the template.

          Tarvinder Singh added a comment - Adding 2 cents for people following the issue, you can use the following option in the aws cmd line: --template-url https://s3- <region>.amazonaws.com/...../yourtemplate.json url should be https link of the template.

            edovale edovale
            usmanismail Usman Ismail
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: