learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

SaaS or PaaS

expected time requirements
30 minutes none.

Goal: Make a conscious, balanced decision when using Saas services

Explanation

Most cloud providers offer lots of services that can be used to compose your infrastructure. Think of these services:

It’s typically easy to use these service, sometimes it’s even cheaper, although mostly it’s more expensive.

You can also build these services yourself.

Advantage of PAAS Disadvantage of PAAS
Works on any cloud. Requires more technical expertise.
Can be cheaper. You’re responsible yourself.

If you build services yourself, think about these potential issues:

Questions

  1. What’s your preference?
  2. Can you prevent cloud-lock-in?
  3. Would a hybrid model work?