-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get the EC2 Startup Script Working #13
Labels
Comments
I have it writing a script similar to the following. So, I'm hoping this will work.
|
The following articles were good leads to what hopefully solves the problem. The UserData apparently needs to be in base64 format. http://stackoverflow.com/questions/6182315/how-to-do-base64-encoding-in-node-js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script handles sending the SQS queue messages to the EC2 instances. This is located in
api/services/amazon.js
->startupScript
.It looks something like this:
The text was updated successfully, but these errors were encountered: