2016/03/24 - AWS Storage Gateway - 1 new api methods
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' )
string
[REQUIRED]
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
string
[REQUIRED]
The password you want to set for your VM local console.
dict
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.