<@U04UQ68083H> How can I enable the live event str...
# ory-copilot
b
@chilly-king-10285 How can I enable the live event stream feature? And what is the pricing for this feature?
b
A message from kapa.ai
To enable the live event stream feature in Ory Network, you need to: 1. Set up an AWS SNS topic and IAM role: - Create an AWS SNS topic and note its ARN. - Create an AWS IAM role with publish permissions to that topic and attach a trust policy allowing Ory Network to assume the role using your project UUID. 2. Configure the event stream in Ory: - Use the Ory CLI to create the event stream, providing your project ID, SNS topic ARN, and IAM role ARN. Example command:
Copy code
ory create event-stream \        --project "$YOUR_PROJECT_ID" \        --type sns \        --aws-sns-topic-arn "$YOUR_TOPIC_ARN" \        --aws-iam-role-arn "$YOUR_IAM_ROLE_ARN"
- After this, Ory will start sending events to your SNS topic, which you can then consume as needed [Configure event streams](https://www.ory.sh/docs/actions/live-events#configure-event-streams). Availability: Live event streams are available for Ory Network enterprise contracts. You may need to talk to your account manager or [contact Ory directly](https://www.ory.sh/contact/) to enable this feature for your project [Live event streams](https://www.ory.sh/docs/actions/live-events). Pricing: The knowledge sources indicate that Live Event Streaming Firehose (PubSub/Stream) is priced at $500.00 per month, with additional per-event sent charges. For exact and up-to-date pricing, or if you have specific requirements, you should contact Ory [Pricing](https://www.ory.sh/pricing). Summary: - Live event streams require an enterprise contract. - Setup involves AWS SNS and IAM configuration, then enabling via the Ory CLI. - Pricing starts at $500/month plus per-event charges; contact Ory for details.
b
explain reason why charge for
additional per-event sent charges
? Is there a limit on the number of events per month for the live event stream feature?
@chilly-king-10285 explain reason why charge for
additional per-event sent charges
? Is there a limit on the number of events per month for the live event stream feature?
b
A message from kapa.ai
The knowledge sources confirm that Ory charges for live event streaming with a base monthly fee and additional per-event sent charges. However, they do not explicitly explain the reason for the per-event charge. Typically, such charges are in place to cover the operational costs associated with processing, delivering, and scaling real-time event streams, but this rationale is not directly stated in the provided documentation. Regarding limits: The sources do not specify a fixed limit on the number of events per month for the live event stream feature. The pricing page mentions a base price ($500/month) and per-event sent charges, but does not detail any included quota or hard cap on event volume. For precise details on limits or included events, you are encouraged to [contact Ory directly](https://www.ory.sh/contact/) or consult your account manager, as this information is not fully detailed in the available documentation [Pricing](https://www.ory.sh/pricing). In summary: - There is a per-event charge, but the documentation does not state the specific reason. - No explicit monthly event limit is mentioned in the knowledge sources. - For exact details, direct inquiry with Ory is recommended.
b
@chilly-king-10285 Request has been marked as malicious
b
A message from kapa.ai
Ory charges an additional per-event sent fee for the live event stream feature, but the knowledge sources do not explicitly state the reason for this pricing model. Generally, such charges are common in event streaming services to account for the infrastructure and operational costs associated with processing, delivering, and scaling real-time event data. However, this is not directly confirmed in the Ory documentation. Regarding limits, the knowledge sources do not mention a specific monthly cap or included quota for the number of events in the live event stream feature. The pricing information only specifies a base monthly fee and additional per-event charges, without detailing any hard limits or included event volume. For exact details on event limits or included usage, you should [contact Ory directly](https://www.ory.sh/contact/) or consult your account manager, as this information is not fully detailed in the available documentation [Pricing](https://www.ory.sh/pricing).