eks-node-viewer icon indicating copy to clipboard operation
eks-node-viewer copied to clipboard

BUG: Support for AWS SSO profiles

Open nd-at-globetel opened this issue 2 months ago • 1 comments

I'm still encountering pricing:GetProducts and ec2:DescribeSpotPriceHistory permission error even if my AWS IdC SSO role has the proper permissions

This the version of my eks-node-viewer and aws-cli binaries

Image

I'm using eks-node-viewer --resources=cpu,memory command

Image

IAM SSO Role Permissions

Image

nd-at-globetel avatar Oct 07 '25 15:10 nd-at-globetel

It works but since the pricing stuff is done via AWS directly (not kube) - I need to explicitly ensure I have a (or preferably the matching) AWS profile selected as well as the kube context... so for example:

AWS_PROFILE=thefooaccount eks-node-viewer --context=thefoocluster

Usually both my AWS_PROFILE and default kube context is either unset or defaulting to a local dev profile ...

frimik avatar Oct 29 '25 09:10 frimik