strapi-community / strapi-tool-deployify

Easy deploy strapi to cloud platforms
MIT License
45 stars 2 forks source link

AWS provider #19

Open mighty-phoenix opened 1 year ago

mighty-phoenix commented 1 year ago

Feature Request

Please support AWS as provider. I want to be able to deploy my custom dockerized strapi v4 image on Amazon ECS in a way that the strapi server is highly scalable and available, enabling it to handle very high traffic.

Can you please also guide me in this direction with any knowledge that you may have on this topic?

Thanks! @Eventyret @bluszcz @stafyniaksacha @boazpoolman @banchereau

Eventyret commented 1 year ago

The Aws has been in the works but been re designed a bit as we don't know what way to go with it. Aws is quite broad topic as it could be ec2, EKS / ECS, fargate etc.

mighty-phoenix commented 1 year ago

I want to use ECS with fargate. @Eventyret I think it will complement strapi-tool-deployify perfectly. Any guidance would be highly appreciated. Thanks!

Eventyret commented 1 year ago

I want to use ECS with fargate. @Eventyret I think it will complement strapi-tool-deployify perfectly. Any guidance would be highly appreciated. Thanks!

I have not had any time to look at this. If you would know a good way to help out with it feel free to clone and make a PR.

If you want to use it with ECS and fargate we would need to combine or run both tools like Strapi Dockerize Tool to create it so it's a bit more then just "few steps"