A static public IPv4 address used in AWS that can be associated with resources or left unassociated. Even when detached from a workload, it may remain routable and visible from the internet. Security teams should track these addresses carefully because they can outlive the systems they once supported.
Expanded Definition
An Elastic IP Address is a persistent public IPv4 address in AWS that can be remapped between resources without changing the address itself. The key boundary is persistence: the address can remain allocated, routable, and externally visible even when the underlying workload is stopped, replaced, or detached.
That makes it different from ordinary instance-assigned public IPs, which usually change with lifecycle events. In practice, teams use Elastic IPs when they need a stable endpoint for allowlists, legacy integrations, DNS continuity, or rapid failover. The trade-off is that stability can outlive ownership, so an address may continue to exist after the original system has been decommissioned.
For cloud and identity practitioners, the common misunderstanding is treating the address as “just networking” rather than as an inventory item with an owner, purpose, and lifecycle. That matters because a publicly reachable address is part of the attack surface whether or not a workload is currently attached to it.
Examples and Use Cases
Elastic IPs appear in cloud operations where stable public reachability matters, especially when teams need continuity across maintenance or replacement events.
- A production web service keeps a fixed allowlist entry for an external partner that cannot easily update DNS-based targets.
- A disaster recovery pattern re-associates the same address to a standby resource after a failover event.
- A temporary migration uses the address to preserve inbound connectivity while the backend is rebuilt or resized.
- A legacy administrative endpoint remains reachable through a static address because downstream systems expect a fixed destination.
- An orphaned Elastic IP is left unattached after a cutover, but the allocation still exists and must still be tracked.
The practical trade-off is convenience versus lifecycle discipline. Stable addressing reduces coordination overhead, but it also creates a standing external reference that can be forgotten after the workload changes.
Security Implications
Elastic IPs create security exposure when they are retained without clear ownership, because the address can stay visible even after the original host is removed. That can confuse inventory, delay cleanup, and leave an address available for reassignment to a new workload that is not yet expected by firewall rules, monitoring, or DNS consumers.
Mismanagement also creates governance gaps. A detached address may still be observed by scanners or asset discovery tools, which can make it look like an exposed service, an abandoned cloud asset, or a shadow endpoint. If the address is later reattached, stale assumptions about its prior use can hide a real change in exposure.
Failure mechanism: lifecycle drift turns a stable address into a stale external dependency, especially when cloud ownership and network ownership are tracked separately.
Impact: teams can lose visibility into public exposure, misclassify assets during audits, and preserve attacker-facing entry points longer than intended.
Domain and Governance Relevance
Elastic IP management sits at the intersection of cloud governance, asset inventory, and exposure control. It is not an identity control by itself, but it directly affects how teams account for externally reachable services and how they determine whether a public endpoint is still legitimate.
For NHI and workload governance, the relevance is indirect but real: a stable address often supports machine-to-machine integrations, automated jobs, or service endpoints that depend on fixed network identity. When those systems change, the address may outlive the workload identity that originally used it, so ownership, renewal, and decommissioning need the same discipline applied to secrets, certificates, and service accounts.
Practitioners should treat the address as part of the operational control surface, not as a disposable network detail. That is especially important in cloud environments where resources are created and destroyed frequently, but public reachability can remain continuous.
Risk and Threat Considerations
Elastic IP risk is driven by persistence and reassignment. A publicly routable address can remain exposed after a workload is retired, and that creates dependency risk, inventory drift, and the possibility that an address is later attached to an unintended or weakly governed service.
Failure mechanism: the cloud allocation persists independently of the workload, so teams may forget that the address still exists, miss the ownership transfer, or allow stale network assumptions to remain in place during reassociation.
Impact: attack surface can persist after decommissioning, monitoring can point at the wrong asset, and external trust in a “known” address can be abused if the reassigned target is not equally controlled.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | ID.AM — Asset Management | Elastic IPs are public cloud assets that need inventory and ownership tracking. |
| PR.AC — Identity Management, Authentication and Access Control | Reassignment of a public address changes exposure and access assumptions. | |
| DE.CM — Security Continuous Monitoring | Detached or reassigned Elastic IPs should be detectable as exposure changes. | |
| Recommendation — Track Elastic IP allocation, attachment, and ownership in your asset inventory. Align access rules and trust boundaries before reattaching an Elastic IP. Monitor public IP state changes and alert on orphaned Elastic IPs. | ||
| CIS Controls v8 | 1 — Inventory and Control of Enterprise Assets | Elastic IPs are cloud assets that can outlive the workloads they support. |
| 6 — Access Control Management | Public reachability must match the intended service and its access rules. | |
| 13 — Network Monitoring and Defense | Public addresses should be monitored for unexpected exposure or reassignment. | |
| Recommendation — Maintain an inventory of Elastic IPs and remove unused allocations promptly. Review network access rules whenever an Elastic IP is attached or moved. Detect unexpected exposure by logging and alerting on Elastic IP changes. | ||
| OWASP Non-Human Identity Top 10 | NHI-01 — Secrets and Credential Management | Elastic IPs often support service endpoints that depend on machine-identity-controlled access. |
| Recommendation — Treat persistent service endpoints as part of the machine-identity trust boundary. | ||
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org