Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: ec2-plugin
-
Labels:
-
Similar Issues:
Description
Trying to start up an instance with any scripting in the userdata field I get Base64Encoding errors back from AWS. Per http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/instancedata-data-categories.html?r=8772 the UserData field needs to be base64 encoded and it's not.
Testing the following fix locally: https://github.com/ericNdfw/ec2-plugin/commit/58a738b4df6009c71686ab5a3a3eef5eac6c2819
Seems to work on our version, 1.477 - but will test latest as well to be sure and then will submit a pull request for review.