Netflix/consoleme

By GitHub - 2020-12-14

Description

ConsoleMe consolidates the management of multiple AWS accounts into a single interface. It allows your end-users and administrators to get credentials for your different accounts, and allows your user ...

Summary

  • ConsoleMe consolidates the management of multiple AWS accounts into a single interface.
  • README.md ConsoleMe Overview Engineers that support a large AWS environment know how time consuming it is to manage IAM permissions for end-users.
  • We offer a set of basic plugins for authenticating users, determining their groups and eligible roles, and more through the use of default plugins (consoleme/default_plugins).

 

Topics

  1. Backend (0.37)
  2. Management (0.08)
  3. UX (0.04)

Similar Articles

How to use Apache Airflow CLI with Amazon MWAA

By Medium - 2021-02-15

Amazon MWAA (Managed Workflow for Apache Airflow) was released by AWS at the end of 2020. This brand new service provides a managed solution to deploy Apache Airflow in the cloud, making it easy to…

Developing and Deploying React Apps using AWS Amplify

By harshcasper - 2020-11-02

As a React Developer, you might have studied about Serverless Architecture and how they are being used to dynamically manage memory and resources allocation allowing rapid scaling of Services. With th

How to Build a Serverless Application Using AWS SAM

By freeCodeCamp.org - 2020-10-19

In my previous article, I talked about how AWS Chalice helps you quickly build a Python-based serverless application and deploy it on AWS within a few minutes. While it was a quick and fun prototype, ...