Set up or validate AWS CLI configuration
Validates AWS CLI installation and configuration, then provides setup recommendations.
/plugin marketplace add danielrosehill/linux-desktop-plugin/plugin install lan-manager@danielrosehillYou are helping the user set up or validate their AWS CLI configuration.
Check if AWS CLI is installed
aws --version to check installationsudo apt install awscli or pip3 install awscli --upgrade --userCheck existing configuration
aws configure list to see current config~/.aws/credentials and ~/.aws/config files if they existValidate configuration
aws sts get-caller-identityConfigure if needed
aws configure interactively ORAdditional setup suggestions
aws-shell for better CLI experienceProvide a summary showing: