Creating a service account user
1. Log in to the AWS Management Console
Open the AWS Management Console and navigate to your Redshift cluster.2. Connect to the cluster
Use a SQL client or AWS Query Editor v2 to connect to your Redshift cluster. Documentation: Connecting to an Amazon Redshift cluster3. Create the service account user
Run the following SQL command to create a new user. Replace service_account_user with your desired username and password with a secure password.- Replace
secure_passwordwith a strong password. - Replace
service_account_userwith the service account user name.