Skip to content

Commit fbf2b7f

Browse files
author
AWS
committed
AWS Parallel Computing Service Update: Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues.
1 parent 2ee1732 commit fbf2b7f

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Parallel Computing Service",
4+
"contributor": "",
5+
"description": "Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues."
6+
}

services/pcs/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
},
438438
"status":{
439439
"shape":"ClusterStatus",
440-
"documentation":"<p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note>"
440+
"documentation":"<p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html\">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>"
441441
},
442442
"createdAt":{
443443
"shape":"SyntheticTimestamp_date_time",
@@ -541,7 +541,9 @@
541541
"DELETING",
542542
"CREATE_FAILED",
543543
"DELETE_FAILED",
544-
"UPDATE_FAILED"
544+
"UPDATE_FAILED",
545+
"SUSPENDING",
546+
"SUSPENDED"
545547
]
546548
},
547549
"ClusterSummary":{
@@ -577,7 +579,7 @@
577579
},
578580
"status":{
579581
"shape":"ClusterStatus",
580-
"documentation":"<p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note>"
582+
"documentation":"<p>The provisioning status of the cluster.</p> <note> <p>The provisioning status doesn't indicate the overall health of the cluster.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html\">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>"
581583
}
582584
},
583585
"documentation":"<p>The object returned by the <code>ListClusters</code> API action.</p>"
@@ -625,7 +627,7 @@
625627
},
626628
"status":{
627629
"shape":"ComputeNodeGroupStatus",
628-
"documentation":"<p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note>"
630+
"documentation":"<p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html\">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>"
629631
},
630632
"amiId":{
631633
"shape":"AmiId",
@@ -716,7 +718,9 @@
716718
"CREATE_FAILED",
717719
"DELETE_FAILED",
718720
"UPDATE_FAILED",
719-
"DELETED"
721+
"DELETED",
722+
"SUSPENDING",
723+
"SUSPENDED"
720724
]
721725
},
722726
"ComputeNodeGroupSummary":{
@@ -757,7 +761,7 @@
757761
},
758762
"status":{
759763
"shape":"ComputeNodeGroupStatus",
760-
"documentation":"<p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note>"
764+
"documentation":"<p>The provisioning status of the compute node group.</p> <note> <p>The provisioning status doesn't indicate the overall health of the compute node group.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html\">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>"
761765
}
762766
},
763767
"documentation":"<p>The object returned by the <code>ListComputeNodeGroups</code> API action.</p>"
@@ -1371,7 +1375,7 @@
13711375
},
13721376
"status":{
13731377
"shape":"QueueStatus",
1374-
"documentation":"<p>The provisioning status of the queue.</p> <note> <p>The provisioning status doesn't indicate the overall health of the queue.</p> </note>"
1378+
"documentation":"<p>The provisioning status of the queue.</p> <note> <p>The provisioning status doesn't indicate the overall health of the queue.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html\">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>"
13751379
},
13761380
"computeNodeGroupConfigurations":{
13771381
"shape":"ComputeNodeGroupConfigurationList",
@@ -1407,7 +1411,9 @@
14071411
"DELETING",
14081412
"CREATE_FAILED",
14091413
"DELETE_FAILED",
1410-
"UPDATE_FAILED"
1414+
"UPDATE_FAILED",
1415+
"SUSPENDING",
1416+
"SUSPENDED"
14111417
]
14121418
},
14131419
"QueueSummary":{
@@ -1448,7 +1454,7 @@
14481454
},
14491455
"status":{
14501456
"shape":"QueueStatus",
1451-
"documentation":"<p>The provisioning status of the queue.</p> <note> <p> The provisioning status doesn't indicate the overall health of the queue.</p> </note>"
1457+
"documentation":"<p>The provisioning status of the queue.</p> <note> <p> The provisioning status doesn't indicate the overall health of the queue.</p> </note> <important> <p>The resource enters the <code>SUSPENDING</code> and <code>SUSPENDED</code> states when the scheduler is beyond end of life and we have suspended the cluster. When in these states, you can't use the cluster. The cluster controller is down and all compute instances are terminated. The resources still count toward your service quotas. You can delete a resource if its status is <code>SUSPENDED</code>. For more information, see <a href=\"https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html\">Frequently asked questions about Slurm versions in PCS</a> in the <i>PCS User Guide</i>.</p> </important>"
14521458
}
14531459
},
14541460
"documentation":"<p>The object returned by the <code>ListQueues</code> API action.</p>"

0 commit comments

Comments
 (0)