aws/aws-cli

Universal Command Line Interface for Amazon Web Services

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 3rd, 2026
Created on November 20th, 2012
Open Issues & Pull Requests: 728 (+0)
GitHub issues: Enabled
Number of forks: 4,641
Total Stargazers: 17,241 (+3)
Total Subscribers: 563 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.0 hours
Mean response time: 27.2 days
90th percentile: 11.9 days
Tracked items: 717

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 18% of tracked open issues have had no activity in three months. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 260
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 1,167 days
Stale 30+ days: 201
Stale 90+ days: 142

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 15

Top labels

  • bug (315)
  • p3 (277)
  • feature-request (276)
  • p2 (265)
  • response-requested (158)
  • closed-for-staleness (111)
  • service-api (88)
  • s3 (79)

Detailed Description

AWS CLI is a command line interface that provides unified access to Amazon Web Services through a terminal.

The tool solves the problem of managing AWS resources without using the web console or writing custom API calls. It works by translating command line arguments into API requests to AWS services, allowing operators to provision infrastructure, query resources, and automate cloud management tasks from scripts or interactive shells.

Developers managing AWS infrastructure should adopt this tool if they need scriptable, programmatic control over cloud resources. It suits teams building infrastructure automation, CI/CD pipelines, or DevOps workflows. The project exists in two major versions; the current stable version is recommended for new projects, while the older version is in maintenance mode and will not receive updates for new AWS services or regions.

The project maintains a substantial user base, with almost all open issues originating from external users rather than the core team. Maintainers typically respond to new issues and pull requests within a few days. Work in the issue tracker centers on bug reports, lower-priority items, and feature requests.