Learn R Programming

paws.storage (version 0.1.12)

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)

Value

A list with the following syntax:

list(
  GatewayARN = "string"
)

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
if (FALSE) {
# Sets the password for your VM local console.
svc$set_local_console_password(
  GatewayARN = "arn:aws:storagegateway:us-east-1:999999999999:gateway/sgw-12A3456B",
  LocalConsolePassword = "PassWordMustBeAtLeast6Chars."
)
}

Run the code above in your browser using DataLab