AWS and Linode: The Ultimate Guide to Cloud Computing [IaaS]
AWS and Linode: The Ultimate Guide to Cloud Computing [IaaS], available at $54.99, has an average rating of 4.5, with 136 lectures, based on 248 reviews, and has 45494 subscribers.
You will learn about Cloud Computing Fundamentals Cloud Computing Service Models (IaaS, PaaS, SaaS) Cloud Server Deployment and Configuration on Linode Foundations of Linux LAMP Stack Installation and Configuration Foundations of Server Security (Network & Hosted Firewalls, UFW) Scaling Instances Vertically and Horizontally Cloud Deployment Models (Private, Public, Community) AWS Foundations (Account Registration and Basic Security) AWS IAM Foundations (Users, Groups, Policies, Roles, Access Keys) Amazon Elastic Compute Cloud (EC2) Foundations IAM Roles for EC2 Secure Socket Shell (SSH) for Instance Administration This course is ideal for individuals who are Students interested in Cloud Computing or Students interested in Deploying and Configuring Remote Instances or Students interested in the Foundations of Linux or Students interested in the Foundations of Web Server Software (Apache & NGINX) or Students interested in Server Security (Network & Hosted Firewalls, UFW) or Students interested in learning the Foundations of AWS (IAM, EC2) It is particularly useful for Students interested in Cloud Computing or Students interested in Deploying and Configuring Remote Instances or Students interested in the Foundations of Linux or Students interested in the Foundations of Web Server Software (Apache & NGINX) or Students interested in Server Security (Network & Hosted Firewalls, UFW) or Students interested in learning the Foundations of AWS (IAM, EC2).
Enroll now: AWS and Linode: The Ultimate Guide to Cloud Computing [IaaS]
Summary
Title: AWS and Linode: The Ultimate Guide to Cloud Computing [IaaS]
Price: $54.99
Average Rating: 4.5
Number of Lectures: 136
Number of Published Lectures: 136
Number of Curriculum Items: 136
Number of Published Curriculum Objects: 136
Original Price: $174.99
Quality Status: approved
Status: Live
What You Will Learn
- Cloud Computing Fundamentals
- Cloud Computing Service Models (IaaS, PaaS, SaaS)
- Cloud Server Deployment and Configuration on Linode
- Foundations of Linux
- LAMP Stack Installation and Configuration
- Foundations of Server Security (Network & Hosted Firewalls, UFW)
- Scaling Instances Vertically and Horizontally
- Cloud Deployment Models (Private, Public, Community)
- AWS Foundations (Account Registration and Basic Security)
- AWS IAM Foundations (Users, Groups, Policies, Roles, Access Keys)
- Amazon Elastic Compute Cloud (EC2) Foundations
- IAM Roles for EC2
- Secure Socket Shell (SSH) for Instance Administration
Who Should Attend
- Students interested in Cloud Computing
- Students interested in Deploying and Configuring Remote Instances
- Students interested in the Foundations of Linux
- Students interested in the Foundations of Web Server Software (Apache & NGINX)
- Students interested in Server Security (Network & Hosted Firewalls, UFW)
- Students interested in learning the Foundations of AWS (IAM, EC2)
Target Audiences
- Students interested in Cloud Computing
- Students interested in Deploying and Configuring Remote Instances
- Students interested in the Foundations of Linux
- Students interested in the Foundations of Web Server Software (Apache & NGINX)
- Students interested in Server Security (Network & Hosted Firewalls, UFW)
- Students interested in learning the Foundations of AWS (IAM, EC2)
This course offers a comprehensive guide for aspiring cloud practitioners interested in learning the complete lifecycle of virtual instance deployment and configuration on popular cloud platforms like AWS and Linode. The course starts right from the basics, where we explore various cloud computing service models. This includes infrastructure as a service, platform as a service, and software as a service. From there students gain hands-on experience with creating and administering remote virtual instances, complete with Ubuntu, Apache, MariaDB, and PHP. Students will learn the difference between popular web servers like Apache and NGINX, along with a detailed overview of various database management systems. This includes both SQL and NoSQL databases, in addition to database transaction standards such as ACID and CAP Theorem. In addition to a theoretical deep dive, the course demonstrates how to install, configure, and secure LAMP stack on Ubuntu for hosting dynamic, database driven web apps. We offer a detailed segment on server security, where students will configure both software and network firewalls for their instance using strict firewall policies, UFW and custom SSH ports. At this stage students will also learn to scale their servers both vertically and horizontally using application load balancers.
The second half of the course provides a comprehensive guide to Amazon Web Services. We start with demonstrating how to setup, secure, and navigate an AWS account. This includes setting up billing alerts and multi-factor authentication. From there, we take a deep dive into AWS Identity and Access management for enhanced account security, and the management of user accounts for various AWS services. Here we explore IAM User management and permissions, IAM Groups, IAM Policies, and access key rotation. Following the IAM section, we’ll jump into the Amazon Elastic Compute Cloud (EC2) service. In this module students lean to deploy virtual instances on AWS using Amazon Machine Images, Elastic IPs, and Launch Templates. We will also explore IAM roles for EC2, EC2 Security Groups, SSH key pair authentication, and remote administration using both terminal and EC2 Instance connect.
As you can see this course covers a tremendous bit of ground and we hope you’re just as excited about this course as we are, if so – hit that enroll button and let’s get started.
Course Curriculum
Chapter 1: Foundations of Cloud Computing with Linode
Lecture 1: Intro to Cloud Computing
Lecture 2: Benefits of Cloud Computing
Lecture 3: Cloud Computing Service Models
Chapter 2: Cloud Computing Service Models
Lecture 1: Infrastructure as a Service (IaaS)
Lecture 2: Platform as a Service (PaaS)
Lecture 3: Software as a Service (SaaS)
Lecture 4: IaaS vs PaaS vs SaaS
Chapter 3: Cloud Server Deployment on Linode
Lecture 1: Linode Account Setup
Lecture 2: Exploring the Linode Cloud Manager
Lecture 3: Enabling TFA on Linode
Lecture 4: Deploying a Linode Virtual Instance
Lecture 5: Exploring the Linode Instance Dashboard
Lecture 6: Remote Server Admin via SSH
Lecture 7: Password vs SSH Key Authentication
Lecture 8: SSH Key Pair Authentication on Windows
Lecture 9: SSH Key Pair Authentication on MacOS
Lecture 10: Connecting with LISH
Lecture 11: Adding SSH Public Keys to Linode
Chapter 4: Linux Foundations
Lecture 1: Introduction to Linux
Lecture 2: The Linux Filesystem
Lecture 3: Linux Maintenance Commands
Lecture 4: Linux Directory Commands [Part 1]
Lecture 5: Linux Directory Commands [Part 2]
Lecture 6: Ubuntu Basic Server Configuration
Lecture 7: Introduction to User Accounts
Lecture 8: Creating a Non-Root Account
Lecture 9: Securing the New User Account
Lecture 10: Disabling Root User Access and Password Authentication
Chapter 5: Introduction to Web Servers
Lecture 1: Introduction to Web Servers
Lecture 2: Self Hosting vs Hosting Provider
Lecture 3: Web Server Software (NGINX vs Apache)
Lecture 4: Introduction to Databases
Lecture 5: SQL vs NoSQL Databases
Lecture 6: Database Transaction Standards (ACID vs CAP)
Lecture 7: CAP Theorem for NoSQL Databases
Lecture 8: Characteristics of SQL vs NoSQL DBMSes
Lecture 9: Key Terms: Stacks, Frameworks, & Languages [Part 1]
Lecture 10: Key Terms: Stacks, Frameworks, & Languages [Part 2]
Lecture 11: Key Terms: Stacks, Frameworks, & Languages [Part 3]
Chapter 6: LAMP Stack Installation and Configuration
Lecture 1: Installing LAMP Stack on Ubuntu via Command Line
Lecture 2: Installing LAMP Stack using Linode Marketplace
Lecture 3: Testing PHP on Apache
Lecture 4: Testing MariaDB Connection from PHP [Part 1]
Lecture 5: Testing MariaDB Connection from PHP [Part 2]
Lecture 6: Remote Server Administration using Linode GLISH
Chapter 7: Foundations of Server Security
Lecture 1: Introduction to Server Security
Lecture 2: Introduction to Firewalls
Lecture 3: Network Firewalls
Lecture 4: Securing SSH with a Network Firewall
Lecture 5: Strict Network Firewall Policy
Lecture 6: Hosted Software Firewalls UFW
Chapter 8: Server Scaling
Lecture 1: Introduction to Scaling
Lecture 2: Vertical Scaling
Lecture 3: Horizontal Scaling with Auto Load Balancers (NodeBalancer)
Lecture 4: Instance IP Swaps
Chapter 9: Server Images and Backups
Lecture 1: Introduction to Images and Backups
Lecture 2: Creating a Custom Image
Lecture 3: Linode Backup Service
Chapter 10: Account Clean-Up and Segment Overview
Lecture 1: Linode Account Clean-Up
Lecture 2: Segment Overview
Chapter 11: The Cloud Computing Phenomenon [AWS Edition]
Lecture 1: Before the Cloud
Lecture 2: After the Cloud
Lecture 3: Cloud Use-Cases
Lecture 4: Cloud Case Study: Netflix
Lecture 5: Cloud Case Study: Twitter
Chapter 12: Cloud Computing Characteristics and Service Models [Revisited]
Lecture 1: Characteristics of Cloud Computing (Part 1)
Lecture 2: Characteristics of Cloud Computing (Part 2)
Lecture 3: Characteristics of Cloud Computing (Part 3)
Lecture 4: Cloud Computing: Virtualization
Lecture 5: Introduction to Cloud Computing Service Models
Lecture 6: Infrastructure as a Service (IaaS) Overview
Lecture 7: Platform as a Service (PaaS) Overview
Lecture 8: Software as a Service (SaaS) Overview
Chapter 13: Cloud Deployment Models
Lecture 1: Private Cloud
Lecture 2: Community Cloud
Lecture 3: Public vs. Hybrid Cloud
Lecture 4: Virtual Private Cloud (VPC)
Chapter 14: AWS by the Numbers
Lecture 1: Cloud Computing Statistics
Lecture 2: AWS History
Lecture 3: AWS Usage Statistics
Chapter 15: Getting Started with AWS
Lecture 1: Introduction
Lecture 2: AWS Pricing Foundations
Lecture 3: AWS Free Tier Overview
Lecture 4: AWS Acceptable Use Policy
Lecture 5: AWS Account Registration
Instructors
-
YouAccel Training
8+ Million Enrollments, 70k+ Reviews. Register Today.
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 8 votes
- 3 stars: 22 votes
- 4 stars: 78 votes
- 5 stars: 138 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024