https://github.com/sherifabdlnaby/alfred-aws-granted
An Alfred Workflow that uses granted.dev to quickly open multiple AWS Consoles in Browser
https://github.com/sherifabdlnaby/alfred-aws-granted
alfred alfred-workflow aws granted
Last synced: 5 months ago
JSON representation
An Alfred Workflow that uses granted.dev to quickly open multiple AWS Consoles in Browser
- Host: GitHub
- URL: https://github.com/sherifabdlnaby/alfred-aws-granted
- Owner: sherifabdlnaby
- License: mit
- Created: 2023-11-10T23:00:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:13:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T16:07:46.738Z (about 1 year ago)
- Topics: alfred, alfred-workflow, aws, granted
- Homepage:
- Size: 19.5 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Alfred AWS Console Granted

Alfred Workflow to use [granted](granted.dev) 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](granted.dev) CLI tool. Most of it's come from Granted itself. Thanks for the amazing tool.
# Prerequisites
- [granted](granted.dev) installed and configured.
1. Install Granted
```bash
brew tap common-fate/granted
brew install granted
```
2. Follow Granted's [Getting Started](https://docs.commonfate.io/granted/getting-started/)
# Installation
[Download]((https://github.com/sherifabdlnaby/alfred-aws-granted/releases/latest)) the latest `alfred-granted-*.alfredworkflow` file from [Releases](https://github.com/sherifabdlnaby/alfred-aws-granted/releases/latest).
# Usage
1. Open Alfred and type `aws` to see the list of AWS Accounts you have access to.
1. Use ⌘ to open to Console without selecting a service.
2. Use ⎇ to open to a specific region (By default granted uses Profile's region).
# License
[MIT License](./LICENSE)
Copyright (c) 2023 Sherif Abdel-Naby
# Credits
- [granted](granted.dev) for the Amazing CLI tool to manage AWS Console Access.
- Inspired by [aws-vault-alfred-workflow](https://github.com/kangaechu/aws-vault-alfred-workflow)
# Contribution
PR(s) are Open and Welcomed.