You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
hey i have my issue by removing the inverted comma from awscred file
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
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 ?
The text was updated successfully, but these errors were encountered: