updating documentation

This commit is contained in:
2020-05-03 04:59:30 +01:00
parent 2ef0b3f5d7
commit b1a31b4f3f
2 changed files with 9 additions and 1 deletions

View File

@@ -338,3 +338,9 @@ When finished you should see:
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
```
## Terraform
### Elastic Beanstalk
Editing the EB default resources in Terraform: <https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/issues/98#issuecomment-620677233>.

View File

@@ -67,4 +67,6 @@ Configure EC2 with an Ansible playbook.
- Dockerise it + run on EC2/ECS/Fargate
- Use EBCLI + Config options for https. Generate SSL using lets encrypt.
Using certbot with docker: <https://certbot.eff.org/docs/install.html#running-with-docker>
Using certbot with docker: <https://certbot.eff.org/docs/install.html#running-with-docker>
Forcing http > https redirection: <https://github.com/awsdocs/elastic-beanstalk-samples/tree/master/configuration-files/aws-provided/security-configuration/https-redirect/nodejs>.