https://linuxconfig.org/how-to-manage-the-expansion-of-empty-or-unset-bash-variables
Aws aurora database name does not allow hyphens
seems as if hyphens are not allowed but underscores are
Adding reCaptcha v2 to contact form 7
https://www.google.com/recaptcha/admin/site/567908249
How do I get nginx to forward HTTP POST requests via redirect?
https://serverfault.com/questions/312111/how-do-i-get-nginx-to-forward-http-post-requests-via-rewrite
Nginx hanging, resolver 127.0.0.11 not working
https://serverfault.com/questions/875531/what-dns-server-should-i-use-to-receive-aws-internal-addresses-for-my-nginx-reso/875565#875565 cat /etc/resolv.conf
Install logrotate manually
Check to see when version was installed. Today is Aug 26. So I did change something recently Manual install https://www.linuxfromscratch.org/blfs/view/svn/general/logrotate.html Im downloading this one https://github.com/logrotate/logrotate/releases/tag/3.17.0 https://github.com/logrotate/logrotate/releases/download/3.17.0/logrotate-3.20.1.tar.xz
logrotate high cpu, all of processies
https://www.estebanpastorino.com/2013/08/27/resource-consuming-logrotate/ https://unix.stackexchange.com/questions/302197/logrotate-uses-all-cpu-power interesting that though it was happening inside of a container, it was still showing up as logrotate in when using the top command
Could not require code from lambda layer
I deleted entire lambda stack and deployed again. Then it worked
The provided execution role does not have permissions to call CreateNetworkInterface on EC2
wanted to add vpc to lambda function https://stackoverflow.com/questions/41177965/aws-lambdathe-provided-execution-role-does-not-have-permissions-to-call-describ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
InsufficientCapabilitiesException: Requires capabilities : [CAPABILITY_AUTO_EXPAND] status code: 400, request id: ffbe4c91-a037-42ab-9e77-8e92bbd43184
CAPABILITY_AUTO_EXPAND Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from[…]