lightsail_put_instance_public_ports: Opens ports for a specific Amazon Lightsail instance, and...

View source: R/lightsail_operations.R

lightsail_put_instance_public_portsR Documentation

Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol

Description

Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the instance through the ports, and the protocol. This action also closes all currently open ports that are not included in the request. Include all of the ports and the protocols you want to open in your put_instance_public_portsrequest. Or use the open_instance_public_ports action to open ports without closing currently open ports.

See https://www.paws-r-sdk.com/docs/lightsail_put_instance_public_ports/ for full documentation.

Usage

lightsail_put_instance_public_ports(portInfos, instanceName)

Arguments

portInfos

[required] An array of objects to describe the ports to open for the specified instance.

instanceName

[required] The name of the instance for which to open ports.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.