Terraform – AWS Assign Pre-existing Elastic IP Address to an EC2 Instance
Elastic IP Addresses (EIP) are great as they provide you with a static IP address which you can use for an endpoint to your application, but when you are automating things with Terraform, you don’t want it to be continually re-created or that IP address will change, and if you have DNS records pointing at […]
More...