{"id":15968875,"url":"https://github.com/tanmayvaij/aws-devops-practice","last_synced_at":"2025-04-04T14:26:08.845Z","repository":{"id":257114718,"uuid":"856919891","full_name":"tanmayvaij/aws-devops-practice","owner":"tanmayvaij","description":"A comprehensive collection of hands-on demonstrations and practical exercises with AWS services, designed to enhance DevOps skills and workflows. Explore real-world scenarios and best practices for cloud infrastructure, automation, and continuous integration using AWS.","archived":false,"fork":false,"pushed_at":"2024-10-05T05:27:26.000Z","size":20094,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T00:19:21.592Z","etag":null,"topics":["amazon-web-services","auto-scaling-group","automation","aws","aws-learning","cloud","cloudautomation","cloudcomputing","devops","devops-tools","docker","docker-compose","docker-image","ec2","iam","load-balancer","private-reg","public-registry","s3-bucket"],"latest_commit_sha":null,"homepage":"","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/tanmayvaij.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":"2024-09-13T13:09:35.000Z","updated_at":"2024-10-05T05:27:29.000Z","dependencies_parsed_at":"2024-10-30T04:02:30.923Z","dependency_job_id":null,"html_url":"https://github.com/tanmayvaij/aws-devops-practice","commit_stats":null,"previous_names":["tanmayvaij/aws-hands-on-examples","tanmayvaij/aws-devops-practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Faws-devops-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Faws-devops-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Faws-devops-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanmayvaij%2Faws-devops-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanmayvaij","download_url":"https://codeload.github.com/tanmayvaij/aws-devops-practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247192453,"owners_count":20899098,"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":["amazon-web-services","auto-scaling-group","automation","aws","aws-learning","cloud","cloudautomation","cloudcomputing","devops","devops-tools","docker","docker-compose","docker-image","ec2","iam","load-balancer","private-reg","public-registry","s3-bucket"],"created_at":"2024-10-07T19:04:21.779Z","updated_at":"2025-04-04T14:26:08.823Z","avatar_url":"https://github.com/tanmayvaij.png","language":null,"readme":"# DevOps Practice with AWS (PDF Documentation)\n\nWelcome to the **DevOps Practice** repository! This repository contains a collection of PDF documents that provide detailed demonstrations and practical exercises involving various AWS services. These resources are designed to enhance your DevOps skills and knowledge, covering real-world scenarios and best practices for cloud infrastructure, automation, and continuous integration with AWS.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Repository Structure](#repository-structure)\n- [AWS Services Covered](#aws-services-covered)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction\n\nThis repository serves as a reference and learning hub for DevOps practices with AWS. The documents included are designed to simulate real-world scenarios, offering insights into setting up and managing various AWS services in a DevOps workflow.\n\n## Repository Structure\n\n| No. | Demonstrations                                                                         | PDF Link                                                                                                                 |\n| --- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |\n| 1   | Starting AWS EC2 instance                                                              | [View](./Starting%20AWS%20EC2%20instance.pdf)                                                                            |\n| 2   | Setuping AWS Load Balancer                                                             | [View](./AWS%20Load%20Balancer.pdf)                                                                                      |\n| 3   | Using Application Load Balancer with Auto Scaling Group                                | [View](./Application%20Load%20Balancer%20with%20Auto%20Scaling%20Group.pdf)                                              |\n| 4   | Finding vulnerabilities on EC2 instance using Amazon Inspector                         | [View](./Finding%20vulnerabilities%20on%20EC2%20instance%20using%20Amazon%20Inspector.pdf)                               |\n| 5   | IAM Users, Group, AWS Managed Policy Granular Access                                   | [View](./IAM%20Users,%20Group,%20AWS%20Managed%20Policy%20Granular%20Access.pdf)                                         |\n| 6   | Basic Docker Commands                                                                  | [View](./Basic%20Docker%20Commands.pdf)                                                                                  |\n| 7   | Installing Docker on EC2 machine and performing life cycle operations                  | [View](./Installing%20docker%20on%20ec2%20machine%20and%20performing%20life%20cycle%20operations.pdf)                    |\n| 8   | Create a docker image and push it to docker hub                                        | [View](\u003c./Create%20a%20docker%20image%20and%20push%20it%20to%20the%20docker%20hub%20(%20public%20repository%20).pdf\u003e)    |\n| 9   | Create a private registry and push any image in that private registry                  | [View](./Create%20a%20private%20registry%20and%20push%20any%20image%20in%20that%20private%20registry.pdf)                |\n| 10   | Implementing AWS ECS and Fargate for deploying and managing containerized applications | [View](./Implementing%20AWS%20ECS%20and%20Fargate%20for%20deploying%20and%20managing%20containerized%20applications.pdf) |\n| 11  | Create and run multi-container applications using Docker Compose                       | [View](./Create%20and%20run%20multi-container%20applications%20using%20Docker%20Compose.pdf)                             |\n\n## AWS Services Covered\n\nThis repository includes documentation on the following AWS services:\n\n- **EC2**: Virtual machines and server provisioning\n- **S3**: Object storage management and use cases\n- **ECS**: Containers on AWS\n- **RDS**: Managed relational databases\n- **IAM**: Security and access control best practices\n\n## Contributing\n\nWe welcome contributions! If you have additional AWS service demos or improvements to existing documentation:\n\n1. Fork this repository.\n2. Add your PDF files with appropriate content to the appropriate location.\n3. Submit a pull request with a brief description of your addition.\n\n## License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Faws-devops-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmayvaij%2Faws-devops-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmayvaij%2Faws-devops-practice/lists"}