HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/lightsail/allocate-static-ip.rst
**To create a static IP**

The following ``allocate-static-ip`` example creates the specified static IP, which can be attached to an instance. ::

    aws lightsail allocate-static-ip \
        --static-ip-name StaticIp-1

Output::

    {
        "operations": [
            {
                "id": "b5d06d13-2f19-4683-889f-dEXAMPLEed79",
                "resourceName": "StaticIp-1",
                "resourceType": "StaticIp",
                "createdAt": 1571071325.076,
                "location": {
                    "availabilityZone": "all",
                    "regionName": "us-west-2"
                },
                "isTerminal": true,
                "operationType": "AllocateStaticIp",
                "status": "Succeeded",
                "statusChangedAt": 1571071325.274
            }
        ]
    }