Alfred Workflow to use granted to quickly open multiple AWS Console in Browser.
- Open Different AWS Accounts in Browser at the same time.
- Open Directly to a specific AWS Service.
- Open to a specific AWS Region.
- Prompt for Login/MFA if needed.
This workflow is a wrapper around granted CLI tool. Most of it's come from Granted itself. Thanks for the amazing tool.
- granted installed and configured.
- Install Granted
brew tap common-fate/granted brew install granted
- Follow Granted's Getting Started
- Install Granted
Download the latest alfred-granted-*.alfredworkflow
file from Releases.
- Open Alfred and type
aws
to see the list of AWS Accounts you have access to.- Use ⌘ to open to Console without selecting a service.
- Use ⎇ to open to a specific region (By default granted uses Profile's region).
MIT License Copyright (c) 2023 Sherif Abdel-Naby
- granted for the Amazing CLI tool to manage AWS Console Access.
- Inspired by aws-vault-alfred-workflow
PR(s) are Open and Welcomed.