Skip to content
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

AWS: User data is limited to 16384 bytes #58

Open
DanielLopez-nbcuni opened this issue Apr 9, 2023 · 1 comment
Open

AWS: User data is limited to 16384 bytes #58

DanielLopez-nbcuni opened this issue Apr 9, 2023 · 1 comment

Comments

@DanielLopez-nbcuni
Copy link

DanielLopez-nbcuni commented Apr 9, 2023

Tried to create from the advanced CloudFormation script. Failed during the Ec2 Instance creation phase with the following error.

User data is limited to 16384 bytes (Service: AmazonEC2; Status Code: 400; Error Code: InvalidParameterValue; Request ID: 91bc53af-7754-42bf-be57-3a0f83c33de5; Proxy: null)

Had all optional things enabled and filled. Tried different sets of values with multiple tests, seems to be related to the lets encrypt process.

@DanielLopez-nbcuni
Copy link
Author

Seems like the LetsEncrypt process is broken. Requires an additional line to initiate registration with an email.

docker exec ${ACMESH_CONTAINER} acme.sh --register-account -m ${LETSENCRYPT_REGISTRATION_EMAIL}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant