Listing Thumbnail

    Fully Managed, and Optimized Grafana with Prometheus

     Info
    Deployed on AWS
    AWS Free Tier
    Fully managed Prometheus & Grafana stack with automated setup, SSL, and domain mapping for seamless, secure, and production-ready monitoring on AWS.

    Overview

    This AMI provides a fully managed, secure, and production-optimized Prometheus and Grafana monitoring stack, preconfigured with Docker Compose and Apache. It simplifies deployment, configuration, and security management for modern observability environments.

    On first boot, an interactive setup script automates domain mapping, DNS validation, and SSL certificate provisioning via Let's Encrypt Certbot. The stack comes pre-tuned for performance, reliability, and ease of use, featuring an Apache reverse proxy for HTTPS access and centralized environment configuration through an .env file.

    Designed for both developers and DevOps engineers, this AMI delivers a ready-to-use monitoring solution ideal for Docker, Kubernetes, or standalone server infrastructures.

    Key Features:

    Automated installation of Prometheus and Grafana using Docker Compose

    SSL/TLS provisioning via Certbot with auto-renewal

    Domain mapping and DNS validation through guided first-boot setup

    Apache-based secure HTTPS access

    Optimized container configuration for production use

    Centralized environment file for easy updates and management

    Whether you're setting up a new monitoring stack or scaling existing infrastructure, this AMI ensures rapid deployment, strong security, and minimal manual configuration.

    Highlights

    • Unified Monitoring Stack: Preconfigured Prometheus and Grafana setup with Docker Compose for end-to-end observability out of the box.
    • Automated SSL & Domain Mapping: Integrated Let's Encrypt Certbot handles HTTPS configuration and DNS verification seamlessly.
    • Production-Ready & Secure: Apache reverse proxy, optimized containers, and centralized .env management ensure a stable and secure monitoring environment.

    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, and Optimized Grafana with Prometheus

     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
    m7i.16xlarge
    $0.00
    m6idn.large
    $0.00
    inf1.2xlarge
    $0.00
    m8i.48xlarge
    $0.00
    c3.2xlarge
    $0.00
    x1.32xlarge
    $0.00
    c7i.metal-48xl
    $0.00
    m5d.24xlarge
    $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. Unified Monitoring Stack: Preconfigured environment with Prometheus, Grafana, and Apache, deployed via Docker Compose for seamless observability and visualization.

    2. Guided First-Boot Script: Interactive setup script for domain mapping, SSL configuration, and initial deployment, including input validation, DNS verification, and failsafe retry logic.

    3. Automated SSL/TLS Provisioning: Integrated with Let's Encrypt and Certbot to automatically issue and configure SSL certificates for secure HTTPS access.

    4. Secure Configuration Management: Centralized .env file securely stores domain, IP address, port configuration, and Grafana admin credentials for easy management and future updates.

    5. Failsafe Initialization: Built-in failsafe mechanism ensures setup completion by automatically retrying interrupted or failed installation steps for both Prometheus and Grafana.

    6. Optimized Container Architecture: Docker Compose-based deployment ensures portability, isolation, and performance optimization for production-ready monitoring.

    7. Apache Virtual Host Automation: Automatically configures Apache virtual hosts and updates domain details for HTTP and HTTPS access for both services.

    8. Custom Domain Support: Simplified domain configuration process with DNS propagation checks before SSL issuance.

    9. Preconfigured Grafana Data Source: Grafana is ready to connect to Prometheus out-of-the-box, minimizing manual configuration.

    10. Production-Ready Monitoring: Tuned Prometheus and Grafana setup is ideal for monitoring infrastructure, Docker, Kubernetes, or standalone environments with minimal overhead.

    11. Secure Access Options: Easily extendable to enable Basic Authentication or other access controls for Grafana and Prometheus dashboards.

    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.

    3. Configure Security Group

      Allow inbound traffic on ports 22 (SSH), 80 (HTTP), and 443 (HTTPS).

    4. Connect to the Instance

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

    5. First-Boot Setup

      On first boot, the failsafe script automatically runs and performs:

      • Prompts to optionally map a custom domain for Grafana and/or Prometheus.
      • Validates that the domain's DNS A record points to your instance's public IP.
      • Configures Apache and prepares the environment for both services.
    6. Configure DNS (if using a domain)

      • Add an A record in your DNS pointing to the instance's public IP.
      • The script automatically verifies DNS propagation using multiple global resolvers.
    7. Automatic SSL Setup

      • Enter your email address when prompted for SSL notifications.
      • Certbot automatically issues and installs Let's Encrypt SSL certificates once DNS is validated.
      • Apache is reconfigured to serve both Grafana and Prometheus securely over HTTPS.
    8. Start Monitoring Stack

      Both Prometheus and Grafana containers start automatically using Docker Compose. You can manually check or restart the containers:

      cd /opt/app docker compose ps docker compose restart

    9. Access Dashboards

      • Prometheus:

        • If no domain: http://<public-ip>:9090
        • If domain with SSL: https://<your-domain>
      • Grafana:

        • If no domain: http://<public-ip>:3000
        • If domain with SSL: https://<your-domain>
    10. Login to Grafana

      Use the admin credentials stored in the environment file:

      /opt/app/.env

      Default username: root Password: (auto-generated and saved securely in .env)

    11. Environment File

      Centralized configuration for both Prometheus and Grafana:

      /opt/app/.env

      /opt/app/promethesu/.env

      Includes: domain, IP addresses, ports, and Grafana admin credentials.

    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.