It was to talk about "team restructuring"

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago* (1 child)

RabbitMQ is more expensive on AWS than e.g. SNS/SQS. It's not a coincidence, you're trading lock-in for a cheaper price.

The increased complexity comes from the fact you will need some components which exist in either managed, but vendor lock-in form, or you need to spin them up / managed yourself.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago

    Right, paying for managed services whether cloud native or not is pretty much the same thing, it hurts in the pocket. Spinning up your own RabbitMQ on a VM is both cheap and cloud agnostic, especially if sized right.

  • source
  • parent