Deploy Odoo Like a Pro.

One-click AWS CloudFormation template for Odoo Community 18.
Secure, optimized Nginx, and production-ready in minutes.

Windows Compatible Native PowerShell Ubuntu 22.04 LTS
PS C:\> .\scripts\deploy.ps1 -Name my-odoo
Deploying CloudFormation stack...
Stack created successfully!
------------------------------
URL: http://13.229.x.x
Admin: admin / admin123
------------------------------
PS C:\> _

Why Use This Template?

🚀

One-Click Deploy

Launch a full Odoo stack in under 10 minutes using native AWS CloudFormation infrastructure as code.

🔒

Secure by Default

Pre-configured security groups, Nginx reverse proxy with headers, and list_db=False protection.

💻

Cross-Platform

Native PowerShell scripts for Windows users. No WSL required. Works seamlessly on Linux/macOS too.

Performance Tuned

Optimized Nginx configuration (gzip, caching, timeouts) and PostgreSQL tuning out of the box.

Start Deploying

1

Clone Repository

git clone https://github.com/ihatesea69/odoo-community-aws-deployment.git
cd odoo-community-aws-deployment
2

Run Deploy Script

.\scripts\deploy.ps1 -Name my-odoo -KeyPair my-key
3

Access Odoo

Wait 5-10 mins, then visit the URL provided in the output.

Login: admin / admin123