spring - How should i deploy all my APIs? -
i'm new aws , before realised how awesome is, cost of running ec2 instances hit me reality.
so here's problem-
i have 130 apis(spring boot) run application. , of yet, i've build them 15 modules. example - settings module has apis related changing username, password.
and uploaded these modules through elastic beanstalk 5 application - each consisting of 3 environments.
now feeling i'm doing wrong, cause cost spikes upto 300$ month. since i'm india, here amazon doesnt support reserved instances.
it'd great if guide me through on should done instead.
any great.
thanks
it's hard give solution without understanding requirements ex: peak load, dependencies of these applications, etc.
just based on preliminary info can try use amazon ecs/docker can deploy multiple applications on single host.
Comments
Post a Comment