You are on page 1of 11

Cloud and DevOps Architect Masters Course

About Intellipaat
Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools
and technologies. We have a learner base of 600,000 in over 32 countries and growing. For job assistance and
placement we have direct tie-ups with 80+ MNCs.

Key Features of Intellipaat Training:

Instructor Led Training Self-Paced Training Exercise and project work Lifetime Access

123 Hrs of highly interactive 148 Hrs of Self-Paced session 246 Hrs of real-time projects Lifetime access and free
instructor led training with Lifetime access after every module upgrade to latest version

Flexi Scheduling
Support Get Certified Job Assistance
Attend multiple batches for
Lifetime 24*7 technical support Get global industry recognized Job assistance through 80+
lifetime & stay updated.
and query resolution certifications corporate tie-ups

About the Course

Our Cloud and DevOps Architect masters’ course lets you gain proficiency in Cloud and DevOps. You will work on real-
world projects in AWS, Azure, DevOps, Python, Java, Splunk, Linux and more. In this program, you will cover 7 courses
and 18 industry-based projects.

Instructor Led
Self Paced
Duration – 123 Hrs Weekend
Duration – 148 Hrs
Batch –3 Hrs/Session

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
Why take this Course?
This Intellipaat training program has been created keeping in mind the needs of the industry. You will gain mastery in
the complete domain of Data Science, Hadoop, Artificial Intelligence, and Machine Learning to take on various roles
and responsibilities in today's. So you will be better prepared to take on challenging roles in the Big Data and Data
Science domains at top-notch salaries.

Course Curriculum
AWS:

Module /Topic Hands-on exercises

❖ Introduction to Cloud Computing & ❖ Setting up of AWS account


AWS

❖ Launch an EC2 instance, Launch a Linux Virtual


❖ Amazon Elastic Compute Cloud (EC2) Machine on EC2, Hosting a website with an EC2
instance

❖ Design a custom VPC with a Public subnet,


❖ Amazon Virtual Public Cloud Check Route tables in VPC, Create security
group and ACL

❖ Running AWS CLI commands, Storage Gateway,


❖ Amazon Storage Service - 1 Connecting on-premise software with cloud-
based storage

❖ Create an Amazon S3 bucket; Hosting a static


❖ Amazon Storage Service - 2
website on Amazon S3

❖ CloudWatch: Managing and Monitoring the


❖ Amazon Storage Service - 3 AWS resources, CloudWatch: Configuring alerts
and notifications, CloudWatch: Billing

❖ Create RDS DB instance, Create a Read Replica


❖ AWS Database Services - 1
of above instance of RDS, Create Table in
master RDS, Add Data to master RDS, Add Data

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
to replica RDS, Create an instance of MySql or
Postgresql in Aurora, Create NoSQL table in
DynamoDB and run queries

❖ Create RDS DB instance, Create a Read Replica


of above instance of RDS, Create Table in
master RDS, Add Data to master RDS, Add Data
❖ AWS Database Services - 2
to replica RDS, Create an instance of MySql or
Postgresql in Aurora, Create NoSQL table in
DynamoDB and run queries

❖ Create JSON document to define the access


❖ AWS Identity and Access
policy for users and groups, Use AWS CloudTrail
Management (IAM)
tool to log IAM events

❖ Create an ELB, Configure an Auto Scaling Group,


❖ Load Balancing and Auto-Scaling Make yourself familiar with Management
Console

❖ Register a domain name, Configure the routing


❖ Amazon Route 53 of internet traffic, Check the health of the
resources using automation facility

❖ Run an app using Beanstalk, Send an email


using SES, Enable notification service and
❖ Amazon Application Services generate a notification, Copy object using
Lambda, Model and provision your app using
OpsWorks

Microsoft Azure:

Module /Topic
❖ Overview of the Microsoft Azure platform
❖ Building application infrastructure in Azure
❖ Hosting web application on the Azure platform
❖ Storing SQL Data in Azure
❖ Designing Cloud Application for resiliency

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
❖ Storing Tabular Data in Azure
❖ Storing and Consuming files from Azure Storage
❖ Designing a communication strategy by using queues and service bus
❖ Automating integration with Azure resources

DevOps:

Module/Topic Hands-on Exercises

❖ Infrastructure Setup ❖ All infra setup

❖ DevOps Foundation

❖ Create a git project, Checkout a branch


❖ Create a file and add to GIT, Edit file
❖ Software Version Control System
❖ Commit the code, Set up Jenkins and
integrate with Git

❖ Create a Maven Project, Edit pom.xml file


to install a version of JUnit
❖ Automating Build and Test ❖ Set up build delivery pipeline
❖ Set up notification alerts in Jenkins
❖ Configure test plan in Jenkins

❖ Commit code and check if Jenkins runs the


❖ Continuous Integration (CI) build scripts and tests the code using
automation script

❖ Deploying various tools like Puppet, Chef,


❖ Continuous Delivery (CD) Nagios for the reliable delivery of software
on time

❖ Configure a Docker
❖ Docker Container Management
❖ Create an image in Docker and run it

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course

❖ Create a docker file with the commands to


❖ Docker Commands and Best Practices create an image
❖ Create the image

❖ Install Puppet, Configure puppet


❖ Pupper - Configuration Management Tools
❖ Use Knife commands for various
(Infra As Code)
operations

❖ Puppet Modules, classes, template


creation
❖ Advanced Puppet

❖ Install a chef server, Configure a Vagrant


file and setup directory structure to create
and run a Chef server
❖ Chef ❖ Install a chef-workstation, Create a user
account in the manage.chef.io website,
Generate a knife.rb file from the website
to create a chef server

❖ Write Ansible playbook, Assign different


❖ Ansible
roles in the configuration tool

❖ Perform Nagios and Netdata monitoring


❖ Nagios - Performance and Automated ❖ Monitor the performance with Grafana,
Monitoring Setup Syslog and verify the logs are getting
generated, Configure the HAProxy server

Python for Data Science:

Module/Topic Hands-on Exercises

❖ Introduction to Python ❖ Install Anaconda Python distribution for


your OS (Windows/Linux/Mac)

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
❖ Write your first Python program
❖ Write a Python Function (with and without
parameters)
❖ Basic constructs of Python language ❖ Use Lambda expression
❖ Write a class, create a member function
and a variable, Create an object
❖ Write a for loop to print all odd numbers

❖ Writing Object-Oriented Program in


Python and connecting with Database

❖ Open a text file and read the contents


❖ Write a new line in the opened file
❖ File Handling, Exception Handling in
❖ Use pickle to serialize a python object, de-
Python
serialize the object
❖ Raise an exception and catch it

❖ Import Numpy module, Create an array


❖ Mathematical Computing with Python
using ND-array, Calculate std deviation on
(NumPy)
an array of numbers, Calculate correlation
between two variables

❖ Import SciPy
❖ Scientific Computing with Python (SciPy) ❖ Apply Bayes theorem using SciPy on the
given dataset

❖ Plot Line, Pie, Scatter, Histogram and other


❖ Data Visualization (Matplotlib)
charts using Matplotlib

❖ Import Pandas
❖ Use it to import data from a JSON file
❖ Select records by a group and apply a filter
❖ Data Analysis and Machine Learning
on top of that
(Pandas) / Data Manipulation with Python
❖ View the records
❖ Perform Linear Regression analysis
❖ Create a Time Series

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course

❖ Setup Jupyter Notebook environment


❖ Load a dataset in Jupyter
❖ Machine Learning, Natural Language
❖ Use algorithm in Scikit-Learn package to
Processing (Scikit-Learn)
perform ML techniques
❖ Train a model, Create a search grid

❖ Install Beautifulsoup and lxml Python


parser
❖ Make a Soup object using an input HTML
❖ Web Scraping for Data Science
file
❖ Navigate Py objects in the soup tree
Search tree, Print output

❖ Write a basic MapReduce Job in Python


❖ Python on Hadoop and connect with Hadoop Framework to
perform the task

❖ Implement sandbox, Run a python code in


❖ Writing Spark code using Python a sandbox
❖ Work with HDFS file system from the
sandbox

Self-Paced Courses
Java

This comprehensive course lets you master Java programming language. We provide the best online training
classes to help you learn OOP concepts, J2EE, core and advanced Java, JDBC, Objects & Classes. You will work
on real-world industry projects.

Splunk

This course includes the complete aspects of Splunk Developer, Splunk Administration. It includes the various
aspects of Splunk installation, configuration, Splunk Syslog, Syslog Server, log analysis, Splunk Dashboard,
installation, configuration of Splunk, deploying Splunk Search, Monitor, Index, Report, and Analysis.

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
Linux

Our Linux training course lets you master the Linux OS. This is an in-depth Training Course that gives you all
the skills needed for working as a Linux Administrator. You will learn about the Red Hat System, installation,
managing the boot processes, performing various operations, understanding Linux Kernel, testing and
debugging.

Learning Path

Project Work

Course Industry/Domain Project


Internet Rendering a static website page using AWS S3

Software How to migrate Git Repository to AWS CodeCommit


AWS

How to successfully run the various AWS instances for


General
different purposes

General Migrating on-premise application to Azure Cloud


Microsoft Azure
E-commerce Powering an e-commerce platform with Azure

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
Course Industry/Domain Project
Outsourcing Using Azure for powering BPO backend

Information Technology Deploying Azure for a software firm

A web-based questionnaire to assess graduates


Finance
programming skills

DevOps
A website where the user can upload photographs,
Media
which can be printed on different items

Medical A system which can detect harmful drug interactions

General Python web Scraping for Data Science

Software Create a password generator


Python for Data Impact of pre-paid plans on the preferences of
Science Banking
investors
Banking Prediction of Stock prices
Software Server logs/ Firewall logs

Intellipaat Job Assistance Program

Intellipaat is offering comprehensive job assistance to all the learners who have successfully completed the training.
A learner will be considered to have successfully completed the training if he/she finishes all the exercises, case
studies, projects and gets a minimum of 60% marks in the Intellipaat qualifying exam.

Intellipaat has exclusive tie-ups with over 80 MNCs for placement. All the resumes of eligible candidates will be
forwarded to the Intellipaat job assistance partners. Once there is a relevant opening in any of the companies, you
will get a call directly for the job interview from that particular company.

Frequently Asked Questions:


Q 1. What is the criterion for availing the Intellipaat job assistance program?

Ans. All Intellipaat learners who have successfully completed the training post April 2017 are directly eligible for
the Intellipaat job assistance program.

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
Q 2. Which are the companies that I can get placed in?

Ans. We have exclusive tie-ups with MNCs like Ericsson, Cisco, Cognizant, Sony, Mu Sigma, Saint-Gobain,
Standard Chartered, TCS, Genpact, Hexaware, and more. So you have the opportunity to get placed in these top
global companies.

Q 3. Does Intellipaat help learners to crack the job interviews?

Ans. Intellipaat has an exclusive section which includes the top interview questions asked in top MNCs for most
of the technologies and tools for which we provide training. Other than that our support and technical team can
also help you in this regard.

Q 4. Do I need to have prior industry experience for getting an interview call?

Ans. There is no need to have any prior industry experience for getting an interview call. In fact, the successful
completion of the Intellipaat certification training is equivalent to six months of industry experience. This is
definitely an added advantage when you are attending an interview.

Q 5. What is the job location that I will get?

Ans. Intellipaat will try to get you a job in your same location provided such a vacancy exists in that location.

Q 6. Which is the domain that I will get placed in?

Ans. Depending on the Intellipaat certification training you have successfully completed, you will be placed in
the same domain.

Q 7. Is there any fee for the Intellipaat placement assistance?

Ans. Intellipaat does not charge any fees as part of the placement assistance program.

Q 8. If I don’t get a job in the first attempt, can I get another chance?

Ans. Definitely, yes. Your resume will be in our database and we will circulate it to our MNC partners until you
get a job. So there is no upper limit to the number of job interviews you can attend.

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com


Cloud and DevOps Architect Masters Course
Q 9. Does Intellipaat guarantee a job through its job assistance program?

Ans. Intellipaat does not guarantee any job through the job assistance program. However, we will definitely
offer you full assistance by circulating your resume among our affiliate partners.

Q 10. What is the salary that I will be getting once I get the job?

Ans. Your salary will be directly commensurate with your abilities and the prevailing industry standards.

What makes us who we are?

“Coming from a background in automation development working with tools


like Python and Perl, Cloud helped me to make a successful transition and excel
at my professional career”
-Dinesh K B

“I had extensive experience in Linux system administration and my love for


automation took me towards learning Cloud and now I am very well-placed in
my career.”

-Suvankar Das

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

You might also like