GithubHelp home page GithubHelp logo

iisyos / metabase_ecs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 45 KB

Terraform that launches Metabase on Fargate, mounts data on EFS, and connects to RDS.

Home Page: https://qiita.com/22x34/items/62e3ffb6e95120ab5552

Dockerfile 0.31% HCL 99.69%
aws terraform

metabase_ecs's Introduction

metabase_ecs

This repository is showing how to store Metabase data which running ECS on Fargate.

Description

All AWS resources are created by Terraform, see Deployment section. Architecture is below.

  1. VPC has two subnet sets, public and private respectively.
  2. ALB is accessible from the internet and forwards requests to ECS.
  3. ECS (on Fargate) is corresponding to Metabase application.
  4. EFS is store Metabase data permanently. So if ECS is down, Metabase data is not lost.
  5. RDS is in private subnet. ECS can access to RDS via Security Group.

Deployment

  1. Install Terraform and AWS CLI your local machine.
  2. Create RDS user and password by below aws-cli command.
% aws ssm put-parameter \
    --name "/metabase/rds/mysql/username" \
    --description "rds username" \
    --value "xxxxx" \
    --type String

% aws ssm put-parameter \
    --name "/metabase/rds/mysql/password" \
    --description "rds password" \
    --value "xxxxxxxxxxxx" \
    --type SecureString
  1. Apply Terraform.
% cd terraform
% terraform init
% terraform apply
  1. Access to Metabase via ALB DNS name. You can retrieve by Terraform output.And connect to DB with RDS user and password.
% terraform output alb_dns_name

metabase_ecs's People

Contributors

iisyos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.