Skip to content

Latest commit

 

History

History

amazon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Amazon Web Services Terraform Experiments

Here we'll use aws-cli and a minimal complement of Terraform providers to

  • Create an IAM user
  • Provision cloud resources (like DNS)
  • Create a simple EKS cluster
  • Install additional Kubernetes infrastructure modules (like cert-manager, nginx-ingress, external-dns)
  • Install a container registry
  • Install cf-for-k8s

and much more.

The basics

For additional exploration