Questions tagged [elastic-ip]

An Elastic Internet Protocol (EIP) is a fixed IP address specifically created for the ever-changing landscape of cloud computing.

Creating a unique Elastic IP address for a single EC2 instance with the AWS CDK

I'm having an issue with my AWS CDK Stack where multiple Elastic IPs are being created for each public subnet in my VPC instead of just one. I only want one Elastic IP to be associated with a single EC2 instance. My simplified code snippet is as follows: ...