AWS - Running Metabase on AWS Elastic Beanstalk

Follow the instruction by...

Configuration Details

Instance type (Instances block) is for picking the size of AWS instance you want to run. Any size is fine but we recommend t2.small for most uses.

The Application health check URL is how Elastic Beanstalk knows when the application is ready to run, you must set this to /api/health.

Add Environment Variables

  • MB_DB_HOST

  • MB_DB_PORT=3306

  • MB_DB_TYPE=mysql

  • MB_DB_DBNAME

  • MB_DB_USER

  • MB_DB_PASS

  • MB_SITE_NAME

  • MB_SITE_LOCALE=zh-TW

  • JAVA_TIMEZONE=Asia/Taipei

Last updated

Was this helpful?