skip to Main Content

Launch Template UserData is not MIME multipart format

I am trying to use a launch template for AWS batch jobs. The user-data template file is: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="==BOUNDARY==" --==BOUNDARY== Content-Type: text/cloud-boothook; charset="us-ascii" #cloud-boothook #!/bin/bash cloud-init-per once docker_options echo 'OPTIONS="$${OPTIONS} --storage-opt dm.basesize=20G"' >> /etc/sysconfig/docker --==BOUNDARY== Content-Type: text/cloud-config;…

VIEW QUESTION
Back To Top
Search