{"id":30120231,"url":"https://github.com/stakater/dockerfile-awscli","last_synced_at":"2025-08-10T12:54:53.963Z","repository":{"id":93164478,"uuid":"78417198","full_name":"stakater/dockerfile-awscli","owner":"stakater","description":"Dockerfile for AWS CLI","archived":false,"fork":false,"pushed_at":"2023-12-15T11:47:01.000Z","size":2,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-15T04:16:18.052Z","etag":null,"topics":["aws-cli","docker-image","dockerfile"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stakater.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-01-09T10:09:48.000Z","updated_at":"2024-04-15T04:16:18.053Z","dependencies_parsed_at":"2023-04-10T17:18:14.849Z","dependency_job_id":null,"html_url":"https://github.com/stakater/dockerfile-awscli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stakater/dockerfile-awscli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-awscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-awscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-awscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-awscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stakater","download_url":"https://codeload.github.com/stakater/dockerfile-awscli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stakater%2Fdockerfile-awscli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269727090,"owners_count":24465398,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aws-cli","docker-image","dockerfile"],"created_at":"2025-08-10T12:54:09.458Z","updated_at":"2025-08-10T12:54:53.941Z","avatar_url":"https://github.com/stakater.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile for AWS CLI\n\nThis is an alpine based docker image with AWS CLI installed.\n\n## How to Use:\n\nIf you are running it on an EC2 instance, you can do it without configuring the AWS CLI, provided that the role of the instance has permision to execute the AWS CLI command\n```\ndocker run -it stakater/aws-cli aws ec2 describe-instances --region us-west-2\n```\n\nIf you are running it from somewhere else, you'll need to configure AWS CLI, for that, you can configure it on the host machine and map the `~/.aws` directory inside the container\n\n```\ndocker run -it -v /home/stakater/.aws:/root/.aws stakater/aws-cli aws ec2 describe-instances --region us-west-2\n```\n\nIn case you want to download something from AWS and make it available on the host machine as well, you can map the working directory of the container on the host machine.\n\n```\ndocker run -it -v /home/stakater/Downloads/awscli_downloads:/aws stakater/aws-cli aws s3 cp http://myS3Bucket/myFile .\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakater%2Fdockerfile-awscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstakater%2Fdockerfile-awscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstakater%2Fdockerfile-awscli/lists"}