Hi, what do you want to do?
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Changing IAM User Permissions (Method 1)
In this lesson, we will explore changing permissions to an IAM user by adding the user to a group governed under the desired policies.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to IAM
In this lecture, we will explore IAM in greater detail, an important part of the AWS Cloud Practitioner exam.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating IAM Users and Groups
This lecture will demonstrate a hands-on demonstration of enabling MFA on the root account for IAM users and groups.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Global Versus Regional Services Example
After understanding the differences between global and regional AWS services, we will look at an example of a service use case.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - AWS Cloud Practitioner Exam - Key Topics
This lesson demonstrates how to appear for the AWS Cloud Practitioner exam and covers key concepts required to clear the exam successfully in a concise manner.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - After the Cloud
In this video, we will understand how organizations benefit from migrating to the cloud and what benefits and challenges organizations can face with this migration.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating a Custom Image
As a starting point, let's create a simple image using Docker's reserved, minimal image—scratch.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Horizontal Scaling with Auto Load Balancers (NodeBalancer)
Describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Hosted Software Firewalls UFW
Learn how to use UFW (Uncomplicated Firewall) to manage your firewall on Ubuntu, Debian, or Arch Linux.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Securing SSH with a Network Firewall
Here, you will learn about SSH best practices on firewall rules to only allow users who know the "secret knock" to enter the network through a particular port.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing MariaDB Connection from PHP (Part 1)
This video shows how to use PHP MySQLi to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Installing LAMP Stack on Ubuntu Through Command Line
In this guide, we will install a LAMP stack on an Ubuntu server. There are a few different ways to do this from the command line.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Characteristics of SQL Versus NoSQL DBMSes
In this video, SQL and NoSQL differ in whether they are relational (SQL) or non-relational (NoSQL), whether their schemas are predefined or dynamic, how they scale, the type of data they include, and so on.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Ubuntu Basic Server Configuration
This lesson will teach us to perform basic configurations on the Ubuntu server.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - SSH Key Pair Authentication on Windows
In this lesson, we will understand how to generate an SSH key pair on a Windows computer and connect to our Linode instance remotely.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Exploring the Linode Instance Dashboard
This lesson will explore the Linode Instance Dashboard after creating our instance.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Managing Permissions for IAM Users
This video will explain how to change or manage permissions for IAM users.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Administration (Guide) (Listing, Deleting Users and Accounts)
This video demonstrates how to manage IAM users efficiently. You will learn to view access history and list and delete users and their accounts.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to Managing IAM Users
This lecture provides a brief overview of how to manage IAM users and update users in the event of making changes to IAM user access.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Users
This lecture will give a quick overview of essential concepts relevant to IAM user credentials.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Mechanics (Theory)
In this lesson, we will gain a theoretical overview of the mechanics of IAM and how it works, including key terms for the AWS Practitioner exam.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Configure a Custom Password Policy
In this lesson, we will configure a custom password policy as an added layer of security for an AWS user account.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM User Custom Sign-In Link
In this lesson, we will understand how to create custom user sign-in links for IAM users with specific accesses and restrictions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Activate MFA for the Root User Account
In this video, you will learn how to set up multifactor authentication for the root user we created for our project.