Change AWS CLI profile
🔁

Change AWS CLI profile

Author
André Arruda
Tags
Development
Slug
Published
May 10, 2024
Tag

Windows

CMD
set AWS_PROFILE=profile_name
Powershell
$env:AWS_PROFILE = 'profile_name'

Linux or Mac

export AWS_PROFILE=profile_name