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
A couple months ago I was successfully using IRSA on ROSA to forward metrics from one aws account's cloudwatch (the aws account associated with the ROSA cluster running my application pods) to another secondary aws account's cloudwatch. However, after restarting the pod around a month ago (which grabs from amazon/cloudwatch-agent:latest), it looks like even with the proper IAM roles set up for metric forwarding, the metrics from my application pod are not being forwarded to the other aws account's cloudwatch -- it is only being sent to the cloudwatch in the aws account associated with the ROSA cluster running my application pods.
Reverting to version v1.247360.0 or image amazon/cloudwatch-agent:1.247360.0b252689 resolved the issue.
What did you expect to see?
I expected to see the metrics from my application pod forwarded to my secondary aws account.
What did you see instead?
I did not see any forwarding, and the metrics are only sent to the cloudwatch for the ROSA cluster's associated aws account.
What version did you use?
I see the issue with amazon/cloudwatch-agent:latest, but do not see it with image amazon/cloudwatch-agent:1.247360.0b252689.
Thank you for bringing this issue to our attention.
We found that the root cause is EMF exporter translator missing a statement to pass the RoleARN component from the agent configuration. @SaxyPandaBear linked the PR to address this issue and you can track that PR for the progress.
Describe the bug
A couple months ago I was successfully using IRSA on ROSA to forward metrics from one aws account's cloudwatch (the aws account associated with the ROSA cluster running my application pods) to another secondary aws account's cloudwatch. However, after restarting the pod around a month ago (which grabs from
amazon/cloudwatch-agent:latest
), it looks like even with the proper IAM roles set up for metric forwarding, the metrics from my application pod are not being forwarded to the other aws account's cloudwatch -- it is only being sent to the cloudwatch in the aws account associated with the ROSA cluster running my application pods.Reverting to version
v1.247360.0
or imageamazon/cloudwatch-agent:1.247360.0b252689
resolved the issue.What did you expect to see?
I expected to see the metrics from my application pod forwarded to my secondary aws account.
What did you see instead?
I did not see any forwarding, and the metrics are only sent to the cloudwatch for the ROSA cluster's associated aws account.
What version did you use?
I see the issue with
amazon/cloudwatch-agent:latest
, but do not see it with imageamazon/cloudwatch-agent:1.247360.0b252689
.What config did you use?
The text was updated successfully, but these errors were encountered: