AWS - Running Metabase on AWS Elastic Beanstalk
PreviousAWS - Running Puppeteer on AWS EC2NextGithub - Deploying a React Next.js App to AWS S3 with Github Actions
Last updated
Was this helpful?
Last updated
Was this helpful?
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
.
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