AWS Storage Gateway

2016/03/24 - AWS Storage Gateway - 1 new api methods

SetLocalConsolePassword (new) Link ΒΆ

Sets the password for your VM local console. When you log in to the local console for the first time, you log in to the VM with the default credentials. We recommend that you set a new password. You don't need to know the default password to set a new password.

Request Syntax

client.set_local_console_password(
    GatewayARN='string',
    LocalConsolePassword='string'
)
type GatewayARN

string

param GatewayARN

[REQUIRED]

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

type LocalConsolePassword

string

param LocalConsolePassword

[REQUIRED]

The password you want to set for your VM local console.

rtype

dict

returns

Response Syntax

{
    'GatewayARN': 'string'
}

Response Structure

  • (dict) --

    • GatewayARN (string) --

      The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.