A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Oct 17, 2020 - Python
{{ message }}
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
A vault for securely storing and accessing AWS credentials in development environments
A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster
This would be really useful for users who are getting the hang of this.
Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Cloudsplaining is an AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized report.
SSH over AWS SSM. No bastions or public-facing instances. SSH user management through IAM. No requirement to store SSH keys locally or on server.
SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
Gotta make sure this tool works across multiple operating systems and Python versions. The biggest concern is the graph file-storage, since that's OS-specific code and I could only test against Ubuntu 16.
Principal Mapper needs to be tested on the following operating systems and Python versions (but not all combinations of which):
Terraform module which creates IAM resources on AWS
#22 introduced a feature to guess actions that are similar to an existing policy. It currently doesn't support all actions.
Here's things I currently know are missing (comment if you find more):
Encrypt, Decrypt, GenerateDataKey, ...BatchDeleteImage, BatchGetImage, ...*Deregister**Modify**Remove*DELETE,
Least privilege AWS IAM Terraformer
AWS Identity and Access Management Visualizer and Anomaly Finder
Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
A cli tool for importing and exporting AWS IAM configuration to YAML files
Declarative access policies/permissions modeled after AWS' IAM policies.
Process credential providers for AWS SDKs and Tools
Apache Syncope
A list of typical positions in a startup and their policies for IAM AWS.
AWS IAM policy statement generator with fluent interface
Add a description, image, and links to the iam topic page so that developers can more easily learn about it.
To associate your repository with the iam topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
As observed during #261, users can accidentally set timeouts inconsistently. A concrete example is that one can set a User facing timeout lower than any backend timeout, such that requests may fail early.
Describe the solution you'd like
We should provide some sanity checking to prevent unintended timeout behavior.