default event bus vs custom event bus

1

When to use default event bus and when to create our own custom event bus ?

질문됨 일 년 전1034회 조회
3개 답변
2
수락된 답변

You use the Default event bus for schedule based rules (although now I recommend using the new EventBridge Scheduler, which does not use any bus) or for events generated by AWS services.

If you create your own application that generates events, I recommend to use a Custom event bus.

profile pictureAWS
전문가
Uri
답변함 일 년 전
profile picture
전문가
검토됨 14일 전
1

Just in case If you need to have a queue to connect things I would suggest to create one pipe and distinguish destinations by preprocessing using filters, with no additional cost, pay only for events after filtering: The new feature: EventBridge Pipes https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-filtering.html

답변함 일 년 전
1

When you need to have different permissions on the bus. Generally, a good idea to have a separate bus https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-bus-perms.html

Evan
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠