Instructional Video11:54
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Setting Up an EC2 Windows Instance Lab

Higher Ed
How about a Windows instance running in AWS? This video demonstrates the processes used to instantiate a Windows instance in AWS.
Instructional Video8:16
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Configuring an EC2 Linux Instance Lab

Higher Ed
After implementing the Linux instance, you will need to know a bit about configuring. This video takes you through some important instance configuration tasks.
Instructional Video12:46
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Launching an EC2 Linux Instance Lab

Higher Ed
Want to know how to create a Linux-based EC2 instance in AWS? This is the video for you. You will see the process from start to finish.
Instructional Video13:19
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Pricing

Higher Ed
Pricing for EC2 instances varies greatly within AWS. As discussed in this video, the most impacting factors in EC2 pricing are instance types/classes in use and the pricing category chosen.
Instructional Video10:43
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Instance Types

Higher Ed
When you launch an EC2 instance, you must consider more than just the Amazon Machine Image (AMI) to use. You must also determine the instance type or class to use to achieve optimum performance. For this reason, it is important to...
Instructional Video11:18
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Overview

Higher Ed
Cloud computing is all the buzz today, but what is the service in AWS that allows for this? The answer is EC2, and this video introduces the concepts around the EC2 service.
Instructional Video7:32
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Block Store (EBS)

Higher Ed
While S3 and Glacier can be used to store files, what do you do when you need storage for a virtual machine (an instance) in Amazon Web Services (AWS)? The answer is in the AWS Elastic Block Store (EBS) service. This video introduces the...
Instructional Video5:41
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 and Tape Gateway

Higher Ed
What do you do if your antiquated system requires backing up to a physical tape? AWS now has the solution with Tape Gateway, which these systems see as a physical tape, yet cleverly backs up to a server.
Instructional Video6:26
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Cloud Computing Models

Higher Ed
You may be wondering how you can use the cloud. Do you have to move everything to the cloud or just some solutions? What do buzzwords such as IaaS, PaaS, and SaaS mean? You will find out in this video.
Instructional Video3:38
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - The Four Key Areas (Compute, Networking, Storage, and Databases)

Higher Ed
These are the four main components that make up AWS. Find out what exactly each of these is in the AWS environment.
Instructional Video7:17
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - General Best Practices

Higher Ed
In the final video of this course, you will review best practices related to high availability, scaling and continued learning. Consider this an important checkpoint in the learning process. If you do not fully understand any of the...
Instructional Video5:09
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Cost Optimization Scenario

Higher Ed
It's time to take the final pass at our design for Widget Makers. In this video, we will see how we can keep costs down while accomplishing availability, performance and security for the AWS solution.
Instructional Video6:52
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Cost Optimization

Higher Ed
So, we have availability, performance, and security, but are we accomplishing it with the least cost? In this video, you will see how to design for cost optimization in AWS.
Instructional Video5:17
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Secure Design Scenario

Higher Ed
Now that you know the best practices for secure design, let's see how we can apply them to Widget Makers' needs in this video.
Instructional Video5:50
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Desktop and Appstreaming

Higher Ed
Do you need to run entire user desktops or applications in the cloud and have them streamed to the users internally? If you do, don't miss this video, which explains the solutions for this provided within AWS.
Instructional Video5:45
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Monitoring Lab

Higher Ed
In this video, you will explore the options for database monitoring so that you can plan for alerts and other automated capabilities that will assist the database managers in their processes.
Instructional Video6:03
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - High Availability Solutions

Higher Ed
Availability means that a resource is there when you need it and where you need it. With databases, this is of ultimate importance. In this video, you will explore the high availability solutions for databases in AWS.
Instructional Video4:32
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Database Hosting Methods

Higher Ed
You can host databases in AWS in two primary ways. One method is managed more by AWS and the other is managed more by your organization. This video helps you understand the pros and cons of each.
Instructional Video6:20
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Lambda

Higher Ed
What if you need some code to run in the cloud but you don't want to build an entire instance-based platform to support the code? Lambda comes to the rescue. This video explains how Lambda can be used to execute code in the cloud without...
Instructional Video12:36
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Autoscaling Configuration Lab

Higher Ed
Beyond understanding what autoscaling does, it is essential to see how it is configured and managed so that you can design for it. This video takes you into a configuration lab for autoscaling so you can learn this important information.
Instructional Video11:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - CloudTrail

Higher Ed
When you have IAM users, groups, roles, and policies defined, it's time to think about how you will track or log everything that's going on in AWS. In this video, you will learn about AWS CloudTrail and how it can help you monitor and...
Instructional Video5:39
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - AWS Security Hub

Higher Ed
AWS Security Hub offers a single console for a number of useful security options in AWS, including IDS with Amazon GuardDuty, vulnerability scans with Amazon Inspector, and automatic policy compliance scans with Amazon Macie.
Instructional Video12:55
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Server and User Model

Higher Ed
This video will cover the creation of server and user models for the backend part of our full stack Twitter Clone app.
Instructional Video17:22
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth Middleware

Higher Ed
In this video, we will implement an authentication middleware that checks whether a user is authorized to access certain routes by verifying their JSON Web Token (JWT).