know the Devops course Syllabus topics PDF AWS, Azure, cisco, redhat.
Certification by
- redhat devops certification
- ,aws devops certification cloud,
- Cisco Certified Devops engineer
- azure devops
devops is a methodology, not a programming knowledge, Sys admins, cloud architects can easily upgrade their skills. by knowing below tools.
devops course syllabus pdf brief overview
Certified DevOps Engineer has more advantages rather than sys, linux admin.
DevOps.’ makes ‘Developers’ and the ‘Operations’ team work together.
a server admin additionally learn DevOps tools
jenkins, (automation tool written in Java with built-in plugins for continuous integration tasks).
Maven software project management and comprehension tool jenkins plugin
puppet, (most popular configuration management tool)
chef, config management technology developed primarily to automate infrastructure provisioning
Chef vs Puppet
using Puppet is like writing configuration files whereas using Chef is like programming the control of your nodes.
Chef, Puppet, Ansible, and SaltStack are configuration management” tools, designed to deploy, configure and manage servers
pros and cons of each of these tools
Docker (platform/Engine used to containerize our software, Many containers on same os, no need of application specific OS. docker hub)
GIT: You may already know github and gits.distributed revision control and source code management system
and other tools in order to become certified devops engineer.
http://athena.ecs.csus.edu/~buckley/CSc233/DevOps_for_Dummies.PDF
LINUX Basics:
- Unix and linux difference
- Linux File system structure
- Basic linux/unix commands
- Changing file permissions and ownership
- Types of links soft and hard link
- Filter commands
- Simple filter and advance filter commands
- Start and stop services
- Find and kill the process with id and name
- Package installation using RPM and YUM
Introduction to Devops course syllabus
- Define Devops
- What is Devops
- SDLC models,Lean,ITIL,Agile
- Why Devops?
- History of Devops
- Devops Stakeholders
- Devops Goals
- Important terminology
- Devops perspective
- Devops and Agile
- Devops Tools
- Configuration management
- Continuous Integration and Deployment
Introduction to Cloud computing
- What is cloud computing
- Characteristics of cloud computing
- Cloud implementation models
- Cloud service models
- Advantages of cloud computing
- Concerns of cloud computing
GIT: Version Control – devops course syllabus pdf
- Introduction
-
What is Git
-
About Version Control System and Types
-
Difference between CVCS and DVCS
-
A short history of GIT
-
GIT Basics
-
GIT Command Line
-
- Installing Git
- Installing on Linux
- Installing on Windows
- Initial setup
- Git Essentials
- Creating repository
- Cloning, check-in and committing
- Fetch pull and remote
- Branching
- Creating the Branches, switching the branches, merging the branches.
Chef for configuration management – devops course syllabus pdf
- Overview of Chef
- Common Chef Terminology (Server,
- Workstation, Client, Repository etc.)
- Servers and Nodes
- Chef Configuration Concepts
- Workstation Setup
- How to configure knife
- Execute some commands to test connection between knife and workstation
- Organization Setup
- Create organization
- Add yourself and node to organization
- Test Node Setup
- Create a server and add to organization
- Check node details using knife
- Node Objects and Search
- How to Add Run list to Node
- Check node Details
- Environments
- How to create Environments
- Add servers to environments
- Roles
- Create roles
- Add Roles to organization
- Attributes
- Understanding of Attributes
- Creating Custom Attributes
- Defining in Cookbooks
- Data bags
- Understanding the data bags
- Creating and managing the data bags
- Creating the data bags using CLI and Chef Console
- Sample data bags for Creating Users.
AWS: – devops course syllabus pdf
-
Creating AWS account
-
Free tier Eligible services
-
Understanding AWS Regions and availability zones
- EC2 ( Elastic Cloud Compute)
-
About EC2 and types , Pricing
-
EIP ( Elastic IP address), Allocating, associating , releasing
-
Launch windows and Linux Instances in AWS
-
Connecting windows and Linux instances from windows desktop and Linux machines
-
- S3 ( Simple Storage Service)
-
About AWS Storage services, EBS and S3
-
Creating S3 Buckets and putting objects in bucket
-
Discussion about Bucket Properties
-
S3 Pricing
-
About S3 glacier
-
- EBS ( Elastic Block Storage)
-
Types of EBS Volumes
-
Creation, attaching and Detaching volumes
-
- ELB ( Elastic Load Balancer)
-
Understanding the load balancing
-
Configuring ELB and adding the webservers under ELB
-
- Auto Scaling
-
Types of Scaling ( Horizontal and Vertical)
-
Configuring Launch Configuration
-
Creating and defining the auto scaling group policy
-
- IAM ( Identity Access Management)
-
Understanding of AWS Security using IAM
-
Definition of Roles, policies and Groups
-
Creating IAM Users and managing password policies
-
- RDS ( Relational Database server)
-
About RDS and available RDS Engines in AWS
-
Configuring MYSQL RDS service
-
Connecting EC2 Instance to RDS Instance
Puppet for configuration management – devops course syllabus pdf
-
- What is Puppet?
- How puppet works
- Puppet Architecture
- Master and Agents
- Puppet terminology and about Manifests
- Installation and Configuration
- Installing Puppet
- Configuring Puppet Master and Agent
- Connecting Agents
- Puppet Master
- Puppet configuration files
- Puppet Language Basics
- The declarative language
- Resources
- Using Basic resources like file,exec,package service
- Resource Collectors
- Virtual Resources
- Exported Resources
- Manifests
- Modules and Classes
- Class Parameters
- Defined Type
- Templates
- Static Contents Explosion
- Using Dynamic Content with Templates
- Templates Overview
- ERB
- Example Code Manifests/Modules
- NTP Module
- Users Module
- SSH
- Sudo
- Puppet Forge
- Understanding the Puppet Forge
- Module structure
- Install LAMP with preexisting modules
- Installing Apache Tomcat with Puppet Modules
Jenkins – Continuous Integration – devops course syllabus pdf
- Introduction.
- Understanding continuous integration
- Introduction about Jenkins
- Build Cycle
- Jenkins Architecture
- Installation
- Obtaining and installing Jenkins
- Installing and configuring Jenkins using WAR and RPM
- Java installation and configuration
- Maven Installation
- Exploring Jenkins Dashboard.
- Jobs
- Creating Jobs
- Running the Jobs
- Setting up the global environments for Jobs
- Adding and updating Plugins
- Disabling and deleting jobs
- Build Deployments
- Understanding Deployment.
- Tomcat installation and configuration
- Securing Jenkins
- Authentication
- Jenkins Plugin
- Authorization
- Confidentiality
- Creating users
- Best Practices for Jenkins
Docker– Containers. devops course syllabus pdf
- Introduction
- What is a Docker
- Use case of Docker
- Platforms for Docker
- Dockers vs. Virtualization
- Architecture
- Docker Architecture.
- Understanding the Docker components
- Installation
- Installing Docker on Linux.
- Understanding Installation of Docker on windows.
- Some Docker commands.
- Provisioning
- Docker Hub.
- Downloading Docker images.
- Uploading the images in Docker Registry and AWS ECS
- Understanding the containers
- Running commands in container.
- Running multiple containers.
- Custom images
- Creating a custom image.
- Running a container from the custom image.
- Publishing the custom image.
- Docker Networking
- Accessing containers
- Linking containers
- Exposing container ports
- Container Routing
- Docker Compose
- Installing The Docker compose
- Terminology in Docker compose
- Build word press site using Docker compose
-
kubernetes – autoscaling docker containers – devops course syllabus
- EC2 ( Elastic Cloud Compute)
its very easy to learn, install and configure
-
-
-
VAGRANT
-
- Introduction
- Why and what is Vagrant
- Uses of Vagrant in an environment
- Alternatives of Vagrant
- Vagrant versions
- Installation and Configuration
- Installing Virtual box
- How to install Vagrant on Windows and Linux
- Configuring Vagrant
- Provisioning with Vagrant
- Creating first VM with Vagrant
- Operations on the VM
- Connecting to the VM
- Add required Images to Vagrant
- Creating network and port forwarding using Vagrant
-
Continuous monitoring tools
nagios – open source but old.
-
-
-
NEW RELIC
-
- Introduction
- About Monitoring tools
- About New Relic
- Installing and Configuring New Relic
- Application Monitoring using New Relic
- Server Monitoring using New Relic
- Alerts policies
ELK
- Introduction
- What is ELK?
- ELK Installation
- ElasticSearch
- Logstash
- Configuring Logstash And Kibana
-
AWS Certified DevOps Engineer – Professional Exam Pattern syllabus
Domain |
% of Examination |
Domain 1: Continuous Delivery and Process Automation |
55% |
Domain 2: Monitoring, Metrics, and Logging |
20% |
Domain 3: Security, Governance, and Validation |
10% |
Domain 4: High Availability and Elasticity |
15% |
TOTAL |
100% |
Domain 1: Continuous Delivery and Process Automation
-
- Demonstrate an understanding of application lifecycle management:
- Application deployment management strategies such as rolling deployments and A/B.
- Version control, testing, build tools and bootstrapping.
- Demonstrate an understanding of infrastructure configuration and automation.
- Implement and manage continuous delivery processes using AWS services.
- Develop and manage scripts and tools to automate operational tasks using the AWS SDKs, CLI, and APIs.
- Demonstrate an understanding of application lifecycle management:
Domain 2: Monitoring, Metrics, and Logging
-
- Monitor availability and performance.
- Monitor and manage billing and cost optimization processes.
- Aggregate and analyze infrastructure, OS and application log files.
- Use metrics to drive the scalability and health of infrastructure and applications.
- Analyze data collected from monitoring systems to discern utilization patterns.
- Manage the lifecycle of application and infrastructure logs
- Leverage the AWS SDKs, CLIs and APIs for metrics and logging.
Domain 3: Security, Governance, and Validation
-
- Implement and manage Identity and Access Management and security controls.
- Implement and manage protection for data in-flight and at rest.
- Implement, automate and validate cost controls for AWS resources.
- Implement and manage automated network security and auditing.
- Apply the appropriate AWS account and billing set-up options based on business requirements.
- Implement and manage AWS resource auditing and validation.
- Use AWS services to implement IT governance policies.
Domain 4: High Availability and Elasticity
-
- Determine appropriate use of multi- Availability Zone versus multi-region architectures.
- Implement self-healing application architectures.
- Implement the most appropriate front-end scaling architecture.
- Implement the most appropriate middle-tier scaling architecture.
- Implement the most appropriate data storage scaling architecture.
- Demonstrate an understanding of when to appropriately apply vertical and horizontal scaling concepts.