Preparing the environment for Data Streams
Written by
Updated at October 18, 2023
- Log in to the management console
. If you do not have an account yet, go to the management console and follow the guide. - On the Billing
page, make sure you have a billing account linked and it has theACTIVE
orTRIAL_ACTIVE
status. If you do not yet have a billing account, create one. - If you do not have any folder, 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 the following command:aws configure
-
Enter the following one by one:
AWS Access Key ID [None]:
: Service account key ID.AWS Secret Access Key [None]:
: Secret access key of the service account.Default region name [None]:
:ru-central1
region.
-