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
{{ message }}
This repository was archived by the owner on Oct 26, 2019. It is now read-only.
Some Amazon images will only allow up to 16KB, so only 16,000 characters allowed.
This means that more than putting too many ssh keys (50?, 100?) in there could cause this to blow up.
One way to get around it would be to use userdata to add a particular user, and continue on to add subsequent keys elsewhere with that user, only removing it at the end.
The text was updated successfully, but these errors were encountered:
A common way to avoid this is to use a bootstrap script that downloads the a larger script from S3. It complicates the deployment process, as you need to upload to S3 and you should cleanup old scripts, but works fairly well. Uploading/downloading a zip/tarball of scripts also works well when things get more complex.
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
This means that more than putting too many ssh keys (50?, 100?) in there could cause this to blow up.
One way to get around it would be to use userdata to add a particular user, and continue on to add subsequent keys elsewhere with that user, only removing it at the end.
The text was updated successfully, but these errors were encountered: