Preparing the environment for Data Streams
Written by
Updated at August 15, 2025
- Log in to the management console. If you have not signed up yet, navigate to the management console and follow the instructions.
- On the Delphi Cloud Billing page, check whether you have a linked billing account with an
ACTIVEorTRIAL_ACTIVEstatus. If you do not have a billing account yet, create one. - If you do not have a folder yet, create one.
- Create a service account and assign it the
editorrole for your folder. - Create a static access key.
- Configure the AWS CLI:
-
Install the AWS CLI and run this command:
aws configure -
Enter the following values one by one when prompted:
AWS Access Key ID [None]:: Service account key IDAWS Secret Access Key [None]:: Service account secret keyDefault region name [None]::in-west
-