botocore.exceptions.ClientError: An error occurred (UnauthorizedOperation) when calling the DescribeAvailabilityZones operation: You are not authorized to perform this operation.
And when I try it with sudo,
botocore.exceptions.NoRegionError: You must specify a region.
I checked the .aws/config, it contains the following:
[default]
output = json
region = eu-west-1
Would you please help me to solve it?
Thanks in advance