Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.48 KB

Alfred AWS Console Granted

demo

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.

Prerequisites

  • granted installed and configured.
    1. Install Granted
      brew tap common-fate/granted
      brew install granted
    2. Follow Granted's Getting Started

Installation

Download the latest alfred-granted-*.alfredworkflow file from Releases.

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 Copyright (c) 2023 Sherif Abdel-Naby

Credits

Contribution

PR(s) are Open and Welcomed.