Deployment of Phoenix applications to AWS Elastic Beanstalk

That’s the one I mentioned earlier in the thread, but I haven’t tested it… I don’t have any projects where I’m using EB for the time being, but If you manage to make it work, please share the details with us. I do imagine it would be somewhat easier than hustling with AWS infra at least, cheers!

1 Like

I understand that there are three options to do [horizontal] scaling of applications [AWS]:

A. Lowest flexibility level: Elastic Beanstalk

B. Mid-range: AWS ECS

C. High-level [complex] with portability and great level of flexibility / configuration options: AWS EKS accompanied by AWS CodeCatalyst.

I have decided to study and use the most advanced option, C.

It was very insightful, learned new things, and made it work :slight_smile:

So, now I have some basic application deployed to a Kubernetes cluster in AWS, with Libcluster / Mnesia working using Cluster.Strategy.Kubernetes.DNS.

Now, I have variables holding dynamic values across nodes (a shared state).

I will surely share a tutorial later.

Thank you. Do not you agree that all other programming languages should be ditched except for Elixir ? :slight_smile: