Adds 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 used to log on to the ECS instance. |
None. |
|
ClusterId |
String |
Yes |
No |
The cluster ID. |
None. |
|
InstanceIds |
List |
Yes |
No |
The IDs of the ECS instances to add. Separate multiple IDs with commas (,). |
None. |
Return values
Fn::GetAtt
-
ClusterMemberIds: the IDs of the cluster members.
-
ClusterId: the cluster ID.
-
InstanceIds: the IDs of the ECS instances.
-
EcuIds: the Elastic Compute Unit (ECU) IDs of the ECS instances.