7
4 Comments

One click deployment of services to GCloud/AWS/Azure

Hi All,

I was wondering if there any platforms that allow deployment of services like mongodb, sql, redis, hashicorp vault to various cloud services in one click?
I could find that there's cloudformation templates available for mongodb and some other famous services in aws but didn't find some of the services I actually want (https://aws.amazon.com/quickstart/).

  1. 2

    If you're looking for something custom you could setup a task runner like Jenkins and have it manually or automatically kick off build and deployment tasks. It has a large ecosystem of plugins that make it fairly easy to run most tasks.

    Outside of that there are hosting providers that will do similar. This is probably more expensive than running a Jenkins server, as well as less configurable. Will depend on your needs which one is best.

    1. 1

      My requirement is to setup a service like mongodb into aws/google cloud having replica servers primary, secondary, behind an elastic load balancer with auto scaling configurations etc. I am aware of mlab that exactly does the same but I've found hosting it on our AWS account more flexible. Does jenkins configuration allow setting up all this or just runs a mongodb daemon in a single server?

  2. 1

    check out www.structure.sh for instant cloud deployment

  3. 0

    This comment was deleted 6 years ago

    1. 1

      I am aware of mlab that exactly does the same but I've found hosting it on our AWS account more flexible.