Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 519 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 519 Bytes

AWS IPv6

Terraform config for an IPv6 capable EC2 instance on AWS.

Official AWS documentation on IPv6 EC2 instances

Usage

  1. Run terraform init

  2. A new key pair was created on the AWS console with the name ipv6_key.

  3. Run terraform plan -out=plan.tmp

  4. Run terraform apply "plan.tmp"

  5. If you'd like to destroy the created infrastructure, run terraform destroy

Happy hacking!

aodin, 2018