Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to install Apache superset on a ECS container

I am working on Apache Superset, I was able to install it on a linux EC2 instance using docker , is there is any possibility to install it on ECS ?

like image 960
Nikita Avatar asked Jan 22 '26 19:01

Nikita


1 Answers

There are a couple of approaches to this.

First you can take the container image here and build an ECS task def / ECS service around it by bringing it up standalone. Make sure you enable ECS exec to be able to execute into the container and launch those commands. I have not tested this but I see no reason why it should not work.

I have also spent some time trying to make the docker compose files in the Superset GH repo work with Amazon ECS. You can read more about my findings here.

like image 76
mreferre Avatar answered Jan 25 '26 10:01

mreferre



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!