All Projects → kangaechu → Aws Vault Alfred Workflow

kangaechu / Aws Vault Alfred Workflow

Alfred workflow to Open AWS in your browser via aws-vault

Labels

Projects that are alternatives of or similar to Aws Vault Alfred Workflow

Compiletools
Build C++ fast, with practically no configuration
Stars: ✭ 16 (-30.43%)
Mutual labels:  makefile
New Php Project
Template for new PHP projects. Also see https://github.com/JeroenDeDauw/new-php-library
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Network Programming With Go
Network programming with Go
Stars: ✭ 903 (+3826.09%)
Mutual labels:  makefile
Articles
Article Publish in Wechat & Toutiao
Stars: ✭ 896 (+3795.65%)
Mutual labels:  makefile
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Live
Automated module and configuration reloader.
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Mesos Dns Pkg
Packaging utilities for Mesos-DNS
Stars: ✭ 16 (-30.43%)
Mutual labels:  makefile
Aospbuild
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
Emojione Color Font
End of Life. Switch to https://github.com/eosrei/twemoji-color-font
Stars: ✭ 899 (+3808.7%)
Mutual labels:  makefile
Isel Leic Si 1920inv Li52d Leirt51d
Recursos das aulas de Segurança Informática - Semestre de Inverno 2019/20 - Turma LI52D-LEIRT51D
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Hdfs Spark Hive Dev Setup
This repository contains makescript and instruction on how to setup local hdfs+spark+hive setup.
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Gitsem
a command line utility for managing semantically versioned (semver) git tags
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Gitpr
Quick reference guide on fork and pull request workflow
Stars: ✭ 902 (+3821.74%)
Mutual labels:  makefile
Cxcore
A prebuilt Linux system use UEFI and f2fs for RaspberryPi 3B, RaspberryPi 3B+, RaspberryPi 4B
Stars: ✭ 17 (-26.09%)
Mutual labels:  makefile
Openwrt Dvb
OpenWrt feed focused on DVB applications
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Ports
Developer FreeBSD Haskell "overlay" for the mighty FreeBSD Ports Collection. Use with caution, slippery when wet, etc.
Stars: ✭ 16 (-30.43%)
Mutual labels:  makefile
Docker Cdn
Script for creating and deploying a CDN (HAProxy, Registrator, Consul and Nginx)
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile
Distributiontests
Swift 3 distribution test for open-source libraries.
Stars: ✭ 22 (-4.35%)
Mutual labels:  makefile
Seafile Openwrt
A port of Seafile for OpenWrt 14.07
Stars: ✭ 19 (-17.39%)
Mutual labels:  makefile
Nepali Romanized Pro
Nepali Romanized Keyboard Layout with installer for macOS
Stars: ✭ 18 (-21.74%)
Mutual labels:  makefile

aws-vault-alfred-workflow

Open the AWS management console via aws-vault.

mymovie

Overview

aws-vault is a tool for securely managing AWS credentials and authenticating multiple AWS accounts via assumeRole. aws-vault login is useful, but the browser cannot open multiple AWS accounts at the same time. This workflow creates a browser profile for each AWS account and opens a window for each profile. It allows you to open multiple AWS accounts at the same time.

How to use

aws [profile name]

The profile name corresponds to the profile name in $HOME/.aws/config. Internally launch the aws-vault login command and launch your browser with a separate profile.

Support browsers

  • Google Chrome
  • Firefox
  • Firefox Containers

When you want to use firefox, follow this instructions.

  1. Open Alfred Preference, then open Workflows.
  2. Select Open AWS via aws-vault.
  3. Select [x] icon.
  4. From Workflow Environment Variables, change preferred_browser variable from chrome to firefox.

When you want to use Firefox Containers, follow this instructions.

  1. Install Firefox Multi-Account Containers and Open external links in a container.
  2. Open Alfred Preference, then open Workflows.
  3. Select Open AWS via aws-vault.
  4. Select [x] icon.
  5. From Workflow Environment Variables, change preferred_browser variable from chrome to firefox-containers.

Requirements

  1. Alfred 4 or later
  2. Alfred Powerpack
  3. aws-vault

Installing

  1. Download workflow from packal or Release.
  2. Double-click to import into Alfred.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].