Skip to content

Disable Serial Console Access

ec2_disable_serial_console_access R Documentation

Disables access to the EC2 serial console of all instances for your account

Description

Disables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

Usage

ec2_disable_serial_console_access(DryRun)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Value

A list with the following syntax:

list(
  SerialConsoleAccessEnabled = TRUE|FALSE
)

Request syntax

svc$disable_serial_console_access(
  DryRun = TRUE|FALSE
)