404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.253.148: ~ $
**To get information about all instances**

The following ``get-instances`` example displays details about all of the instances in the configured AWS Region. ::

    aws lightsail get-instances

Output::

    {
        "instances": [
            {
                "name": "Windows_Server_2016-1",
                "arn": "arn:aws:lightsail:us-west-2:111122223333:Instance/0f44fbb9-8f55-4e47-a25e-EXAMPLE04763",
                "supportCode": "62EXAMPLE362/i-0bEXAMPLE71a686b9",
                "createdAt": 1571332358.665,
                "location": {
                    "availabilityZone": "us-west-2a",
                    "regionName": "us-west-2"
                },
                "resourceType": "Instance",
                "tags": [],
                "blueprintId": "windows_server_2016",
                "blueprintName": "Windows Server 2016",
                "bundleId": "small_win_2_0",
                "isStaticIp": false,
                "privateIpAddress": "192.0.2.0",
                "publicIpAddress": "192.0.2.0",
                "hardware": {
                    "cpuCount": 1,
                    "disks": [
                        {
                            "createdAt": 1571332358.665,
                            "sizeInGb": 60,
                            "isSystemDisk": true,
                            "iops": 180,
                            "path": "/dev/sda1",
                            "attachedTo": "Windows_Server_2016-1",
                            "attachmentState": "attached"
                        },
                        {
                            "name": "my-disk-for-windows-server",
                            "arn": "arn:aws:lightsail:us-west-2:111122223333:Disk/4123a81c-484c-49ea-afea-5EXAMPLEda87",
                            "supportCode": "6EXAMPLE3362/vol-0EXAMPLEb2b99ca3d",
                            "createdAt": 1571355063.494,
                            "location": {
                                "availabilityZone": "us-west-2a",
                                "regionName": "us-west-2"
                            },
                            "resourceType": "Disk",
                            "tags": [],
                            "sizeInGb": 128,
                            "isSystemDisk": false,
                            "iops": 384,
                            "path": "/dev/xvdf",
                            "state": "in-use",
                            "attachedTo": "Windows_Server_2016-1",
                            "isAttached": true,
                            "attachmentState": "attached"
                        }
                    ],
                    "ramSizeInGb": 2.0
                },
                "networking": {
                    "monthlyTransfer": {
                        "gbPerMonthAllocated": 3072
                    },
                    "ports": [
                        {
                            "fromPort": 80,
                            "toPort": 80,
                            "protocol": "tcp",
                            "accessFrom": "Anywhere (0.0.0.0/0)",
                            "accessType": "public",
                            "commonName": "",
                            "accessDirection": "inbound"
                        },
                        {
                            "fromPort": 22,
                            "toPort": 22,
                            "protocol": "tcp",
                            "accessFrom": "Anywhere (0.0.0.0/0)",
                            "accessType": "public",
                            "commonName": "",
                            "accessDirection": "inbound"
                        },
                        {
                            "fromPort": 3389,
                            "toPort": 3389,
                            "protocol": "tcp",
                            "accessFrom": "Anywhere (0.0.0.0/0)",
                            "accessType": "public",
                            "commonName": "",
                            "accessDirection": "inbound"
                        }
                    ]
                },
                "state": {
                    "code": 16,
                    "name": "running"
                },
                "username": "Administrator",
                "sshKeyName": "LightsailDefaultKeyPair"
            },
            {
                "name": "MEAN-1",
                "arn": "arn:aws:lightsail:us-west-2:111122223333:Instance/bd470fc5-a68b-44c5-8dbc-8EXAMPLEbada",
                "supportCode": "6EXAMPLE3362/i-0EXAMPLEa407c97d3",
                "createdAt": 1570635023.124,
                "location": {
                    "availabilityZone": "us-west-2a",
                    "regionName": "us-west-2"
                },
                "resourceType": "Instance",
                "tags": [],
                "blueprintId": "mean_4_0_9",
                "blueprintName": "MEAN",
                "bundleId": "medium_2_0",
                "isStaticIp": false,
                "privateIpAddress": "192.0.2.0",
                "publicIpAddress": "192.0.2.0",
                "hardware": {
                    "cpuCount": 2,
                    "disks": [
                        {
                            "name": "Disk-1",
                            "arn": "arn:aws:lightsail:us-west-2:111122223333:Disk/c21cfb0a-07f2-44ae-9a23-bEXAMPLE8096",
                            "supportCode": "6EXAMPLE3362/vol-0EXAMPLEf2f88b32f",
                            "createdAt": 1566585439.587,
                            "location": {
                                "availabilityZone": "us-west-2a",
                                "regionName": "us-west-2"
                            },
                            "resourceType": "Disk",
                            "tags": [
                                {
                                    "key": "test"
                                }
                            ],
                            "sizeInGb": 8,
                            "isSystemDisk": false,
                            "iops": 100,
                            "path": "/dev/xvdf",
                            "state": "in-use",
                            "attachedTo": "MEAN-1",
                            "isAttached": true,
                            "attachmentState": "attached"
                        },
                        {
                            "createdAt": 1570635023.124,
                            "sizeInGb": 80,
                            "isSystemDisk": true,
                            "iops": 240,
                            "path": "/dev/sda1",
                            "attachedTo": "MEAN-1",
                            "attachmentState": "attached"
                        }
                    ],
                    "ramSizeInGb": 4.0
                },
                "networking": {
                    "monthlyTransfer": {
                        "gbPerMonthAllocated": 4096
                    },
                    "ports": [
                        {
                            "fromPort": 80,
                            "toPort": 80,
                            "protocol": "tcp",
                            "accessFrom": "Anywhere (0.0.0.0/0)",
                            "accessType": "public",
                            "commonName": "",
                            "accessDirection": "inbound"
                        },
                        {
                            "fromPort": 22,
                            "toPort": 22,
                            "protocol": "tcp",
                            "accessFrom": "Anywhere (0.0.0.0/0)",
                            "accessType": "public",
                            "commonName": "",
                            "accessDirection": "inbound"
                        },
                        {
                            "fromPort": 443,
                            "toPort": 443,
                            "protocol": "tcp",
                            "accessFrom": "Anywhere (0.0.0.0/0)",
                            "accessType": "public",
                            "commonName": "",
                            "accessDirection": "inbound"
                        }
                    ]
                },
                "state": {
                    "code": 16,
                    "name": "running"
                },
                "username": "bitnami",
                "sshKeyName": "MyTestKey"
            }
        ]
    }

Filemanager

Name Type Size Permission Actions
allocate-static-ip.rst File 824 B 0644
attach-disk.rst File 1.55 KB 0644
attach-instances-to-load-balancer.rst File 3.98 KB 0644
attach-load-balancer-tls-certificate.rst File 1.64 KB 0644
attach-static-ip.rst File 1.46 KB 0644
close-instance-public-ports.rst File 864 B 0644
copy-snapshot.rst File 5.39 KB 0644
create-disk-from-snapshot.rst File 1.3 KB 0644
create-disk-snapshot.rst File 3.42 KB 0644
create-disk.rst File 917 B 0644
create-domain-entry.rst File 1.45 KB 0644
create-domain.rst File 1.31 KB 0644
create-instance-snapshot.rst File 1.54 KB 0644
create-instances-from-snapshot.rst File 1.21 KB 0644
create-instances.rst File 3.09 KB 0644
create-key-pair.rst File 2.78 KB 0644
create-load-balancer-tls-certificate.rst File 1.88 KB 0644
create-load-balancer.rst File 2.51 KB 0644
create-relational-database-from-snapshot.rst File 1.35 KB 0644
create-relational-database-snapshot.rst File 1.65 KB 0644
create-relational-database.rst File 1.31 KB 0644
delete-auto-snapshot.rst File 1.11 KB 0644
delete-disk-snapshot.rst File 851 B 0644
delete-disk.rst File 774 B 0644
delete-domain-entry.rst File 1.06 KB 0644
delete-domain.rst File 1011 B 0644
delete-instance-snapshot.rst File 842 B 0644
delete-instance.rst File 1.92 KB 0644
delete-key-pair.rst File 710 B 0644
delete-known-host-keys.rst File 1.1 KB 0644
delete-load-balancer-tls-certificate.rst File 1.52 KB 0644
delete-load-balancer.rst File 2.03 KB 0644
delete-relational-database-snapshot.rst File 949 B 0644
delete-relational-database.rst File 2.11 KB 0644
detach-static-ip.rst File 1.43 KB 0644
get-active-names.rst File 359 B 0644
get-auto-snapshots.rst File 1.34 KB 0644
get-blueprints.rst File 4.21 KB 0644
get-bundles.rst File 1.7 KB 0644
get-cloud-formation-stack-records.rst File 1.59 KB 0644
get-disk-snapshot.rst File 1.07 KB 0644
get-disk-snapshots.rst File 1.89 KB 0644
get-disk.rst File 1011 B 0644
get-disks.rst File 1.74 KB 0644
get-domain.rst File 2.46 KB 0644
get-domains.rst File 7.94 KB 0644
get-export-snapshot-record.rst File 3.6 KB 0644
get-instance-access-details.rst File 5.97 KB 0644
get-instance-metric-data.rst File 2.47 KB 0644
get-instance-port-states.rst File 775 B 0644
get-instance-snapshot.rst File 1.15 KB 0644
get-instance-snapshots.rst File 2.26 KB 0644
get-instance-state.rst File 325 B 0644
get-instance.rst File 2.86 KB 0644
get-instances.rst File 8.36 KB 0644
get-key-pair.rst File 756 B 0644
get-key-pairs.rst File 828 B 0644
get-load-balancer-tls-certificates.rst File 1.99 KB 0644
get-load-balancer.rst File 1.88 KB 0644
get-load-balancers.rst File 2.06 KB 0644
get-operation.rst File 766 B 0644
get-operations-for-resource.rst File 2.13 KB 0644
get-operations.rst File 2.02 KB 0644
get-regions.rst File 1.32 KB 0644
get-relational-database-blueprints.rst File 2.21 KB 0644
get-relational-database-bundles.rst File 3.71 KB 0644
get-relational-database-events.rst File 946 B 0644
get-relational-database-log-events.rst File 3.06 KB 0644
get-relational-database-log-streams.rst File 443 B 0644
get-relational-database-master-user-password.rst File 464 B 0644
get-relational-database-metric-data.rst File 2.05 KB 0644
get-relational-database-parameters.rst File 2.24 KB 0644
get-relational-database-snapshot.rst File 1.31 KB 0644
get-relational-database-snapshots.rst File 2.5 KB 0644
get-relational-database.rst File 1.74 KB 0644
get-relational-databases.rst File 3.57 KB 0644
get-static-ip.rst File 732 B 0644
get-static-ips.rst File 1.36 KB 0644
is-vpc-peered.rst File 336 B 0644
open-instance-public-ports.rst File 858 B 0644
peer-vpc.rst File 815 B 0644
reboot-instance.rst File 813 B 0644
reboot-relational-database.rst File 894 B 0644
release-static-ip.rst File 783 B 0644
start-instance.rst File 779 B 0644
start-relational-database.rst File 851 B 0644
stop-instance.rst File 770 B 0644
stop-relational-database.rst File 844 B 0644
unpeer-vpc.rst File 824 B 0644