awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aws avatar

aws/aws-cli

0
View on GitHub↗
17,059 estrellas·4,574 forks·Python·8 vistas

Aws Cli

The AWS Command Line Interface is a terminal tool and API client used to manage and automate Amazon Web Services infrastructure. It functions as a cloud resource management tool that allows for the creation, configuration, and modification of cloud services through a unified set of commands.

The tool provides mechanisms to route authenticated requests to global and region-specific service endpoints. It manages identity keys and access profiles through environment variables and configuration files to authenticate requests across different cloud accounts.

The interface supports cloud resource automation via shell scripts and features tools for refining displayed results using a query expression language. It includes productivity aids such as command autocomplete, argument prediction, and the ability to pass structured data into API calls via external files.

Features

  • Cloud Management Interfaces - Provides a command-line interface to monitor, manage, and configure cloud infrastructure resources.
  • Command Line Interfaces - Provides a terminal-based interface for managing and automating cloud infrastructure services.
  • Client Configuration - Defines default regions, profiles, credentials, and output formats via configuration files and environment variables.
  • Cloud Infrastructure Automation - Automates the control and configuration of cloud services and resources through a terminal interface.
  • Resource Management Utilities - Offers a unified set of commands to create, configure, and modify cloud services and infrastructure.
  • Environment Configuration Profiles - Resolves authentication credentials and regional settings by merging environment variables, config files, and named profiles.
  • API Clients - Provides a command-line API client that routes authenticated requests to global and regional service endpoints.
  • AWS Authentication Strategies - Sets up identity keys, default regions, and access profiles to authenticate requests to cloud accounts.
  • Credential Configurations - Sets up access keys and region settings through commands or files to authenticate requests.
  • Command-to-API Mapping - Implements a data-driven model that translates high-level terminal commands into low-level API requests.
  • Query-Based - Extracts specific elements from a response using a query expression language to refine results.
  • Command-Line Autocompletion - Suggests available commands and options using the shell tab key to reduce typing errors.
  • Shell Autocompletion Scripts - Produces platform-specific completion scripts for command and argument suggestions based on the internal command tree.
  • Request Routing - Directs requests to specific global or regional service endpoints using a unified interface.
  • Regional API Endpoint Mapping - Provides mechanisms to route API requests to region-specific or global service endpoints based on configuration.
  • Identity and Access Management - Manages identity keys and access profiles to authenticate requests to cloud accounts.
  • Client-Side Data Filtering - Refines API response data using a client-side expression language to extract specific fields before display.
  • Structured File Parameter Injection - Supports passing complex structured data to API calls via external JSON or text files.
  • Command-Line Interface Mappings - Maps command line arguments and options to API parameters using static JSON mapping files.
  • DevOps Tools - Listed in the “DevOps Tools” section of the Awesome Python awesome list.
  • Infrastructure and Automation - Command-line interface for managing AWS services.
  • Infrastructure and Cloud - Universal CLI for Amazon Web Services.
  • Gestión de infraestructura - Official command-line interface for managing Amazon Web Services.
  • Command Line Tools - Official universal command line interface for AWS.
  • Deployment and DevOps - Command-line interface for managing AWS services.
  • CLI Utilities - Universal command-line interface for AWS.

Historial de estrellas

Gráfico del historial de estrellas de aws/aws-cliGráfico del historial de estrellas de aws/aws-cli

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Aws Cli

Proyectos open-source similares, clasificados según cuántas características comparten con Aws Cli.
  • saltstack/saltAvatar de saltstack

    saltstack/salt

    15,237Ver en GitHub↗

    Salt is an infrastructure configuration management tool and orchestration framework designed for large-scale system administration. It functions as a remote execution engine that enables administrators to manage, provision, and enforce declarative states across distributed fleets of servers from a central control point. By utilizing a high-performance message bus, the platform allows for the simultaneous execution of administrative tasks and the maintenance of consistent software configurations across thousands of nodes. The system distinguishes itself through a flexible architecture that sup

    Pythoncloudcloud-managementcloud-providers
    Ver en GitHub↗15,237
  • ansible/ansibleAvatar de ansible

    ansible/ansible

    68,968Ver en GitHub↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    Ver en GitHub↗68,968
  • aws/aws-cdkAvatar de aws

    aws/aws-cdk

    12,817Ver en GitHub↗

    The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision cloud resources using familiar programming languages. By utilizing construct-based synthesis, it translates high-level, object-oriented code into declarative templates, allowing for the automated management of complex cloud environments through a centralized, code-driven control plane. The framework distinguishes itself through its ability to model infrastructure as a dependency-aware resource graph, ensuring that components are provisioned and updated in the correct order. It

    TypeScriptawscloud-infrastructurehacktoberfest
    Ver en GitHub↗12,817
  • awslabs/aws-shellAvatar de awslabs

    awslabs/aws-shell

    7,345Ver en GitHub↗

    aws-shell is an interactive command-line environment designed for executing AWS CLI commands. It functions as a wrapped shell that allows users to run provider-specific infrastructure commands and local system processes within a single interface. The tool distinguishes itself through fuzzy-matching autocomplete for commands and resource IDs, along with dynamic inline documentation and help panels that provide immediate syntax guidance. It enables rapid context changes by allowing users to switch between different AWS identity profiles during a single session. The environment includes session

    Python
    Ver en GitHub↗7,345
Ver las 30 alternativas a Aws Cli→

Preguntas frecuentes

¿Qué hace aws/aws-cli?

The AWS Command Line Interface is a terminal tool and API client used to manage and automate Amazon Web Services infrastructure. It functions as a cloud resource management tool that allows for the creation, configuration, and modification of cloud services through a unified set of commands.

¿Cuáles son las características principales de aws/aws-cli?

Las características principales de aws/aws-cli son: Cloud Management Interfaces, Command Line Interfaces, Client Configuration, Cloud Infrastructure Automation, Resource Management Utilities, Environment Configuration Profiles, API Clients, AWS Authentication Strategies.

¿Qué alternativas de código abierto existen para aws/aws-cli?

Las alternativas de código abierto para aws/aws-cli incluyen: saltstack/salt — Salt is an infrastructure configuration management tool and orchestration framework designed for large-scale system… ansible/ansible — Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision… awslabs/aws-shell — aws-shell is an interactive command-line environment designed for executing AWS CLI commands. It functions as a… prefecthq/prefect — Prefect is a workflow orchestration platform designed to define, schedule, and monitor complex data pipelines as… boto/boto3 — Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud…