noxdafox / rabbitmq-cloudwatch-exporter

RabbitMQ Plugin for publishing cluster metrics to AWS CloudWatch
Mozilla Public License 2.0
41 stars 9 forks source link

need to avoid using access key and secret key #13

Closed KursLabIgor closed 4 years ago

KursLabIgor commented 4 years ago

For configuration permissions usually assign role with required permissions. Need to use for example ec2 metadata endpoint for getting creds.

noxdafox commented 4 years ago

Hello,

I am not sure what you are asking.

If the issue is the need of putting the access and secret keys, please note that it's optional.

The plugin will try to guess them automatically from the environment and the instance role.

KursLabIgor commented 4 years ago

@noxdafox instance role this what i mean.