Instructional Video7:44
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - S3 Advanced Features

Higher Ed
Can you do more than store files in S3 buckets? You definitely can, and this video explores some of the more advanced features of S3.
Instructional Video6:27
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Storage Services

Higher Ed
Amazon Web Services (AWS) offers many storage functions. Many cloud services provide storage alone, but AWS offers advanced storage services and many compute services. This video introduces the array of storage services offered.
Instructional Video9:47
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Services, Part 1

Higher Ed
In this first part of two videos, you will begin exploring the Amazon Web Services (AWS) offerings. We can explore everything AWS offers by browsing through the services list in the AWS console.
Instructional Video13:00
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - IAM…What?

Higher Ed
In this video, we will understand the Identity and Access Management (IAM) service used to secure access to AWS services, manage the root account, create users, group permissions, roles, and more.
Instructional Video9:55
Curated Video

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

Higher Ed
In this video, you will learn to create a database on AWS and put our data in the cloud. We will understand databases and types. We will briefly explore DynamoDB and other database server examples (MySQL, Aurora, and others).
Instructional Video5:25
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Master the Knowledge Areas

Higher Ed
The first step in passing the AWS CSA-A exam is knowing the knowledge areas front to back.
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 Video8:10
Curated Video

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

Higher Ed
As you know, availability and performance are important, but it's also important to ensure security of the implemented solution. In this video, you will explore the AWS best practices for secure design.
Instructional Video7:57
Curated Video

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

Higher Ed
When implementing databases, it is important to consider security. Databases store data and data may be sensitive at varying levels. In this video, database security is explored.
Instructional Video4:38
Curated Video

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

Higher Ed
How do you grow a database when it's not keeping up with the workload. AWS offers different scalability solutions, and they are presented in this video to assist the architect in selecting the best option.
Instructional Video9:17
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Web Application Firewall (WAF)

Higher Ed
When implementing Web applications, it is important to ensure proper security. Sometimes you need to allow or disallow access based on source IP addresses or the request type. The AWS Web Application Firewall (WAF) is your solution.
Instructional Video8:50
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - API Gateway

Higher Ed
An Application Programming Interface (API) is a wrapper for code that allows for easy access to and execution of it. The AWS API Gateway is a service that allows you to have APIs in the cloud. Learn more in this video.
Instructional Video6:03
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Amazon STS

Higher Ed
The Amazon Security Token Service (STS) allows for secure communications and access between AWS services, such as between an EC2 instance and S3. You will learn about this service in this video.
Instructional Video8:10
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - IAM Roles

Higher Ed
When you want an application or CLI interface to access AWS and its services, you can use IAM roles. This video explores the process used to create and manage roles in AWS.
Instructional Video5:02
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Principle of Least Privilege

Higher Ed
One of the biggest and most common mistakes made in security management is granting too many permissions to a user. The principle of least privilege can assist in preventing this and it is covered in this video.
Instructional Video9:28
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Data Security Control

Higher Ed
This topic will address data access and governance, recovery, retention, classification, and encryption key management concepts.
Instructional Video6:11
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Shared Responsibility Models

Higher Ed
The final topic of this chapter is the shared responsibility model. AWS does not have full responsibility for the security of your cloud deployment. However, neither do you. Instead, a shared responsibility model is used, and it is...
Instructional Video10:14
Instructional Video9:17
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Display

Higher Ed
In this video, you will learn how to display notifications in our Twitter Clone app.
Instructional Video11:30
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Fetch

Higher Ed
In this video, we will be discussing how to fetch notifications for a user in our Twitter Clone app's backend.
Instructional Video7:34
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Notification Functions

Higher Ed
In this video, we will be creating notification functions for our full-stack Twitter Clone app. These functions will allow us to send notifications to users when certain events occur, such as when someone follows them or likes their tweet.
Instructional Video10:04
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Like and Unlike Tweet UI

Higher Ed
In this video, we will be implementing the functionality to like and unlike tweets in the UI of our Twitter Clone app.
Instructional Video13:21
Curated Video

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

Higher Ed
In this video, we will implement the user login functionality using Passport.js authentication.
Instructional Video8:44
Curated Video

SwiftUI and Node.js Full Stack - Build Twitter - iOS 16 - Password Hashing with Bcrypt

Higher Ed
In this video, we will explore how to securely hash and store user passwords using Bcrypt.