{"id":28537619,"url":"https://github.com/linkedinlearning/devops-with-aws-2886059","last_synced_at":"2025-07-26T00:33:41.945Z","repository":{"id":47673824,"uuid":"357271271","full_name":"LinkedInLearning/devops-with-aws-2886059","owner":"LinkedInLearning","description":"DevOps with AWS","archived":false,"fork":false,"pushed_at":"2024-05-15T10:04:30.000Z","size":18,"stargazers_count":22,"open_issues_count":2,"forks_count":165,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-08T07:45:53.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinkedInLearning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-12T16:50:54.000Z","updated_at":"2025-06-09T19:13:27.000Z","dependencies_parsed_at":"2025-07-08T07:41:23.121Z","dependency_job_id":"01d7c51c-ced8-4a6d-83c4-c8f684db36c5","html_url":"https://github.com/LinkedInLearning/devops-with-aws-2886059","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinkedInLearning/devops-with-aws-2886059","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdevops-with-aws-2886059","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdevops-with-aws-2886059/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdevops-with-aws-2886059/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdevops-with-aws-2886059/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinkedInLearning","download_url":"https://codeload.github.com/LinkedInLearning/devops-with-aws-2886059/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinkedInLearning%2Fdevops-with-aws-2886059/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267093820,"owners_count":24034951,"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-07-25T02:00:09.625Z","response_time":70,"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":[],"created_at":"2025-06-09T18:10:20.280Z","updated_at":"2025-07-26T00:33:41.913Z","avatar_url":"https://github.com/LinkedInLearning.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevOps with AWS\nThis is the repository for the LinkedIn Learning course DevOps with AWS. The full course is available from [LinkedIn Learning][lil-course-url].\n\n![DevOps with AWS][lil-thumbnail-url] \n\nDevOps describes a culture and set of processes that bring development and operations teams together to simplify software development. It allows organizations to create and improve products at a faster pace than they can deliver with traditional software development approaches. And it’s gaining in popularity at a rapid rate. In this course, programmer Dipali Kulshrestha covers the concepts of DevOps with hands-on demos to create and automate CI/CD (continuous implementation and continuous delivery) pipelines. She covers AWS services like CodeCommit, CodeBuild, CodeDeploy, and CodePipeline, and how to implement DevOps with AWS offerings to increase security, scalability, reliability, and simplicity of the development processes.\n\n## Instructions\nThis repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.\n\n## Branches\nThe branches are structured to correspond to the videos in the course. The naming convention is `CHAPTER#_MOVIE#`. As an example, the branch named `02_03` corresponds to the second chapter and the third video in that chapter. \nSome branches will have a beginning and an end state. These are marked with the letters `b` for \"beginning\" and `e` for \"end\". The `b` branch contains the code as it is at the beginning of the movie. The `e` branch contains the code as it is at the end of the movie. The `main` branch holds the final state of the code when in the course.\n\nWhen switching from one exercise files branch to the next after making changes to the files, you may get a message like this:\n\n    error: Your local changes to the following files would be overwritten by checkout:        [files]\n    Please commit your changes or stash them before you switch branches.\n    Aborting\n\nTo resolve this issue:\n\t\n    Add changes to git using this command: git add .\n\tCommit changes using this command: git commit -m \"some message\"\n\n\n\n### Instructor\n\nDipali Kulshrestha \n                            \n\nCheck out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/dipali-kulshrestha).\n\n[lil-course-url]: https://www.linkedin.com/learning/devops-with-aws\n[lil-thumbnail-url]: https://cdn.lynda.com/course/2886059/2886059-1626198010037-16x9.jpg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkedinlearning%2Fdevops-with-aws-2886059","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkedinlearning%2Fdevops-with-aws-2886059","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkedinlearning%2Fdevops-with-aws-2886059/lists"}