All Projects → youyo → awslogin

youyo / awslogin

Licence: MIT license
Login to the AWS management console.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to awslogin

Athena Cli
Presto-like CLI tool for AWS Athena
Stars: ✭ 85 (+400%)
Mutual labels:  aws-cli
Athenacli
AthenaCLI is a CLI tool for AWS Athena service that can do auto-completion and syntax highlighting.
Stars: ✭ 151 (+788.24%)
Mutual labels:  aws-cli
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (+5.88%)
Mutual labels:  aws-cli
Aws Toolbox
A collection of DevOps tools including shell & python scripts that automate the boring stuff in AWS.
Stars: ✭ 89 (+423.53%)
Mutual labels:  aws-cli
Cygwin Portable Installer
Windows batch file to perform unattended installations of a portable Cygwin environment.
Stars: ✭ 135 (+694.12%)
Mutual labels:  aws-cli
Aws Cost Saver
A tiny CLI tool to help save costs in development environments when you're asleep and don't need them!
Stars: ✭ 178 (+947.06%)
Mutual labels:  aws-cli
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (+382.35%)
Mutual labels:  aws-cli
kube-tools-aws
A lightweight Docker image with various CLI tooling for working with Kubernetes.
Stars: ✭ 26 (+52.94%)
Mutual labels:  aws-cli
Awscli Plugin Endpoint
An awscli plugin to configure service endpoint from aws configure file
Stars: ✭ 138 (+711.76%)
Mutual labels:  aws-cli
Docker Files
Collection of prooph docker files
Stars: ✭ 232 (+1264.71%)
Mutual labels:  aws-cli
Awsscripts
Various AWS Automation Scripts
Stars: ✭ 116 (+582.35%)
Mutual labels:  aws-cli
Aws Cli
Universal Command Line Interface for Amazon Web Services
Stars: ✭ 11,804 (+69335.29%)
Mutual labels:  aws-cli
Lambda The Cli Way
AWS Lambda using CLI, an introductory cookbook
Stars: ✭ 188 (+1005.88%)
Mutual labels:  aws-cli
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+58105.88%)
Mutual labels:  aws-cli
okta aws
Tool for accessing the AWS API for an account you normally access via okta
Stars: ✭ 27 (+58.82%)
Mutual labels:  aws-cli
Torchlambda
Lightweight tool to deploy PyTorch models to AWS Lambda
Stars: ✭ 83 (+388.24%)
Mutual labels:  aws-cli
Okta Awscli
Provides Okta authentication for awscli
Stars: ✭ 161 (+847.06%)
Mutual labels:  aws-cli
aws-kinesis-consumer
Consume an AWS Kinesis Data Stream to look over the records from a terminal.
Stars: ✭ 23 (+35.29%)
Mutual labels:  aws-cli
AWS-CLI-Commands
Collection of AWS CLI commands for several AWS services.
Stars: ✭ 44 (+158.82%)
Mutual labels:  aws-cli
Iamy
A cli tool for importing and exporting AWS IAM configuration to YAML files
Stars: ✭ 200 (+1076.47%)
Mutual labels:  aws-cli

awslogin

Go Report Card

Description

Login to the AWS management console.

Install

  • Brew
$ brew install youyo/tap/awslogin

Other platforms are download from github release page.

Usage

$ awslogin
Login to the AWS management console.

Usage:
  awslogin [flags]

Flags:
  -b, --browser string   Opens with the specified browse application
  -h, --help             help for awslogin
  -O, --output-url       output signin url
  -p, --profile string   use a specific profile from your credential file. (default "default")
  -S, --select-profile   interactive select profile
      --version          version for awslogin

Login AWS management console.

$ awslogin
(open browser using default profile or $AWS_PROFILE)

Login AWS management console using a specific profile.

$ awslogin --profile profile-1
(open browser using selected profile)

Login AWS management console using interactive select.

$ awslogin --select-profile
(open browser using selected profile)

Output SigninURL.

$ awslogin --output-url
https://signin.aws.amazon.com/federation?Action=...

Author

youyo

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].