I want a list of clusters using Python (boto3). I did some research and found this command in the boto3 documentation (http://boto3.readthedocs.org/en/latest/reference/services/redshift.html#paginators) to load redshift.
self.client = boto3.resource('redshift')
but I get this error :
botocore.exceptions.DataNotFoundError: Unable to load data for: redshift
Other information:
I can access redshift with psycopg2. I can do sql commands on it, but there is no way to get a list of the clusters. I'm using python 3.4.3.