{"id":27155874,"url":"https://github.com/cloudsteak/aws-tools","last_synced_at":"2025-04-08T19:57:10.351Z","repository":{"id":275036271,"uuid":"924863897","full_name":"cloudsteak/aws-tools","owner":"cloudsteak","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-30T19:57:41.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-30T20:35:17.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudsteak.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":"2025-01-30T19:31:05.000Z","updated_at":"2025-01-30T19:57:45.000Z","dependencies_parsed_at":"2025-01-30T20:45:39.466Z","dependency_job_id":null,"html_url":"https://github.com/cloudsteak/aws-tools","commit_stats":null,"previous_names":["cloudsteak/aws-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Faws-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Faws-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Faws-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudsteak%2Faws-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudsteak","download_url":"https://codeload.github.com/cloudsteak/aws-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918923,"owners_count":21018044,"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":"2025-04-08T19:57:09.617Z","updated_at":"2025-04-08T19:57:10.336Z","avatar_url":"https://github.com/cloudsteak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Tools\n\nThis repository collects useful scripts and solutions for AWS.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Installation](#installation)\n- [Login to AWS](#login-to-aws)\n- [Usage](#usage)\n- [Tools](#tools)\n  - [ECR](#ecr)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nWelcome to the AWS Tools repository. This collection includes various scripts and solutions to help you manage and automate your AWS infrastructure.\n\n## Installation\n\nTo get started, clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/cloudsteak/aws-tools.git\n```\n\n## Login to AWS\n\nBefore using the tools, make sure you have the AWS CLI installed and configured. You can install the AWS CLI by following the instructions in the [AWS CLI User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html).\n\n## Usage\n\nEach script and solution is located in its respective directory. Refer to the README files within each directory for detailed usage instructions.\n\n## Tools\n\n### ECR\n\nTools for ECR (Elastic Container Registry).\n\n**Get ECR Lifecycle Policy**\n\nGet all ECR repositories and their lifecycle policies, then exportthe data to json and txt file.\n\n_Pre-requisites:_ You need to have the AWS CLI installed and configured. Additionally, you need to have the `jq` tool installed.\n\n```bash\ncd ecr\n\n./getLifecyclePolicies.sh\n```\n\nResults are saved in `ecr/livecycle_policy.json` and `ecr/no_policy.txt`.\n\n```bash\n1/5. Checking repository: cs-aws-tools\n2/5. Checking repository: cs-django-aws\n3/5. Checking repository: cs-fastapi-aws\n4/5. Checking repository: cs-go-aws\n5/5. Checking repository: cs-python3-aws\nNumber of repositories with no policy: 1\nNumber of repositories with policy: 4\nResult files: livecycle_policy.json, no_policy.txt\n```\n\n## Contributing\n\nWe welcome contributions! Please read our [Contributing Guidelines](CONTRIBUTING.md) before submitting a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudsteak%2Faws-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudsteak%2Faws-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudsteak%2Faws-tools/lists"}