AWS::Lightsail::Instance Networking - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

JSON

{ "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