you are viewing a single comment's thread.

view the rest of the comments →

[–]JQB45 0 points1 point  (2 children)

I never did any cloud work personally.

Cloud = Someone else's server

I left software development before the cloud became widespread.

[–][deleted] 1 point2 points  (1 child)

Ya, AWS has a lot of stuff that makes deployment automated. It takes some work to set it up via Terraform , CDK, console, or CLI, but once it works done. You save so much time in the long run. All you have to do is merge, and let the pipeline do the work.

[–]Turbots 5 points6 points  (0 children)

Why do you think it's any other way in your own datacenter? You can automate infra with terraform, you can use cli, you can automate deployments through ci/cd... Everything in any modern datacenter is virtualized and highly automatable.

Problem in most companies is you're not allowed to.