Skip to content

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

Notifications You must be signed in to change notification settings

gforien/terraform-full-ec2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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...)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages