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 ?
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 ?