Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Setting Up an EC2 Windows Instance Lab
How about a Windows instance running in AWS? This video demonstrates the processes used to instantiate a Windows instance in AWS.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Configuring an EC2 Linux Instance Lab
After implementing the Linux instance, you will need to know a bit about configuring. This video takes you through some important instance configuration tasks.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Launching an EC2 Linux Instance Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Pricing
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Instance Types
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - EC2 Overview
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Elastic Block Store (EBS)
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - S3 and Tape Gateway
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Cloud Computing Models
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - The Four Key Areas (Compute, Networking, Storage, and Databases)
These are the four main components that make up AWS. Find out what exactly each of these is in the AWS environment.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - General Best Practices
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Cost Optimization Scenario
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Cost Optimization
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Secure Design Scenario
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Desktop and Appstreaming
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Monitoring Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - High Availability Solutions
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Database Hosting Methods
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Lambda
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Autoscaling Configuration Lab
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.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - CloudTrail
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...
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - AWS Security Hub
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.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Server and User Model
This video will cover the creation of server and user models for the backend part of our full stack Twitter Clone app.
Curated Video
SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Auth Middleware
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).