Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CloudWatch ERROR: BotoServerError: 403 Forbidden #32

Open
aakhtar189 opened this issue Mar 23, 2018 · 2 comments
Open

CloudWatch ERROR: BotoServerError: 403 Forbidden #32

aakhtar189 opened this issue Mar 23, 2018 · 2 comments

Comments

@aakhtar189
Copy link

Iam gettting CloudWatch ERROR: BotoServerError: 403 Forbidden

i have configured everything and running the script like this:
./cron.RDS.sh "bettr-dev" "Aws Rds" "localhost" "aws_account_1" "ap-south-1"

my rds DBInstanceIdentifier = "bettr-dev"
my zabbix host name = "Aws Rds"
zabbix server is running at localhost
i have already given credential like this:
[aws_account_1]
aws_access_key_id = 'xxxxxxxxxxxxxxxxxxx'
aws_secret_access_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx'
region = "ap-south-1"

is everything fine? if not then what i am doing wrong ?

@Atem18
Copy link
Contributor

Atem18 commented Mar 23, 2018

Hi, "ap-southeast-1" is the proper name as region. Could be your problem.

@aakhtar189
Copy link
Author

hey i have my issue by removing the inverted comma from awscred file

@aakhtar189 aakhtar189 changed the title CloudWatch ERROR: BotoServerError: 403 Forbidden <ErrorResponse xmlns="http://monitoring.amazonaws.com/doc/2010-08-01/"> <Error> <Type>Sender</Type> <Code>InvalidClientTokenId</Code> <Message>The security token included in the request is invalid.</Message> </Error> <RequestId>bcde047d-2e78-11e8-9ab3-4d893f16afef</RequestId> </ErrorResponse> Traceback (most recent call last): File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 378, in <module> sendLatestCloudWatchData(zabbix_server, zabbix_host, cw_data) File "/opt/zabbix/cloudwatch/zabbixCloudWatch.py", line 214, in sendLatestCloudWatchData for cwdata in cloud_watch_data: TypeError: 'NoneType' object is not iterable CloudWatch ERROR: BotoServerError: 403 Forbidden Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants