Listing Thumbnail

    Fully Managed, Secured, and Optimized Odoo

     Info
    Deployed on AWS
    AWS Free Tier
    Fully automated Odoo platform with PostgreSQL and pgAdmin, preconfigured for production use. Includes optional domain mapping, SSL via Certbot, and an interactive setup wizard for seamless first-time configuration.

    Overview

    This AMI provides a ready-to-use Odoo ERP platform with an integrated PostgreSQL database and pgAdmin management interface - optimized for deployment on AWS. It includes an automated setup wizard that simplifies first-time configuration by guiding you through domain mapping, SSL setup with Certbot, and admin credential creation.

    Key components:

    Odoo: Open-source ERP with web UI accessible on port 8871 or via your custom domain.

    PostgreSQL: Secure backend database for Odoo.

    pgAdmin4: Web-based database management tool accessible on port 4723.

    Apache + Certbot: Automatically configures HTTPS for custom domains.

    Ideal for businesses and developers looking to launch Odoo quickly on AWS with minimal manual setup. The included failsafe.sh ensures reliability - automatically re-running setup scripts if interrupted.

    Highlights

    • One-Click Deployment: Preconfigured Docker stack with Odoo, PostgreSQL, and pgAdmin ready to use immediately after launch.
    • Built-In SSL & Domain Setup: Easily map your domain and enable HTTPS with automated Let's Encrypt integration.
    • Interactive Configuration Wizard: Step-by-step scripts for admin setup, environment configuration, and service initialization - no manual editing required.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Fully Managed, Secured, and Optimized Odoo

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (685)

     Info
    • ...
    Dimension
    Cost/hour
    t2.medium
    Recommended
    $0.00
    t3.micro
    AWS Free Tier
    $0.00
    r6in.xlarge
    $0.00
    g5.16xlarge
    $0.00
    r3.2xlarge
    $0.00
    c6id.16xlarge
    $0.00
    m5ad.24xlarge
    $0.00
    x2iezn.12xlarge
    $0.00
    m6in.16xlarge
    $0.00
    trn1.2xlarge
    $0.00

    Vendor refund policy

    This product is currently offered free of charge on AWS Marketplace. Since there are no fees associated with the use of this AMI, refunds are not applicable.

    Buyers may cancel use of the product at any time by terminating the associated Amazon EC2 instance.

    For any questions or concerns, please contact: Perimattic.com Email: aws@perimattic.com 

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes
    1. Initial Release - Fully integrated Odoo ERP platform with PostgreSQL and pgAdmin preconfigured in Docker containers.
    2. Automated First-Time Setup - Interactive wizard for configuring admin credentials, database, and domain mapping.
    3. Fail-Safe Initialization - Includes failsafe.sh to automatically re-run setup scripts if interrupted during boot.
    4. Domain Mapping Support - Easily connect a custom domain and validate DNS records during setup.
    5. SSL/TLS Automation - Built-in Certbot + Apache integration for automatic HTTPS certificate provisioning.
    6. Preconfigured Odoo Environment - Optimized configuration for performance, persistence, and easy customization.
    7. Database Security Enhancements - PostgreSQL user credentials synchronized with Odoo admin for secure access.
    8. pgAdmin Integration - Web-based interface for database administration, accessible via port 4723 or custom domain.
    9. Docker Compose Stack - Simplified service orchestration with restart policies and persistent volumes.
    10. Production-Ready Deployment - Designed for immediate use on AWS EC2 with minimal manual intervention.

    Additional details

    Usage instructions

    1. Launch an Instance

      From AWS Marketplace, click Continue to Subscribe and then Continue to Configuration.

    2. Choose the Recommended Instance Type

      Select t2.medium or larger for optimal performance and stability.

    3. Configure Security Group

      Allow inbound traffic on the following ports:

      • 22 (SSH) - for secure terminal access
      • 80 (HTTP) - for initial domain verification and setup
      • 443 (HTTPS) - for secure Odoo and pgAdmin access
      • 8871 - Odoo web interface (if not using SSL)
      • 4723 - pgAdmin web console (if not using SSL)
    4. Connect to the Instance

      ssh -i <your-key.pem> ubuntu@<public-ip>

    5. First-Boot Setup

      On first launch, initialization scripts automatically perform the following actions:

      • Detect your public IP address
      • Prompt whether to map a custom domain for Odoo access
      • Validate your DNS A record to ensure it resolves correctly
      • Prompt for an admin email (used for Odoo login, SSL, and notifications)
      • Generate or accept an admin password
      • Configure PostgreSQL, pgAdmin, and Odoo credentials
      • Prepare Apache virtual hosts for your chosen domain
      • Deploy the Odoo stack using Docker Compose with persistent storage
    6. Configure DNS (if using a custom domain)

      • Add an A record in your DNS provider pointing your domain (e.g., example.com) to your instance's public IP.
      • The setup automatically checks DNS propagation across multiple resolvers before continuing.
    7. Automatic SSL Setup

      • Once DNS validation is complete, Certbot issues and installs a free Let's Encrypt SSL certificate for your domain.
      • Apache is automatically configured to serve Odoo and pgAdmin securely over HTTPS.
    8. Start or Restart Services

      The Odoo stack starts automatically on boot. To manually verify or restart services:

      cd /opt/app docker compose ps docker compose restart

    9. Access Web Interfaces

      • Odoo ERP:

        • With domain: https://<your-domain>
        • Without domain: http://<public-ip>:8871
      • pgAdmin:

        • With domain: https://<your-domain>:4724
        • Without domain: http://<public-ip>:4723
    10. Login Credentials

      Default credentials are stored in the environment file:

      cat /opt/app/.env

      • Odoo Username: (value of ADMIN_EMAIL)
      • Odoo Password: (value of ADMIN_PASSWORD)
      • pgAdmin Username: (value of ADMIN_EMAIL)
      • pgAdmin Password: (value of ADMIN_PASSWORD)
    11. Environment File

      All configuration details - domain, admin email, credentials, database password, and SSL status - are stored in:

      /opt/app/.env

    Support

    Vendor support

    For any assistance or inquiries, our dedicated support team is here to help 24/7. Feel free to reach out to us anytime. Email: support@cro-digital.co.uk  We are committed to providing timely and effective solutions to meet your needs.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.