gforien / terraform-full-ec2

Provisionner une instance AWS EC2 et ses ressources associées (VPC, internet gateway, security-group...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-full-ec2

Provision an EC2 instance and all its associated resources 🧰✅

  1. a VPC, default gateway, an entry in the routing table and a security group
  2. a subnet and a NIC
  3. the instance
  4. a DNS record pointing to the instance

👷‍♂️ Launch

terraform apply -auto-approve `
    -var "key_name=my_key"
    -var "zone_id=my_zone_id" `
    -var 'domain=test.gforien.com' `

About

Provisionner une instance AWS EC2 et ses ressources associées (VPC, internet gateway, security-group...)


Languages

Language:HCL 100.0%