

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 在 EventBridge Scheduler 中管理排程群組
<a name="managing-schedule-group"></a>

*排程群組*是您用來組織排程的 Amazon EventBridge 排程器資源。

您的 AWS 帳戶 隨附`default`排程器群組。您可以將新的排程與 `default`群組建立關聯，或與您建立和管理的排程群組建立關聯。您可以在 中建立最多 [500 個排程群組](https://docs.aws.amazon.com/scheduler/latest/UserGuide/scheduler-quotas.html) AWS 帳戶。使用 EventBridge Scheduler，您可以透過套用[標籤](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)來組織排程群組，而非個別排程。

*標籤*是由區分大小寫的索引鍵和您定義的區分大小寫值所組成的標籤。您可以建立標籤，以根據目標、擁有者或環境等條件來分類排程。例如，您可以使用下列標籤來識別排程所屬的環境：`environment:{{production}}`。

**重要**  
請勿在標籤中加入個人身分識別資訊 (PII) 或其他機密或敏感資訊。許多 AWS 服務都可以存取標籤，包括帳單。標籤不適用於私人或敏感資料。

排程群組有兩種可能[的狀態](https://docs.aws.amazon.com/scheduler/latest/APIReference/API_GetScheduleGroup.html#scheduler-GetScheduleGroup-response-State)：**ACTIVE** 和 **DELETING**。

第一次建立群組時，預設為 `ACTIVE` 。您可以將排程新增至 `ACTIVE`群組。當您刪除群組時，狀態會變更為 ，`DELETING`直到 EventBridge Scheduler 完成刪除相關聯的排程為止。EventBridge Scheduler 刪除群組中的排程後，您的帳戶就不再提供該群組。

使用下列主題來建立排程群組，並將標籤套用至其中。您也將建立排程與 群組的關聯。最後，您將刪除 群組。

**Topics**
+ [在 EventBridge Scheduler 中建立排程群組](managing-schedule-group-create.md)
+ [在 EventBridge 排程器中刪除排程群組](managing-schedule-group-delete.md)
+ [相關資源](#managing-schedule-group-related-resources)

## 相關資源
<a name="managing-schedule-group-related-resources"></a>

 如需排程群組的詳細資訊，請參閱下列資源：
+ *EventBridge Scheduler API 參考*中的 [CreateScheduleGroup](https://docs.aws.amazon.com/scheduler/latest/APIReference/API_CreateScheduleGroup.html) 操作。
+ *EventBridge Scheduler API 參考*中的 [DeleteScheduleGroup](https://docs.aws.amazon.com/scheduler/latest/APIReference/API_DeleteScheduleGroup.html) 操作。