- AWS EC2
- AWS ELB
- AWS RDS
- CloudFlare
====================
- Download and install Terraform.
Place the terraform binary in your environment path.
- Create RSA keypair for accessing EC2 instance. Public key will be copied to the EC2 instance.
In OSX or Linux use the following command:
echo ""| ssh-keygen -t rsa -q -C devopskey1 -f secrets/devopskey1
- Create RSA keypair for using TLS on Odoo reverse proxy servers
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -nodes -days 730
- Run Terraform
terraform plan -out anyfile.tfout
terraform apply anyfile.tfout