0% found this document useful (0 votes)
88 views8 pages

AWS+LINUX - Course Blueprint

This document outlines the topics and chapters that will be covered in two online courses: AWS Cloud Associate and Linux for Network Engineers. The AWS Cloud Associate course will cover 14 chapters on AWS services and certification exam preparation. The Linux course will cover 14 topics on Linux fundamentals, commands, file systems, users and permissions. Both courses aim to provide students with the knowledge needed to work with AWS cloud services and Linux systems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views8 pages

AWS+LINUX - Course Blueprint

This document outlines the topics and chapters that will be covered in two online courses: AWS Cloud Associate and Linux for Network Engineers. The AWS Cloud Associate course will cover 14 chapters on AWS services and certification exam preparation. The Linux course will cover 14 topics on Linux fundamentals, commands, file systems, users and permissions. Both courses aim to provide students with the knowledge needed to work with AWS cloud services and Linux systems.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

MODULE#1 || AWS Certified Solutions Architect – Associate – Our Course Blueprint


Chapter 1 Introduction to AWS
• What Is Cloud Computing?
• AWS Fundamentals
• AWS Cloud Computing Platform
• Summary
• Exam Essentials
• Review Questions

Chapter 2 Amazon Simple Storage Service (Amazon S3) and Amazon Glacier Storage
• Introduction
• Object Storage versus Traditional Block and File Storage
• Amazon Simple Storage Service (Amazon S3) Basics
• Buckets
• Amazon S3 Advanced Features
• Amazon Glacier
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 3 Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Elastic Block
Store (Amazon EBS)
• Introduction
• Amazon Elastic Compute Cloud (Amazon EC2)
• Amazon Elastic Block Store (Amazon EBS)
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 4 Amazon Virtual Private Cloud (Amazon VPC)


• Introduction
• Amazon Virtual Private Cloud (Amazon VPC)
• Subnets
• Route Tables
• Internet Gateways
• Dynamic Host Configuration Protocol (DHCP) Option Sets
• Elastic IP Addresses (EIPs)
• Elastic Network Interfaces (ENIs)
• Endpoints
• Peering
• Security Groups
• Network Access Control Lists (ACLs)
• Network Address Translation (NAT) Instances and NAT Gateways
• Virtual Private Gateways (VPGs), Customer Gateways (CGWs), and Virtual Private
• Networks (VPNs)
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 5 Elastic Load Balancing, Amazon CloudWatch, and Auto Scaling


• Introduction
• Elastic Load Balancing
• Amazon CloudWatch
• Auto Scaling
• Summary
• Exam Essentials
• Exercises
• Review Questions

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

Chapter 6 AWS Identity and Access Management (IAM)


• Principals
• Authentication
• Authorization
• Other Key Features
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 7 Databases and AWS


• Database Primer
• Amazon Relational Database Service (Amazon RDS)
• Amazon Redshift
• Amazon DynamoDB
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 8 SQS, SWF, and SNS


• Amazon Simple Queue Service (Amazon SQS)
• Amazon Simple Workflow Service (Amazon SWF)
• Amazon Simple Notification Service (Amazon SNS)
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 9 Domain Name System (DNS) and Amazon Route 53


• Domain Name System (DNS)
• Amazon Route 53 Overview
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 10 Amazon ElastiCache


• Introduction
• In-Memory Caching
• Amazon ElastiCache
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 11 Additional Key Services


• Introduction
• Storage and Content Delivery
• Security
• Analytics
• DevOps
• Summary
• Exam Essentials
• Review Questions

Chapter 12 Security on AWS


• Introduction
• Shared Responsibility Model
• AWS Compliance Program
• AWS Global Infrastructure Security
• AWS Account Security Features
• AWS Cloud Service-Specific Security
• Summary
• Exam Essentials
• Exercises
• Review Questions

Chapter 13 AWS Risk and Compliance


• Introduction
• Overview of Compliance in AWS

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

• Evaluating and Integrating AWS Controls


• AWS Risk and Compliance Program
• AWS Reports, Certifications, and Third-Party Attestations
• Summary
• Exam Essentials
• Review Questions

Chapter 14 Architecture Best Practices


• Introduction
• Design for Failure and Nothing Fails
• Implement Elasticity
• Leverage Different Storage Options
• Build Security in Every Layer
• Think Parallel
• Loose Coupling Sets You Free
• Don’t Fear Constraints
• Summary
• Exam Essentials
• Exercises
• Review Questions

MODULE#2 || LINUX (RED HAT) FOR NETWORK ENGINEER & SHELL SCRIPTING – Our Course
Blueprint
Topic 1

• Introduction
• What is LinuX OS.
• What do you mean by OS
• LinuX History
• Installation
• Partitions
• Basic Commands

Topic 2

• File System Hierarchy ---- One of the Important topic


• Basic Commands
• What is Linux File System
• Linux File System Type (Ext2/Ext3/Ext4/XFS)

Topic 3

• Linux File Types


• Soft and Hard Links (ln)
• File Permissions (chmod)

Topic 4

• chown, chgrp ==> change owner , change group


• zip=unzip,
• gzip=gunzip,
• bzip=bunzip,
• tar
• find & locate
• cat, less, more, head, tail, sort, uniq, wc, diff, sdiff, cmp, echo, exit status $? [0 = good] [1= error]

Topic 5

• Partition Overview.
• What does DEFAULTS mean in /etc/fstab
• man, whatis, whoami etc
• TAB completion and up arrow keys
• Wildcard " {} " - represent range ( # touch abc{1..10}.txt )
• " * " - represent zero or more char ( # ls -lhrt *.txt)

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

• " ? " - represent single char ( # ls -lhrt ?bc*)


• " [] " - represent range of char ( # ls -lhrt [ab]* ) Print the File either has a or b
• " ^ " - represent line start with ( # ls -lhrt ^d )
• vi , vim command :-
• REVERSE SEARCH
• REVERSE : ctrl+r ,
• Forward ctrl +s ( But set #stty -ixon )
• !cmd & !!

Topic 6

• File Maintenance command


• What does "." & ".." mean in Linux.
• Hidden files & directories in Linux.
• Linux Keyboard ShortCut ( cd .. , cd - , cd !$ , overwrite > , append >> , ctlr + l , ctrl +w , ctrl +u)
• Linux grep & egrep command
• How to use grep & egrep with other shell commands.
• Overview of compression techniques in Linux
• Advanced commands zcat , zless , zmore , zgrep && bzcat , bzless, bzmore bzgrep --- pending
• How to create Linux User.

Topic 7

• Overview compression techniques in Linux.


• Advanced command to work with compressed files
• Adding Text to the file in Linux.
• What is stdin, stdout, stderr in Linux.
• Umask in Linux.
• User Management in Linux.

Topic 8

• Umask in Linux. (Overview)


• User Management in Linux.
• vi/vim Advanced.
• Use of "echo" command in Shell script.

Topic 9

• User Management in Linux.


• What is Shell in Linux?
• Different types of shell in Linux.
• Linux less VS more.
• Linux Command truncate command to deal with unwanted data.

Topic 10

• User added in secondary group , but whats the use ?


• Assign SuperUser Privileges to normal user.
• Introduction to Linux Log files
• Linux system reboot information with last
• Track Linux user activities with lastlog , lastb

Topic 11

• Overview of Linux user activities.


• Linux TR command.
• File Processing Commands CUT , PASTE
• What is the use of CUT , PASTE , TR

Topic 12

• Exercise - 01 Solution

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

Topic 13

• File Processing Commands AWK , SED


• Run-Levels in Linux
• OS Maintenance Commands (shutdown, reboot, halt, init etc.)
• Recover root Password (single user mode)
• dmidecode , biosdecode , lscpu , free

Topic 14

• Run-Levels in Linux (Overview)


• OS Maintenance Commands (shutdown, reboot, halt, init etc.)
• Recover root Password (single user mode)
• dmidecode , biosdecode , lscpu , free
• Finding System Information (uname, cat /etc/redhat-release, cat /etc/os-release )
• Understand Hardware.

Topic 15

• Linux Boot Process.

Topic 16

• Linux Boot Process. (Overview)


• System utility commands (date, uptime, hostname, w)
• Changing System Hostname (hostnamectl)
• Terminal Commands (clear, exit, script)
• Environment variables in Linux

Topic 17

• What is Service in Linux.


• How to Install/Remove service in Linux.
• How to START/STOP/RESTART & MONITOR Linux Service.
• How to deal with Hung process.
• What is Port & how to perform port checks in Linux

Topic 18

• What is Service( & port) in Linux. (Overview)


• Linux Top command
• What is LOAD in Linux.
• Job Scheduling in Linux.

Topic 19

• Job Scheduling in Linux with Crontab.


• Environment variables in Linux.
• Enabling internet in Linux.
• Network files and commands in Linux.
• NIC Information in Linux.

Topic 20

• Enabling internet in Linux. (Revision)


• Network files and commands in Linux. (Revision)
• NIC Information in Linux. (Revision)

Topic 21

• Password-less Authentication in Linux.


• Force key based Authentication in Linux.
• Linux disk space usage.
• Remote file transfer commands (rsync, scp )
• System updates and repositories (rpm , yum)

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

Topic 22

• Password-less Authentication in Linux. (Overview)


• Force key based Authentication in Linux. (Overview)
• Remote file transfer commands (rsync, scp )
• Install Apache Web Server (http) in Linux.

Topic 23

• What is Yellow-dog Updater Modified ?


• How it works in Linux
• System updates and repositories (rpm , yum)
• NIC Bonding or Teaming in Linux

Topic 24

• NIC Bonding/Teaming in Linux with Modes (overview)


• Logical Volume Management (LVM)
• LVM Configuration during Installation.
• Add Disk and Create LVM Partition.
• What is SWAP in Linux?

Topic 25

• Logical Volume Management (LVM) (overview)


• Add Disk and Create LVM Partition.
• How to Extend LVM in Linux.
• What is SWAP in Linux?
• What is SWAPPINESS in Linux ?
• How to Add Swap in Linux from File ?

Topic 26

• How to reduce LVM.


• How DNS Works.
• Last Day Message.
• What's in Shell Scripting.

NOTE: after completing Linux we start shell scripting


• What is a Shell

• Types of Shells

• What is Shell scripting

• Basic Shell scripts :-

❖ Hello World

• Conditional statements :-

❖ If-else

❖ Switch case

❖ Conditional Statement Scripts

• Looping / Iteration statements :-

❖ For loop

❖ Do-while

❖ Looping Statements scripts

• Arrays

• Functions

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

• Command Line Arguments

PRODUCTION CASES:

1) System Monitoring :- ✓ Disk Utilization Reports ✓ Memory Utilization Reports ✓ CPU / Load Reports ✓ Other System
Metrics Reports

2) Logging & Debugging :- ✓ Enable logs with Shell Scripts ✓ Capture STDIN STDOUT STDERR in log files ✓ Running Shell Script
in Background ✓ Debug Shell Scripts

3) System Hardening :- ✓ Server Hardening ✓ Application/Service Hardening ✓ Set Kernel parameter

4) System Alerts :- ✓ Email Sending ✓ Auto generated Email Alerts

5) Linux Housekeeping Tasks :- ✓ Archiving Logs ✓ Purging Logs Schedule ✓ Automated backups

6) Host Commissioning Prerequisites :- ✓ Automated Packages Installation ✓ Service Configuration ✓ Agent/CLI Installation

7) Ad-hoc Tasks on Multiple Linux Hosts :- ✓ Gather IP details ✓ Check OS Name & Version ✓ Setting hostname on multiple
server ✓ Gather all user details from multiple server ✓ Gather Hardware details ( CPU / Memory / Disk )

8) System Configuration Management :- ✓ NTP SYNC / Update ✓ Host file Configuration ✓ DNS Configuration ✓ Change
existing Configuration

9) Command Line Arguments :- ✓ Dynamic Scripts with Arguments ✓ User creation on multiple hosts.

WHY ENROLL US:

• ATTEND FIRST 3 CLASS ABSOLUTELY FREE.

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/
AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE: NETWORKJOURNEY

• PAY ONLY THEN IF YOU WANT TO CONTINUE.


• WE PROVIDE 100% SATISFACTTORY CLASES WITH LABS, REVIEW CLASS, CLASS NOTES.
• GET LIFETIME ACCESS TO WEB PORTAL FOR RECORDINGS IF INCASE YOU MISSED ANY LIVE
CLASS.
• ACCESS TO LAB SERVER AND GUIDANCE ON LOCAL LAPTOP SETUP
• GET FREE RETAKE IN OUR NEXT IMMEDIATE BATCH

FOR ADMISSION/PRICING:

Whatsapp us:

Mr. Sagar Dhawan https://wa.me/919739521088

Mr. Abdul https://wa.me/9190498 52904

Email:

[email protected]

~THE END

AWS CLOUD ASSOCIATE + LINUX FOR NETWORK ENGINEERS || YOUTUBE:


NETWORKJOURNEY | Our Schedules: www.networkjourney.com/get-full-course-content-videos/

You might also like