Skip to content

Conference about Inrastucture as Code (French) on Twitch, Jan 7th 2022

Notifications You must be signed in to change notification settings

sylzys/conference_insfrastucture_as_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains the code used for the Infrastructure as Code talk done on Jan 07th 2022 (French)

I talk about Terraform, Ansible and Pulumi and deploy S3 buckets, EC2 instances, static websites, EKS cluster...

The slides are available here

Terraform

To use this Terraform code, you need to install Terraform CLI, clone this repo, then use the following commands:

terraform init
terraform plan
terraform apply
terraform destroy (to take down all your stuff)

Pulumi

To use this Terraform code , you need to install for homebrew, or cholatery, or..., clone this repo, then use the following commands: (a virtual environnement should be automatically created, and requirements.txt packages should be installed)

pulumi new
pulumi up
pulumi destroy (to take down all your stuff)
Documentations

Terraform Ansible Pulumi

About

Conference about Inrastucture as Code (French) on Twitch, Jan 7th 2022

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published