I've used this before (mid-September) and had no issues but for the last week I can't get it to deploy. Each time I try to deploy using CloudFormation the EC2 instance fails to deploy after a timeout, with errors in the EC2 cons (see the pastebin link below).
I've tried to deploy with multiple different instance types (r6i.large, t3.medium) but they all fail with the same error.
Anyone having the same issues? Anyone found a solution?
Eventually, I got to the bottom of this after it continued happening, even across regions.
The password I was using/passing into CloudFormation included a '$' character and that broke the deployment. When I remove that character the deployment works fine.
So for future reference, don't use passwords with $ signs in them.