You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using 0.9.0 and supplying a file to user_data the create action throws an error:
------Exception-------
Class: Kitchen::ActionFailed
Message: Failed to complete #create action: [Invalid BASE64 encoding of user data]
---Nested Exception---
Class: Aws::EC2::Errors::InvalidParameterValue
Message: Invalid BASE64 encoding of user data
If the user data file used has base64 encoded content then the create action is successful
The content of the user data file should be base64 encoded when being provided to aws sdk
The text was updated successfully, but these errors were encountered:
When using 0.9.0 and supplying a file to
user_data
thecreate
action throws an error:If the user data file used has base64 encoded content then the create action is successful
The content of the user data file should be base64 encoded when being provided to aws sdk
The text was updated successfully, but these errors were encountered: