ALIYUN::EDAS::ClusterMember is used to add Elastic Compute Service (ECS) instances to a cluster.
Syntax
{
"Type": "ALIYUN::EDAS::ClusterMember",
"Properties": {
"Password": String,
"ClusterId": String,
"InstanceIds": List
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
Password | String | Yes | No | The password that is used to connect to the ECS instance. | None. |
ClusterId | String | Yes | No | The cluster ID. | None. |
InstanceIds | List | Yes | No | The IDs of the ECS instances. Separate multiple ECS instance IDs with commas (,). | None. |
Return values
Fn::GetAtt
ClusterMemberIds: the IDs of the machines in the cluster.
ClusterId: the cluster ID.
InstanceIds: the IDs of the ECS instances.
EcuIds: the Elastic Compute Unit (ECU) IDs of the ECS instances.