page-header-img

Advanced Certification in DevOps & Cloud Computing

aws training in vizag

Enroll in this advanced certification and JNNC Technologies and learn under the expert guidance . The program is designed by industry experts to help you master AWS, cloud computing, VPC, etc., through real-time hands-on projects.

aws training in vizag

About Program

This online Advanced Certification in DevOps and Cloud Computing by JNNC Technologies will help you gain expertise in DevOps, AWS, parallel and distributed computing, and more. Extra emphasis, in the form of electives, will be laid on Kubernetes, and Terraform to help you grasp these tools to the best of your knowledge.

aws training in vizag

Curriculum

Module 1 – Preparatory Sessions – Linux

Linux

  • Introduction to Linux  – Establishing the fundamental knowledge of how linux works and how you can begin with Linux OS.
  • Linux Basics – File Handling, data extraction, etc.
  • Hands-on Sessions And Assignments for Practice – Strategically curated problem statements for you to start with Linux.

aws training in vizag

aws training in vizag

Module 2 – Amazon Web Services

  1. Introduction to Cloud Computing & AWS
  • What is Cloud Computing
  • Cloud Service & Deployment Models
  • How AWS is the leader in the cloud domain
  • Various cloud computing products offered by AWS
  • Introduction to AWS S, EC, VPC, EBS, ELB, AMI
  • AWS architecture and the AWS Management Console, virtualization in AWS (Xen hypervisor)
  • What is auto-scaling
  • AWS EC best practices and cost involved.
  1. Elastic Compute and Storage Volumes 
  • Introduction to EC
  • Regions & Availability Zones(AZs)
  • Pre-EC, EC instance types
  • Comparing Public IP and Elastic IP
  • Demonstrating how to launch an AWS EC instance
  • Introduction to AMIs, Creating and Copying an AMI
  • Introduction to EBS
  • EBS volume types
  • EBS Snapshots
  • Introduction to EFS
  • Instance tenancy- Reserved and Spot instances
  • Pricing and Design Patterns.
  1. Load Balancing, Autoscaling and DNS 
  • Introduction to Elastic Load Balancer
  • Types of ELB – Classic, Network and Application
  • Load balancer architecture
  • Cross-zone load balancing
  • Introduction to Auto Scaling, vertical and horizontal scaling, the lifecycle of Auto Scaling
  • Components of Auto Scaling, scaling options and policy, instance termination
  • Using load balancer with Auto Scaling
  • Pre-Route – how DNS works
  • Routing policy, Route terminologies, Pricing
  1. Virtual Private Cloud
  • What is Amazon VPC,
  • VPC as a networking layer for EC,
  • IP address and CIDR notations,
  • Components of VPC – network interfaces, route tables, internet gateway, NAT,
  • Security in VPC – security groups and NACL, types of VPC, what is a subnet, VPC peering with scenarios, VPC endpoints, VPC pricing and design patterns
  1. Storage – Simple Storage Service (S)
  • Introduction to AWS storage
  • Pre-S – online cloud storage
  • API, S consistency models
  • Storage hierarchy, buckets in S
  • Objects in S, metadata and storage classes, object versioning, object lifecycle management, cross-region replication, data encryption, connecting using VPC endpoint, S pricing.
  1. Databases and In-Memory DataStores
  • What is a database, types of databases, databases on AWS
  • Introduction to Amazon RDS
  • Multi-AZ deployments, features of RDS
  • Read replicas in RDS, reserved DB instance
  • RDS pricing and design patterns
  • Introduction to Amazon Aurora, benefits of Aurora, Aurora pricing and design patterns
  • Introduction to DynamoDB, components of DynamoDB, DynamoDB pricing and design patterns
  • What is Amazon Redshift, advantages of Redshift
  • What is ElastiCache, why ElastiCache.
  1. Management and Application Services 
  • Introduction to CloudFormation
  • CloudFormation components
  • CloudFormation templates
  • The concept of Infrastructure-as-a-code
  • Functions and pseudo parameters
  • Introduction to Simple Notification Service, how does SNS work
  • Introduction to Simple Email Service, how does SES work
  • Introduction to Simple Queue Service, how does SQS work.
  1. Access Management and Monitoring Services 
  • Pre-IAM, why access management
  • Amazon Resource Name (ARN), IAM features
  • Multi-factor authentication (MFA) in IAM, JSON
  • IAM policies, IAM permissions, IAM roles, identity federation, pricing
  • Introduction to CloudWatch, metrics and namespaces, CloudWatch architecture, dashboards in CW
  • CloudWatch alarms, CloudWatch logs, pricing and design patterns
  • Introduction to CloudTrail, tracking API usage.
  1. Automation and Configuration management 
  • What is AWS Lambda
  • How Lambda is different from EC
  • Benefits and limitations of Lambda
  • How does Lambda work
  • Use cases of Lambda, Lambda concepts
  • Integration S with Lambda
  • What is Elastic Beanstalk, how does Beanstalk work, Beanstalk concepts, Beanstalk pricing
  • What is configuration management
  • What is AWS OpsWorks, AWS OpsWorks benefits
  • CloudFormation vs OpsWorks, services in OpsWorks
  • AWS OpsWorks Stacks, OpsWorks pricing.
  1. AWS Migration 
  • What is Cloud migration
  • Why migration is important
  • Migration process in AWS, the R’s migration strategy
  • Virtual machine migration, migrating a local vm onto the AWS cloud
  • Migrating databases using Database Migration Service (DMS)
  • Migrating a local database to RDS
  • Migrating an on-premises database server to RDS using DMS, other migration services.

Module 3 – Data Virtualization

  • What is Virtualization?
  • Virtualization is not a new concept. Evolution of Virtualization.
  • Type of Virtualization
  • Server-based Virtualization
  • Hypervisor-based Virtualization
  • Type 1 v/s Type 2
  • Full v/s Para
  • Virtual machine lifecycle
  • Virtual machine image: Structure, formats
  • Virtual machine instance: Public cloud specific instance, allocating resources to
  • virtual machine instance, networking in virtual machine, Amazon Machine Instance
  • VM Application
  • Container Based Virtualization
  • Container lifecycle
  • Container image : Structure, formats
  • Container instance: Allocating resources to container instance
  • Networking in containers
  • Unikernels: Structure, formats, allocation, networking in Unikernels
  • Difference between VM, Containers and Unikernels
  • Network Function Virtualization (NFV)

Module 4 – Migration and Fault Tolerance

  • Broad Aspects of Migration into Cloud
  • Migration of virtual Machines and techniques
  • Fault Tolerance Mechanisms

Module 5 – DevOps

  • Infrastructure Setup
    • Lab setup-AWS Account creation
    • EC2 and LMS Walkthrough
  • Introduction to DevOps
    • What is Software Development?
    • Software Development Life Cycle
    • Traditional Models for SDLC
    • Why DevOps?
    • What is DevOps?
    • DevOps Lifecycle
    • DevOps Tools
  • Version Control with Git
    • What is Version Control?
    • Types of Version Control Systems
    • Introduction to SVN
    • Introduction to Git
    • Git Lifecycle
    • Common Git Commands
    • Working with Branches in Git
    • Merging Branches
    • Resolving Merge Conflicts
    • Git Workflow

Hands-on Exercise –

    • Git Life cycle Commands
    • Pushing Code to GitHub
    • Stashing Code in Git
    • Creating, Deleting Git Branches
    • Reverting a Push to GitHub
    • Merging branches using git merge
    • Merging branches using git rebase
    • Resolving merge conflicts using the git merge tool
  • Containerization Using Docker
    • Understanding Docker Lifecycle
    • Components of the Docker Ecosystem
    • Common Docker Operations
    • Creating a DockerHub Account
    • Committing Changes in a Container
    • Pushing a Container Image to DockerHub
    • Creating Custom Docker Images using Dockerfile
    • What are Docker Volumes?
    • Deploying a Multi-tier Application Using Docker Network
    • Using Docker Compose to Deploy Containers

Hands-on Exercise –

    • Common Docker Operations
    • Creating a DockerHub Account
    • Committing Changes to a Container
    • Pushing container to DockerHub
    • Creating a Local Image Repository
    • Building an Image using Dockerfile
  • Configuration Management using Puppet
    • Need for Configuration Management
    • Configuration Management Tools
    • What is Puppet?
    • Puppet Architecture
    • Setting up Master Slave using Puppet
    • Puppet Manifests
    • Puppet Modules
    • Applying Configuration using Puppet
    • Puppet File Server

Hands-on Exercise –

    • Setting up Master-Slave on AWS
    • Testing the Connection of nodes with Puppet
    • Creating a Manifest
    • Deploying Manifest on Node
    • Creating a Module
    • Deploying sample software on nodes using Puppet Modules and Manifests
    • Implementing a File Server Module on Puppet
  • Configuration Management using Ansible
    • What is Ansible?
    • Ansible vs Puppet
    • Ansible Architecture
    • Setting up Master Slave using Ansible
    • Ansible Playbook
    • Ansible Roles
    • Applying configuration using Ansible

Hands-on Exercise –

    • Installing Ansible on AWS
    • Creating a Playbook using YAML
    • Creating an Ansible Role
    • Using Roles in Playbook
  • Continuous Integration with Jenkins
    • Introduction to Continuous Integration
    • Jenkins Master-Slave Architecture
    • Understanding CI/CD Pipelines
    • Creating an end-to-end automated CI/CD Pipeline

Hands-on Exercise –

    • Creating a Jenkins Master Slave on AWS
    • Installing Plug-ins in Jenkins
    • Creating Jenkins Builds
    • Creating Scheduled Builds
    • Triggering Jobs using Git Webhooks
    • Using the Pipeline Plugin in Jenkins
  • Continuous Orchestration Using Kubernetes
    • Introduction to Kubernetes
    • Docker Swarm vs Kubernetes
    • Kubernetes Architecture
    • Deploying Kubernetes using Kubeadms
    • Alternate Ways of Deploying Kubernetes
    • YAML Files
    • Creating a Deployment in Kubernetes using YAML
    • Services in Kubernetes
    • Ingress in Kubernetes
    • What are Volumes
    • Types of Volumes
    • Persistent Volumes
    • Introduction to Secrets
    • Kubernetes Monitoring using Kubernetes Dashboard

Hands-on Exercise –

    • Setting up Kubernetes using Kubeadm
    • Installing Kubernetes using kOps and GCK
    • Creating a Deployment
    • Creating Services
    • Creating an Ingress
    • Demonstrating the use of Ingress, services, and deployments together
    • Creating Volumes
    • Creating Persistent Volumes
  • Continuous Monitoring using ELK
    • Agenda
    • What is ELK?
    • Components of ELK
    • ELK Flow
    • Features of ELK
    • ELK Installation

Hands-on Exercise  –

    • Analyzing Apache Logs with Logstash and Kibana
    • Analyzing .csv logs with Logstash and Kibana
    • Analyzing Real-Time Web Logs with Beats and Kibana
  • Terraform Modules and Workspaces
    • What is Infrastructure as a code
    • Infrastructure as Code (IaC) vs Configuration Management (CM)
    • Introduction to Terraform
    • Installing Terraform on AWS
    • Basic Operations in Terraform: init, plan, apply, destroy
    • Terraform Code Basics
    • Deploying an end-to-end architecture on AWS using Terraform

Hands-on Exercise –

    • Installing Terraform
    • Initializing AWS Terraform Provider
    • Creating an EC2 instance using Terraform
    • Updating changes to EC2 using Terraform
    • Destroying EC2 using Terraform
    • Deploying EC2 inside a custom VPC using Terraform

Module 6 – Parallel Computing and Distributed Computing

Parallel Computing:

  • Motivating Factor: Human Brain, The Need And Feasibility of Parallel Computing
  • Moore’s Law
  • Elements of Parallel Computing: Factors affecting parallel system performance, Parallel Programming Models,
  • Computational Power Improvement, Two Eras of Computing, Hardware architectures for parallel processing, Dependency Analysis & Conditions of Parallelism, Levels of Software Parallelism in Program Execution, Software Parallelism Types, Performance of Parallel Algorithms,
  • Laws of cautions, The Goal of Parallel Processing, Amdahl’s Law, Gustafson’s Law, Communication Cost Model. Demonstration for parallel application performance and its impacts

Distributed Computing:

  • Distributed computing system, Characteristics, Goals, Components of a distributed system
  • Architectural styles for distributed computing: Software architectural styles, System architectural styles, Client-server, peer to peer, Parallel vs Distributed Systems, RPC.

Module 7 – AWS DevOps

  • Continuous Monitoring using Prometheus
  • Prometheus Security and Use Cases
  • Log Server and alerting in Nagios
  • Software Lifecycle automation using AWS
  • Automating Infrastructure using CloudFormation
  • Application Deployment using Elastic Beanstalk

Electives:

Module 8 – Advanced Kubernetes

  1. Application Design and Build
  • Define, build and modify container images
  • Understand Jobs and CronJobs
  • Understand multi-container Pod design patterns (e.g. sidecar, init and others)
  • Utilize persistent and ephemeral volumes
  1. Application Deployment
  • Define, build and modify container images
  • Define, create and monitor the application
  • Creating and Exposing applications using the Kubernetes Manifest Blocks
  • Managing applications deployed in Pods
  1. Application observability and maintenance
  • Understand API deprecations
  • Implement probes and health checks
  • Use provided tools to monitor Kubernetes applications
  • Utilize container logs
  • Debugging in Kubernetes
  1. Application Environment, Configuration and Security
  • Discover and use resources that extend Kubernetes (CRD)
  • Understand authentication, authorization and admission control
  • Understanding and defining resource requirements, limits and quotas
  • Understand ConfigMaps
  • Create & consume Secrets
  • Understand ServiceAccounts
  • Understand SecurityContexts

Module 9 – Advanced Terraform

  1. Introduction to Terraform
  • Fundamentals of IAC (Infrastructure-as-Code)
  • Overview of DevOps SDLC Stack
  • Infrastructure Provisioning Tools – Terraform and its Benefits
  1. Terraform Installation
  • Installation of Terraform
  • Plugin-based Architecture
  • Terraform Multiple Provider
  1. Terraform Configuration Management
  • HCL (HashiCorp Configuration Language)\
  • Configuring Files
  • Building Code
  • Variables
  • Terraform Data Types
  • Structural

Module 10 – Docker

  • Introduction to Docker
  • Storing Data in Docker
  • Docker Compose
  • Container Orchestration
  • Networking in Docker
  • Docker Monitoring
  • Introduction to Kubernetes
  • Kubernetes Architecture
  • Introduction to Pods and Services

Module 11 – Python

  • Introduction to Python and IDEs – The basics of the python programming language, how you can use various IDEs for python development like Jupyter, Pycharm, etc.
  • Python Basics – Variables, Data Types, Loops, Conditional Statements, functions, decorators, lambda functions, file handling, exception handling ,etc.
  • Object Oriented Programming – Introduction to OOPs concepts like classes, objects, inheritance, abstraction, polymorphism, encapsulation, etc.
  • Hands-on Sessions And Assignments for Practice – The culmination of all the above concepts with real-world problem statements for better understanding.

Module 12 – Azure DevOps

  • Introduction to Microsoft Azure
  • Introduction to ARM & Azure Storage
  • Introduction to Azure storage
  • Azure Virtual Machines
  • Azure App and Container services
  • Azure Networking – I
  • Azure Networking – II
  • Authentication and Authorization in Azure using RBAC
  • Microsoft Azure Active Directory
  • Azure Monitoring
  • Infrastructure Setup
  • Introduction to DevOps
  • Continuous Testing
  • Continuous Integration using Jenkins
  • Software Version Control
  • Continuous Deployment: Containerization with Docker
  • Containerization with Docker: Ecosystem and Networking
  • Configuration Management using Ansible
  • Continuous Orchestration using Kubernetes
  • Terraform Modules & Workspaces
  • Azure DevOps and Azure Repos
  • Azure Artifacts and Azure Test Plans
  • Azure Pipelines
  • Azure Boards
  • Terraform with Azure

Self Paced

  • MAVEN
  • SONARQUBE
  • XLDEPLOY
  • TEAMCITY
  • JFROG
  • MS BUILD
  • NEXUS
  • NPM
  • ELK

Module 13 – Google Cloud Platform (GCP)

  • Introduction to Google Cloud
  • Google Cloud Services
  • Google Computing Services
  • Google Storage Services
  • Google Cloud APIs
  • Google Networking Services
  • IAM & Security Services
  • Migrating to Google Cloud

aws training in vizag

Projects

One month of project work will be a part of your certification to consolidate your learning in DevOps and cloud computing. These projects will ensure that you have industry-relevant experience in the field.

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!