{"id":13936513,"url":"https://github.com/tejas-kr/automating-AWS-with-Python","last_synced_at":"2025-07-19T22:30:38.423Z","repository":{"id":96307338,"uuid":"94684774","full_name":"tejas-kr/automating-AWS-with-Python","owner":"tejas-kr","description":"automating AWS with Python using boto3 library","archived":false,"fork":false,"pushed_at":"2017-06-18T12:34:59.000Z","size":2,"stargazers_count":39,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-08T23:23:54.939Z","etag":null,"topics":["automated","aws","aws-ec2","boto3","linux","python3","shell-script"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/tejas-kr.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-18T12:06:14.000Z","updated_at":"2024-01-04T16:15:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e35703e-5648-4a1c-a83c-96bddec4628d","html_url":"https://github.com/tejas-kr/automating-AWS-with-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-kr%2Fautomating-AWS-with-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-kr%2Fautomating-AWS-with-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-kr%2Fautomating-AWS-with-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejas-kr%2Fautomating-AWS-with-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejas-kr","download_url":"https://codeload.github.com/tejas-kr/automating-AWS-with-Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226686723,"owners_count":17666928,"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":["automated","aws","aws-ec2","boto3","linux","python3","shell-script"],"created_at":"2024-08-07T23:02:44.606Z","updated_at":"2024-11-27T04:31:07.515Z","avatar_url":"https://github.com/tejas-kr.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# automating-AWS-with-Python\nautomating AWS with Python using boto3 library\n\n# You have to add credentials and config files in the .aws directory. Just paste the following code\nCreate the credentials file. By default, its location is at ~/.aws/credentials:\n\u003cpre\u003e\n[default]\naws_access_key_id = YOUR_ACCESS_KEY\naws_secret_access_key = YOUR_SECRET_KEY\n\u003c/pre\u003e\n\nYou may also want to set a default region. This can be done in the configuration file. By default, its location is at ~/.aws/config:\n\u003cpre\u003e\n[default]\nregion=us-east-1\n\u003c/pre\u003e\n\n## Note\nYou can automate this script using crontab in linux. I don't know about windows and mac but you can surely google it.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejas-kr%2Fautomating-AWS-with-Python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejas-kr%2Fautomating-AWS-with-Python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejas-kr%2Fautomating-AWS-with-Python/lists"}