MacOS : segmentation fault error for assume-role
While working Maxbook pro (Apple M2 Pro) the "assume-role" was giving Segmentation fault :11 error.
assume-role dev
Segmentation fault: 11
SOLUTION:
I tried to fix the assume-role to work with M2 Chip , but unfortunately could not fix that. Then i stumble upon "awsume."
# brew install pipx # use pipx as this is officially recommend by awsume
# pipx ensurepath
Now restart your terminal
# pipx install awsume
Now Configure awsume.
# awsume-configure
Now you can test the awsume. It works as expected without segmentation fault error.
No comments