Preparing the environment for Data Streams
Written by
Updated at January 22, 2025
- Log in to the management console
. If not signed up yet, navigate to the management console and follow the instructions. - On the Billing
page, make sure you have a billing account linked and it is inACTIVE
orTRIAL_ACTIVE
status. 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
editor
role for your folder. - Create a static access key.
- Set up the AWS CLI:
-
Install the AWS CLI
and run this command:aws configure
-
Enter the following one by one:
AWS Access Key ID [None]:
: Service account key ID.AWS Secret Access Key [None]:
: Service account secret key.Default region name [None]:
:ru-central1
.
-