- Newest
- Most votes
- Most comments
Based on the information provided, I don't see evidence in the sources that confirms a validation bug in EventBridge Scheduler regarding schedule name length during creation.
The sources provided don't specifically address schedule name length validation or any discrepancy between validation during creation versus deletion. The sources mainly cover:
- A specific issue with schedule expression format (the "at" expression format needs to be "at(yyyy-mm-ddThh:mm:ss)" without the Z timezone indicator)
- General API error types including ValidationException
- Examples of creating schedule groups and schedules with the AWS SDKs
If you're experiencing an issue where you can create a schedule with a name longer than 64 characters but then receive a validation error when trying to delete it, I would recommend:
- Double-check the AWS documentation for the specific name length requirements
- Consider implementing your own validation as you mentioned
- Report this potential bug through official AWS support channels or the AWS GitHub repositories
Without specific information in the provided sources about name length validation, I cannot confirm if this is indeed a bug in the EventBridge Scheduler service.
Sources
CreateSchedule - EventBridge Scheduler
Use CreateSchedule with an AWS SDK - AWS SDK Code Examples
answered a year ago
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated 2 years ago

No, i was able to create schedule with name more than 64 and when deleting the same i get above error