This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::PCS::Cluster Endpoint
An endpoint available for interaction with the scheduler.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Ipv6Address" :String, "Port" :String, "PrivateIpAddress" :String, "PublicIpAddress" :String, "Type" :String}
YAML
Ipv6Address:StringPort:StringPrivateIpAddress:StringPublicIpAddress:StringType:String
Properties
Ipv6Address-
The endpoint's IPv6 address.
Example:
2001:db8::1Required: No
Type: String
Update requires: No interruption
Port-
The endpoint's connection port number.
Example:
1234Required: 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.3For 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.1Required: 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 | SLURMDBDUpdate requires: No interruption