{"id":19687214,"url":"https://github.com/trinitronx/docker-awscli","last_synced_at":"2026-03-03T02:37:58.273Z","repository":{"id":136205149,"uuid":"49292201","full_name":"trinitronx/docker-awscli","owner":"trinitronx","description":"Docker container with the AWS CLI tools installed","archived":false,"fork":false,"pushed_at":"2017-01-25T20:28:10.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T07:47:22.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinitronx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-08T19:35:38.000Z","updated_at":"2020-02-02T21:55:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"49a8cad3-ebe2-4697-86d8-5584f1e13298","html_url":"https://github.com/trinitronx/docker-awscli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-awscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-awscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-awscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdocker-awscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinitronx","download_url":"https://codeload.github.com/trinitronx/docker-awscli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240993952,"owners_count":19890419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T18:33:24.613Z","updated_at":"2026-03-03T02:37:53.249Z","avatar_url":"https://github.com/trinitronx.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-awscli\nA Docker container with the AWS CLI tools installed.\nBased on [sourcegraph/docker-awscli][1], with added packages (`sudo`, `acl`, `locales`) and fixed UTF-8 locale.\n\nDefault Entrypoint: `/usr/local/bin/aws`\n\n## Usage\n\n\nTo run, simply pass your AWS CLI command as the `CMD` option to `docker run`.  For example:\n\n    # List all instance IDs, PublicDNSName, Tags :\n    docker run --rm -v ~/.aws:/root/.aws returnpath/awscli ec2 describe-instances --output=text --query='Reservations[*].Instances[*].{ID:InstanceId,PublicDNSName:PublicDnsName,Tags:Tags[?Key==`Name`].{Name:Value}}'\n\n    # Same as above, but limit to hosts matching a `Name=foo` tag:\n    docker run --rm -v ~/.aws:/root/.aws returnpath/awscli ec2 describe-instances --filters='Name=tag-name,Values=app,Name=tag-value,Values=foo' --output=text --query='Reservations[*].Instances[*].{ID:InstanceId,PublicDNSName:PublicDnsName,Tags:Tags[?Key==`Name`].{Name:Value}}'\n\n    # Same again, but only print PublicDNSName using access keys \u0026 profile existing in `~/.aws/config`:\n    docker run --rm -v ~/.aws:/root/.aws returnpath/awscli  --profile=devops-monkey ec2 describe-instances --filters 'Name=tag:Name,Values=foo' --query='Reservations[*].Instances[*].{PublicDNSName:PublicDnsName}' --output=text\n\n    # List S3 buckets for an AWS account given access keys \u0026 profile existing in `~/.aws/config`:\n    docker run --rm -v ~/.aws:/root/.aws returnpath/awscli  --profile=business-monkey s3 ls\n\n    # Spawn interactive container to do more involved work:\n    docker run -ti --rm -v ~/.aws:/root/.aws --entrypoint=/bin/bash returnpath/awscli\n\n\n## License\n\nThis project is simply a packaging script for the [`awscli`][awscli-github] tool.  As such, nothing in this repository is \"novel\", or \"non-obvious\".\n\nHowever, the upstream tool [\"`awscli`\"][awscli-license], is released under the [Apache 2.0 License][apache-2-license]. The text of this tool's license is included here to avoid confusion.\n\n[1]: https://github.com/sourcegraph/docker-awscli\n[awscli-github]: https://github.com/aws/aws-cli\n[apache-2-license]: https://choosealicense.com/licenses/apache-2.0/\n[awscli-license]: https://github.com/aws/aws-cli/blob/develop/LICENSE.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fdocker-awscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinitronx%2Fdocker-awscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fdocker-awscli/lists"}