Start events and provision accounts

Depending on your event configuration, your event can:

Event lifecycle

High level lifecycle of an event is as follows:

drawing-8-1775331637.png

The "Provisioning" step (aka "Preparing account") is what can take the longest as this is during this steps the accounts are configured and resources (if any) are created.

For account template creating resources in the accounts, we recommend pre-provisioning the account before the event starts as otherwise, the provisioning step will count towards the event duration.

A concrete example:

Let's assume you event must run for 2 days and you have 50 participants. Each account preparation takes 1 hour. 

By default, AWS Codebuild (used to create resources in the accounts) is limited to 15 concurrent executions. So you could only parallelise 15 accounts provisioning.

In total:

15 accounts x 1h + 15 accounts x 1h + 15 accounts x 1h + 5 accounts x 1h = 4h to provision all accounts.

So your users will have to wait for all the accounts to be created before accessing the event!

Starting an event

Open the event and click on the "Start event":

image.png

If the accounts have not been provisioned manually, they will be automatically be when the event starts.

Pre-provision accounts

If you want to prepare the accounts before the event starts, click on the small arrow in the "Start event" button and select "Prepare accounts only":

image.png

This will trigger the accounts preparation:

image.png

You can follow progress by going to the "Accounts" tab:

image.png

After a few minutes (depending on your launch template), the event is ready to start:

image.png

You can now start the event!


Revision #4
Created 2026-04-04 19:22:16 UTC by Paul
Updated 2026-04-04 20:21:10 UTC by Paul