AWS::PCS::Cluster Endpoint - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::PCS::Cluster Endpoint

An endpoint available for interaction with the scheduler.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Ipv6Address" : String, "Port" : String, "PrivateIpAddress" : String, "PublicIpAddress" : String, "Type" : String }

YAML

Ipv6Address: String Port: String PrivateIpAddress: String PublicIpAddress: String Type: String

Properties

Ipv6Address

The endpoint's IPv6 address.

Example: 2001:db8::1

Required: No

Type: String

Update requires: No interruption

Port

The endpoint's connection port number.

Example: 1234

Required: Yes

Type: String

Update requires: No interruption

PrivateIpAddress

For clusters that use IPv4, this is the endpoint's private IP address.

Example: 10.1.2.3

For clusters configured to use IPv6, this is an empty string.

Required: Yes

Type: String

Update requires: No interruption

PublicIpAddress

The endpoint's public IP address.

Example: 192.0.2.1

Required: No

Type: String

Update requires: No interruption

Type

Indicates the type of endpoint running at the specific IP address.

Required: Yes

Type: String

Allowed values: SLURMCTLD | SLURMDBD | SLURMRESTD

Update requires: No interruption