- Newest
- Most votes
- Most comments
hello
An inactive schema in Amazon EventBridge refers to a schema that is not currently being used to validate incoming events on the associated event bus.
When you create a custom schema in the EventBridge Schema Registry, it becomes an active schema by default, meaning it can be used to validate events. However, you can choose to make a schema inactive (you can do this from the console or from the API), which means it will no longer be used to validate events sent to the event bus. Inactive schemas are still stored in the Schema Registry, but they are not applied to incoming events. You can view and manage both active and inactive schemas for your event buses in the EventBridge console under the "Schemas" section. Inactive schemas can be reactivated later if needed, allowing you to switch between active schemas as required. Maintaining inactive schemas can be useful for preserving historical schema versions or keeping schemas for event types that are no longer in use.
Hope This helps!
Relevant content
- asked 3 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 months ago

Thank you for your answer, can you link me to the api doc or console where I can toggle inactive/active schemas, currently I cannot see this option anywhere under Eventbridge console.