Vinod Kurup
Vinod Kurup
If you choose to set to Enable Encryption by setting `UseAES256Encryption: "true"`, you currently need to perform a manual step in the AWS EC2 console before you create your stack....
I noticed the following issues when terminating an EB stack. * 3 resources are not deleted and the event logs say that deletion was skipped: ContainerLogs (CloudWatch), PrivateAssetsBucket (S3), AssetsBucket...
The docs in the README are excellent, but don't specify every nitty gritty detail on how to get from zero to Hello World. Once users are familiar with aws-web-stacks, the...
I was just playing around in the interface and I set DB instance to 'none', but then got this error:  I'm not sure that it makes sense to not...
Adding a load balancer in front of the single EC2 instance would allow us to use the SSL cert from AWS, like the other approaches. It would be nice to...
Closes #87 I've added a test which fails on master and succeeds with this PR. (I also loosened some of the flake8 restrictions to get existing code to pass. I'd...
Django says [LOGIN_URL can be a URL or a named URL pattern](https://docs.djangoproject.com/en/2.2/ref/settings/#login-url), but LoginRequiredMiddleware assumes that it is a URL so named URL patterns don't work. I think this could...
@kmtracey noticed that during an unscheduled reboot, celerybeat didn't restart because the PID file was still in place. @dpoirier mentioned that we should place these files on a temporary filesystem...
When cron fails to run a command, it sends mail to the root user, but in our config that only appends it to the spool on the local box, without...
The upstart script included with Nginx via the PPA [doesn't work](https://bugs.launchpad.net/nginx/+bug/1476296). `reload` fails with an incorrect error message. ``` vkurup@ip-10-151-109-228:~$ sudo service nginx reload reload: Not running ``` `restart` claims...