-
Bug
-
Resolution: Fixed
-
Major
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.
[JENKINS-13897] EC2 Userdata not being Base64 encoded
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 144365 ] | New: JNJira + In-Review [ 191053 ] |
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.