Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Authentication and Security
In this lesson, we will expand on our earlier discussion about IAM authentication and security on how authentication works.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Roles (Practical Guide)
In this video, we will understand IAM roles using a practical guide with an IAM use case.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Roles
In this lecture, you will learn about IAM roles and how identities work in AWS, which govern access permissions.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Custom Policies (Guide)
Let's understand how to apply the custom JSON policies explored in the last lecture to a new user created.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Custom Policies
Here, we will create a custom resource-based policy using JSON.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Inline Policies (Guide)
In this lecture, we will work on a practical guide to create and work with inline policies for IAM users.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Policies
In this video, we will understand in an in-depth manner the different IAM policies.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Groups (LAB Exercise)
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Group Administration
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.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - IAM Groups
In this video, you will learn how to create IAM groups and comprehensively discuss the advantages of IAM groups in organizations migrating to AWS.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Changing IAM User Permissions (Method 3)
In this lesson, we will explore changing permissions to an IAM user by attaching a policy directly to a user.
Curated Video
AWS, JavaScript, React - Deploy Web Apps on the Cloud - Changing IAM User Permissions (Method 2)
In this lesson, we will explore changing permissions to an IAM user by copying permissions from one user to another.
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.