Skip to main content

Cybrary Courses

Comments

Popular posts from this blog

ELK Installation | Configuration

How to remove elk stack from the server? This section of the guide defines the procedure for the removal of various components of the elk stack Elasticsearch The various steps that need to be followed, for the removal of the elasticsearch completely from the server. Check the elasticsearch status It is used to check the status of the elasticsearch service. service elasticsearch status How to install elk on the server? Script for installing the elk stack The elk components in the training are installed with the help of this bash script. #! /bin/bash Name : Bakul Gupta Email : bakulgupta11@gmail.com(github.com/bullhacks3) red= `tput setaf 1` green= `tput setaf 2` yellow= `tput setaf 3` blue= `tput setaf 6` grey= `tput setaf 8` reset= `tput op` function help() { echo -e "\n ${yellow} This script is used to install the elasticsearch on the ${red} debian ${yello...

Cybrary | AWS Cloud Practitioner

Guide: Nicolas Moy Date:- 5th-September-2019 CLF-C01 Exam Guide Four Domains In Exam 1. Cloud Concepts 2. Security 3. Technology 4. Billing & Pricing Lecture 1:- AWS Cloud Computing Concepts What is cloud computing? In simple terms cloud computing is online renting service, that allows us to use the virtual servers, database on the cloud and follows the pay as per use concept. Major cloud computing providers : 1. AWS 2. GCP [ Google Cloud Platform] 3. Digital Ocean 4. Microsoft Azure Advantages : 1. Pay as per use concept 2. Highly scalable, we can increase or decrease the server according to our need 3. World Wide Access Capability 4. Increasing Speed 5. Develop a Global Infrastructure Lecture 2:- Cloud Models & Deployments Different types of cloud computing models 1. IaaS [ Infrastructure as a Service ] Provides the ability to manage the server on your own. 2. PaaS [ Platform as a Service ] Someone else is responsible for m...

Cybrary | Cloud Architecture Foundation

Date: 8th September 2019 Course Name: Cloud Architecture Foundation Instructor Name: Kevin Mayo Lecture 1 : Basic use case of an organization Agcorp. Agcorp: How cloud redefined their business. Course Module  Module 1: Cloud Overview Module 2: Cloud Characteristics Module 3: Overview of AWS, GCP, Azure Module 4: Storage Module 5: Network Architecture Module 6: Virtualization Module 7: AWS Deep Dive Module 8: Microsoft Deep Dive Module 9: Cloud Servicing Module 10: Cloud Troubleshooting Module 1; Cloud Overview Cloud Computing Architecture 1. IAAS AWS, RackSpace, Hp Service 2. PAAS 3. SAAS Google Suite, Office365 Cloud Deployment Models 1. Private Hosting organization uses for its own purpose. 2. Public Hosting organization gives access to general public users. 3. Hybrid Combination of private & public models. 4. Community Here two or more organizations share the same purpose. 1.1 Infrastructure As A Service 1.1.1 Network As a...