learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Build a CDN.

expected time requirements
60 minutes a computer

Goal: Learn how to create a CDN on GCP using Terraform.

Explanation

A CDN (Content Delivery Network) is a service that can cache static content of a website, distributed globally. This service improves security and performance.

\0/     +--- GCP CDN -----+      +--- Your website ---+
 | ---> |                 | ---> |                    |
/ \     +-----------------+      +--------------------+

Howto

We’ll use these resources to setup a CDN:

Demo

See this example repository.

Assignment

Questions

  1. Do you see a use-case for this in your environment?