Skip to content

lamlion/odoo-terraform-aws

Repository files navigation

Automate Odoo 10 deployment on AWS with Terraform in Multi AZ setup

Building blocks used:

  • AWS EC2
  • AWS ELB
  • AWS RDS
  • CloudFlare

Preliminary tasks

====================

  1. Download and install Terraform.

Place the terraform binary in your environment path.

  1. 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
  1. 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
  1. Run Terraform
terraform plan -out anyfile.tfout
terraform apply anyfile.tfout

About

Automate Odoo 10 deployment on AWS with Terraform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published