404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.16.139.76: ~ $
**Example 1: To create an AlwaysOn WorkSpace**

The following ``create-workspaces`` example creates an AlwaysOn WorkSpace for the specified user, using the specified directory and bundle. ::

    aws workspaces create-workspaces \
        --workspaces DirectoryId=d-926722edaf,UserName=Mateo,BundleId=wsb-0zsvgp8fc

Output::

    {
        "FailedRequests": [],
        "PendingRequests": [
            {
                "WorkspaceId": "ws-kcqms853t",
                "DirectoryId": "d-926722edaf",
                "UserName": "Mateo",
                "State": "PENDING",
                "BundleId": "wsb-0zsvgp8fc"
            }
        ]
    }

**Example 2: To create an AutoStop WorkSpace**

The following ``create-workspaces`` example creates an AutoStop WorkSpace for the specified user, using the specified directory and bundle. ::

    aws workspaces create-workspaces \
        --workspaces DirectoryId=d-926722edaf,UserName=Mary,BundleId=wsb-0zsvgp8fc,WorkspaceProperties={RunningMode=AUTO_STOP}

Output::

    {
        "FailedRequests": [],
        "PendingRequests": [
            {
                "WorkspaceId": "ws-dk1xzr417",
                "DirectoryId": "d-926722edaf",
                "UserName": "Mary",
                "State": "PENDING",
                "BundleId": "wsb-0zsvgp8fc"
            }
        ]
    }

For more information, see `Launch a virtual desktop <https://docs.aws.amazon.com/workspaces/latest/adminguide/launch-workspaces-tutorials.html>`__ in the *Amazon WorkSpaces Administration Guide*.

Filemanager

Name Type Size Permission Actions
create-tags.rst File 479 B 0644
create-workspaces.rst File 1.54 KB 0644
delete-tags.rst File 475 B 0644
deregister-workspace-directory.rst File 472 B 0644
describe-tags.rst File 571 B 0755
describe-workspace-bundles.rst File 1.05 KB 0644
describe-workspace-directories.rst File 2.35 KB 0644
describe-workspaces-connection-status.rst File 751 B 0644
describe-workspaces.rst File 1.18 KB 0644
migrate-workspace.rst File 563 B 0755
modify-workspace-creation-properties.rst File 725 B 0644
modify-workspace-properties.rst File 538 B 0644
modify-workspace-state.rst File 520 B 0644
reboot-workspaces.rst File 443 B 0644
rebuild-workspaces.rst File 449 B 0644
register-workspace-directory.rst File 528 B 0644
restore-workspace.rst File 411 B 0644
start-workspaces.rst File 550 B 0644
stop-workspaces.rst File 545 B 0644
terminate-workspaces.rst File 458 B 0644