Create Elastic IP Using Terraform
The Nautilus DevOps team is strategizing the migration of a portion of their infrastructure to the AWS cloud. Recognizing the scale of this undertaking, they have opted to approach the migration in incremental steps rather than as a single massive tr...
create-elastic-ip-using-terraform.hashnode.dev3 min read
Anik Sikder
Turning bugs into features since forever
Great walkthrough! The explanation about replacing vpc = true with domain = "vpc" was super helpful ran into that exact issue recently. Simple, clean Terraform config for allocating an EIP. Looking forward to the next part on provisioning EC2 with this setup!