AWS::Lightsail::Instance Networking
Networking
is a property of the AWS::Lightsail::Instance resource. It describes the public ports and the
monthly amount of data transfer allocated for the instance.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MonthlyTransfer" :
MonthlyTransfer
, "Ports" :[ Port, ... ]
}
YAML
MonthlyTransfer:
MonthlyTransfer
Ports:- Port
Properties
MonthlyTransfer
-
The monthly amount of data transfer, in GB, allocated for the instance
Required: No
Type: MonthlyTransfer
Update requires: Updates are not supported.
Ports
-
An array of ports to open on the instance.
Required: Yes
Type: Array of Port
Update requires: No interruption