A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them.
A powerful workflow for quickly opening up AWS Console Services in your browser or searching for entities within them.
Supports Alfred 3 and 4
~/.aws/credentialsand
~/.aws/configfiles, respectively. This workflow will use your
defaultprofile by default within these files. See the official AWS docs for more info on how to configure these
To use, activate Alfred and type
awsto trigger this workflow. From there:
aws ec2 instances)
At any time: - press Enter to open the current result in your default browser - press ⌘+Enter to copy the result's URL to clipboard.
Note that you must be logged in for the page to open directly to your service. See this config file for the full list of supported services and their sub-services and this file for the list of supported searchers.
,as an alias for it to more quickly search for that entity. For example, in this workflow, the EC2 service's default entity is an EC2 instance, so
aws ec2 ,searchtermis a shorter alias for
aws ec2 instances searchterm. You can customize this alias by setting the
ALFRED_AWS_CONSOLE_SERVICES_WORKFLOW_SEARCH_ALIASenvironment variable to any other string.
ALFRED_AWS_CONSOLE_SERVICES_WORKFLOW_MAX_CACHE_AGE_SECONDSenvironment variable to the number of seconds that better suits your need.
See this README
See this README
Per the installation steps, you MUST add Alfred to the list of Developer Tool exceptions for Alfred to run any workflow that contains an executable (like this one)