Terraform config for an IPv6 capable EC2 instance on AWS.
Official AWS documentation on IPv6 EC2 instances
-
Run
terraform init
-
A new key pair was created on the AWS console with the name
ipv6_key
. -
Run
terraform plan -out=plan.tmp
-
Run
terraform apply "plan.tmp"
-
If you'd like to destroy the created infrastructure, run
terraform destroy
Happy hacking!
aodin, 2018