Files
awesome-kubernetes/v2-docs/aws-tools-scripts.md

14 KiB
Raw Blame History

AWS Tools and Scripts

!!! info "Architectural Context" Detailed reference for AWS Tools and Scripts in the context of Cloud Providers (Hyperscalers).

Standard Reference

Cloud Architecture

AWS Architectures

Open Source

  • AWS Labs GitHub [ADVANCED LEVEL] [DE FACTO STANDARD] [EMERGING] — AWS's central laboratory incubator on GitHub housing thousands of reference architectures, automation scripts, and experimental SDKs. Grounding validates this organization as a primary resource for cloud-native engineering patterns.

Cloud Infrastructure

AWS

Asset Management

  • Querying AWS at scale across APIs, Regions, and accounts [ADVANCED LEVEL] [COMMUNITY-TOOL] — An AWS blog post analyzing strategies and open-source tools (like Steampipe) to query and audit AWS resources at massive multi-region, multi-account scales. It breaks down API rate-limiting workarounds and security posture assessment methodologies.

AWS Developer Tools

CodePipeline

  • (2021) New usage examples have been added to the CLI for CodePipeline API Reference [DOCUMENTATION] 🌟🌟🌟 [COMMUNITY-TOOL] — Official update documentation detailing enhancements made to the AWS CLI syntax and examples for Amazon CodePipeline. These modifications help engineers programmatically configure and deploy software delivery pipelines, preventing configuration errors and aligning pipelines with AWS design principles.

AWS Governance

CLI References

  • (2026) ==AWS CLI Command Reference== [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — The official command reference guide for the AWS Command Line Interface. It details syntax structures, configuration options, and credential profiles required to manage AWS resources programmatically. This documentation remains a foundational resource for cloud platform engineers building infrastructure pipelines and automated workflows.

AWS Security

CLI Tools

  • (2024) github.com/containerscrew/aws-sso-auth 4 [RUST CONTENT] 🌟🌟 [COMMUNITY-TOOL] — A lightweight Rust-based utility to automate AWS SSO (IAM Identity Center) authentication and credential handling on local developer workstations. Critical Live Grounding: The tool is now maintained under the updated name 'aws-sso-rs'. It provides rapid terminal-based profile switching and dynamic token renewals for DevOps engineers using modern security protocols.

IAM Diagnostics

  • (2023) ermetic/access-undenied-aws 🌟 271 [GO CONTENT] [ADVANCED LEVEL] 🌟🌟🌟 [COMMUNITY-TOOL] — Access Undenied is an open-source CLI utility that parses AWS Access Denied errors and CloudTrail events to identify the specific policies (SCPs, resource policies, or IAM boundaries) blocking a request. Critical Live Grounding: Now hosted under Tenable's GitHub repository, the tool remains actively maintained and serves as a key security utility for cloud platform administrators.
  • (2023) ermetic.com: Access Undenied on AWS [ADVANCED LEVEL] 🌟🌟🌟 [COMMUNITY-TOOL] — A companion blog post describing the mechanics of the 'Access Undenied' utility on AWS. It discusses how the tool evaluates complex AWS permission structures (including SCPs, resource-based policies, IAM boundaries, and session policies) to quickly resolve access issues. This article is highly recommended for security engineers working in complex AWS organizations.

AWS Storage

S3 Administration

Compute

AWS SSH Utilities

Cloud Security

Asset Management (1)

Infrastructure-as-Code

  • steampipe 🌟 [ENTERPRISE-STABLE] — A zero-dependency CLI tool that allows querying of APIs and cloud infrastructure (AWS, Azure, GitHub, etc.) dynamically using Postgres-compatible SQL. It simplifies cloud infrastructure compliance, security audits, and resource inspection by exposing multi-platform APIs as regular database tables.

Developer Tools

AI Assistance

Generative AI

  • (2024) Amazon CodeWhisperer [COMMUNITY-TOOL] — Overview of Amazon's AI-powered coding companion (subsequently consolidated into Amazon Q Developer). Generates real-time code suggestions from natural language prompts, detects security vulnerabilities, and highlights reference attributions, assisting developers working in AWS environments.

💡 Explore Related: Googlecloudplatform | Public Cloud Solutions | Managed Kubernetes In Public Cloud