paws.storage (version 0.1.0)

storagegateway_set_local_console_password: Sets the password for your VM local console

Description

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.

Usage

storagegateway_set_local_console_password(GatewayARN,
  LocalConsolePassword)

Arguments

GatewayARN

[required]

LocalConsolePassword

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

Request syntax

svc$set_local_console_password(
  GatewayARN = "string",
  LocalConsolePassword = "string"
)

Examples

Run this code
# NOT RUN {
# Sets the password for your VM local console.
# }
# NOT RUN {
svc$set_local_console_password(
  GatewayARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
  LocalConsolePassword = "PassWordMustBeAtLeast6Chars."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab