HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/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
            }
        ]
    }