AWS CLI check and remove Command
You can remove the AWS CLI account configuration by deleting the .aws folder directly using PowerShell. Here’s a single PowerShell command to achieve this:
Remove-Item -Recurse -Force "$HOME\.aws"
Check aws cli account
aws sts get-caller-identity
sarthakwrites.hashnode.dev1 min read