Metabase

Metabase Verified

Open-source BI and analytics: query, visualize and dashboard your data

bianalyticsdashboards

Open-source BI and analytics: query, visualize and dashboard your data

  • Question builder over SQL or GUI, no BI expertise needed
  • Interactive dashboards with auto-refresh and drill-down
  • Embedded H2 for instant start; PostgreSQL/MySQL/Snowflake etc. as sources

Deploy quick reference

Launch URLStack Outputs → ResolvedLaunchUrl
The instance's public IPStack Outputs → PublicIp
Admin console/ · First visit opens the welcome/setup wizard: pick language, create the admin account, add a data source (or skip). There are no preset credentials.
See the full step-by-step guide in Deployment

Quick Deploy

Image pinned by verified digest
us-east-1
t3.medium
60 GB

≈ $39/mo — Verified default in us-east-1: ~$30.4 t3.medium + ~$2 for the 20 GB root and data volumes + $3.65 public IPv4 per month. H2 is single-node only; swap to RDS for HA.

After you deploy

  1. The CloudFormation wizard opens with everything prefilled (stack "corenova-metabase-v0-63-17") — review and click "Create stack".
  2. Wait until the stack status reaches CREATE_COMPLETE (about 10 minutes). Outputs are only visible after completion.
  3. Open the stack's Outputs tab — everything you need is there:
    • ResolvedLaunchUrlAccess URL — open this in your browser
    • PublicIpThe instance's public IP
    • PublicDnsNameThe instance's public DNS name
  4. Open the access URL in your browser — the app is ready to use.
  5. Admin consoleOpen your access URL followed by this path: /

    First visit opens the welcome/setup wizard: pick language, create the admin account, add a data source (or skip). There are no preset credentials.

Good to know

  • Verified with the embedded H2 database (default). For production, connect an external PostgreSQL/MySQL in the setup wizard.
  • Metabase needs ~1.5 GB RAM; the CFN 'medium' profile (t3.medium) is the minimum recommended size.
  • H2 data lives on a retained volume (/metabase.db). It keeps billing after stack deletion; snapshot it, then delete the volume when no longer needed.

Next steps

  • Your data lives at /metabase.db inside the container, on an encrypted EBS volume. Find the instance by its ID in the EC2 console.
  • Back up before any changes: Upgrading and backups guide
  • To upgrade to a newer verified version: Version history

Deleting the stack terminates the host, but the data volume is retained and continues billing. Snapshot it first, then delete the retained volume manually when you no longer need it.

VersionsVerified AtVerifiedStatusAWS Tested
v0.63.17Sep 11, 2026 VerifiedInitialAWS · referenced

Configuration

Container Port

3000

AWS Regions

us-east-1

Supported Architectures

x86_64

AMI

ami-025d99823a4caad37

Updates

v0.63.17Sep 11, 2026 VerifiedInitial

FAQ

  • CoreNova Launch verifies software and provides deployable artifacts; deployment runs in your own AWS account.
  • Verification status comes from the upstream Manifest — the site never guesses it.