Instructional Video5:31
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Authentication and Security

Higher Ed
In this lesson, we will expand on our earlier discussion about IAM authentication and security on how authentication works.
Instructional Video5:48
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Roles (Practical Guide)

Higher Ed
In this video, we will understand IAM roles using a practical guide with an IAM use case.
Instructional Video3:21
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Roles

Higher Ed
In this lecture, you will learn about IAM roles and how identities work in AWS, which govern access permissions.
Instructional Video4:47
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Custom Policies (Guide)

Higher Ed
Let's understand how to apply the custom JSON policies explored in the last lecture to a new user created.
Instructional Video2:36
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Custom Policies

Higher Ed
Here, we will create a custom resource-based policy using JSON.
Instructional Video3:22
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Inline Policies (Guide)

Higher Ed
In this lecture, we will work on a practical guide to create and work with inline policies for IAM users.
Instructional Video3:16
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Policies

Higher Ed
In this video, we will understand in an in-depth manner the different IAM policies.
Instructional Video6:55
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Groups (LAB Exercise)

Higher Ed
In this lecture, we will gain additional practice working with IAM groups by creating an organizational structure that we explored in our sample AWS setup.
Instructional Video2:58
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Group Administration

Higher Ed
Here, we will look at a hands-on demonstration of performing administrative actions on a group, including listing, deleting groups, and attaching policies to groups.
Instructional Video4:21
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Groups

Higher Ed
In this video, you will learn how to create IAM groups and comprehensively discuss the advantages of IAM groups in organizations migrating to AWS.
Instructional Video6:44
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Changing IAM User Permissions (Method 3)

Higher Ed
In this lesson, we will explore changing permissions to an IAM user by attaching a policy directly to a user.
Instructional Video3:04
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Changing IAM User Permissions (Method 2)

Higher Ed
In this lesson, we will explore changing permissions to an IAM user by copying permissions from one user to another.
Instructional Video3:25
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Changing IAM User Permissions (Method 1)

Higher Ed
In this lesson, we will explore changing permissions to an IAM user by adding the user to a group governed under the desired policies.
Instructional Video6:09
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Introduction to IAM

Higher Ed
In this lecture, we will explore IAM in greater detail, an important part of the AWS Cloud Practitioner exam.
Instructional Video11:57
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating IAM Users and Groups

Higher Ed
This lecture will demonstrate a hands-on demonstration of enabling MFA on the root account for IAM users and groups.
Instructional Video5:54
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Global Versus Regional Services Example

Higher Ed
After understanding the differences between global and regional AWS services, we will look at an example of a service use case.
Instructional Video8:02
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - AWS Cloud Practitioner Exam - Key Topics

Higher Ed
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.
Instructional Video6:01
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - After the Cloud

Higher Ed
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.
Instructional Video12:27
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Creating a Custom Image

Higher Ed
As a starting point, let's create a simple image using Docker's reserved, minimal image—scratch.
Instructional Video25:39
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Horizontal Scaling with Auto Load Balancers (NodeBalancer)

Higher Ed
Describes how to use elastic load balancing with your auto scaling group to distribute traffic across the instances in your auto scaling group.
Instructional Video20:02
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Hosted Software Firewalls UFW

Higher Ed
Learn how to use UFW (Uncomplicated Firewall) to manage your firewall on Ubuntu, Debian, or Arch Linux.
Instructional Video10:59
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Securing SSH with a Network Firewall

Higher Ed
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.
Instructional Video12:14
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Testing MariaDB Connection from PHP (Part 1)

Higher Ed
This video shows how to use PHP MySQLi to connect to and communicate with a MariaDB database featuring a demo app and code samples.
Instructional Video11:11
Curated Video

AWS, JavaScript, React - Deploy Web Apps on the Cloud - Installing LAMP Stack on Ubuntu Through Command Line

Higher Ed
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.