Skip to content

devranaydin/aws-docker-fargate-metabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

How to install metabase with aws ecs fargate

1 Create your own cluster with a unique name with the following command :

  • aws ecs create-cluster --cluster-name fargate-cluster-name
  1. write $fargate-cluster-name ,$ACCOUNT_ID , $DB_ENDPOINT and $DB_PASSWORD

  2. JSON file for container definitions:

  • aws ecs register-task-definition --cli-input-json file://$HOME/tasks/fargate-task.json

Now our task is ready

Create your Application Load Balancer and Target Groups

Loadbalancer

Alt text

Target Group

Alt text

Create Security Groups

*  Security for postgresql Rds
*  Elb Security Groups
*  Create for Security Group for Application

Create Service

  1. Step

Alt text

  1. Step

Alt text

Alt text

3 Step

Alt text

If you have problems you can contact me at this website Vmward

About

How to install metabase with aws docker fargate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published