From 6402f4049b87171227f320af8607a2aebf3602a1 Mon Sep 17 00:00:00 2001 From: dsysolyatin4 Date: Sat, 30 Jun 2018 11:24:31 +0300 Subject: [PATCH] [DevOps Courses] #33: Some devops courses have been added --- .gitignore | 1 + docs/devops/courses.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 docs/devops/courses.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..485dee6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea diff --git a/docs/devops/courses.md b/docs/devops/courses.md new file mode 100644 index 0000000..bc435d9 --- /dev/null +++ b/docs/devops/courses.md @@ -0,0 +1,8 @@ +# Devops Курсы + +| Уровень | Название | Описание | Ссылка | Длительность | +|:--------------|:---------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------|:-------------| +| Junior | Docker Deep Drive | This course will explore Docker from the very basics of installation and function to an in depth review of the use cases and advanced features. | https://linuxacademy.com/cp/modules/view/id/33 | 7h | +| Middle | AWS Certified Solutions Architect - Associate | This course has been developed to provide you with the requisite knowledge to not only pass the AWS CSA certification exam but also gain the hands-on experience required to become a qualified AWS Solutions architect working in a real-world environment. | https://linuxacademy.com/cp/modules/view/id/119 | 22h | +| Middle | AWS Certified DevOps Engineer - Professional Level | Through videos, note cards, practice exams, and self-paced labs all included within the course, you'll be prepared and tackle DevOps deployments on AWS in production level environments. | https://linuxacademy.com/cp/modules/view/id/35 | 14h | +