fastboot-aws
fastboot-aws copied to clipboard
A FastBoot server for AWS
I've managed to successfully create an Elastic Beanstalk app following the documentation. The ember app itself is zipped and deployed to S3 via `ember-cli-deploy-elastic-beanstalk`, which the eb server manages to...
If `FORCE_HTTPS` is set, will make a redirect if not using https at the Load Balancer. Parts of it shamelessly stolen from https://github.com/ember-fastboot/fastboot-app-server/issues/36. @tomdale ping!
I'm getting this error quite often which is causing the server to stop responding. I think it might be happening when the downloader downloads an archive with the same name...
Because of the [logic that fastboot-s3-downloader uses](https://github.com/tomdale/fastboot-s3-downloader/blob/master/index.js#L128) to extract output path from zip file names, any .zip filename without a dash in it will cause fastboot-aws to proceed with an...
There are so many different terms that "key" could pertain to (SSH?, AWS creds?), so I think this might make things easier to understand
Some of the general internet wisdom™ out there points users in a scary direction: one where it is suggested that the IAM keys used to deploy your EB app have...