• document-embeddings-guide-td

    How to Generate Simple Document Embeddings with Python

    Document embeddings are one of the simplest ways to give machines an understanding of text, and in our previous article, Document Embeddings Explained: A Guide for Beginners, we explored how they turn entire documents into dense numerical vectors that capture meaning and context. Now that you understand what embeddings [...]

  • Diagram illustrating how Amazon Security Lake uses the Open Cybersecurity Schema Framework (OCSF) to standardize security data across AWS sources.

    Open Cybersecurity Schema Framework (OCSF) and Amazon Security Lake

    Amazon Security Lake is a managed service that collects and stores security logs from AWS services, on-premises systems, and supported third-party tools. It automatically converts all incoming data into Apache Parquet and formats everything using the OCSF schema. This setup allows different kinds of security logs to follow one [...]

  • Can Gemini 3 Replace My AI Toolkit - Featured Image

    Can Gemini 3 Replace My AI Toolkit?

    I've always approached AI with one mindset: use whatever tool gets the job done fastest and cleanest. I'm not loyal to one model, one company, or one ecosystem. I switch between tools depending on what my day looks like. In school, that might mean summarizing academic papers. At work [...]

  • AWS Vector Databases Explained: Semantic Search and RAG Systems

    AWS Vector Databases Explained: Semantic Search and RAG Systems

    The generative AI (GenAI) revolution has transformed how organizations extract value from their data. While large language models (LLMs) demonstrate remarkable capabilities in understanding and generating human-like text, their true enterprise potential is unlocked only when they can access proprietary, domain-specific information. This necessity has propelled vector databases from [...]

  • self hosting judge0 step by step guide header

    Self-Hosting Judge0: A Step-by-Step Guide Using Amazon EC2, Lambda, and S3

    Judge0 is a powerful, open-source code execution system widely used by online coding platforms to run programs in secure environments. However, while it is often accessed as a third-party service, self-hosting Judge0 on AWS significantly grants you complete control over configuration and security. In fact, this level of ownership [...]

  • Shaping the Future of Student Technopreneurs in the Philippines through AWS Cloud Club PUP e:Novators

    BGC, Philippines—November 21, 2025—Designed for working students, budding entrepreneurs, small startups, hackathon enthusiasts, and aspiring tech founders, the Alfred’s Engine Room: Crafting Tomorrow’s Ventures: Kick-off and Ideation 2025 marked the official launch of AWS Cloud Club PUP e:Novators, a community built to empower the next generation of bold visionaries [...]

  • The Cash Cow + Investment Model: A Career Blueprint from Tutorials Dojo’s CEO

    Imagine spending weeks building a course, only to watch it fail. That’s exactly what happened in 2019 to the founder of Tutorials Dojo, Jon Bonso. He had spent weeks building a React Native course. He recorded, edited, and re-recorded, hoping people would buy it. However when it finally launched, [...]

  • AWS Strands Agents SOPs AI Automation Workflow Natural Language

    AWS Strands Agent SOPs – Your Natural Language Agentic AI Workflow Tool

    If you're someone whose work involves AI automation or a developer, you'll know that Modern AI agents are powerful but notoriously difficult to guide with consistency. You put the same thing in twice, you get two drastically different results. There are two ways of driving Modern AI agents: Code [...]

  • What is Amazon Bedrock AgentCore

    What is Amazon Bedrock AgentCore?

    Imagine spending months building an AI agent that integrates seamlessly into your development environment. It employs tools, responds to inquiries, and completes duties precisely as planned. But moving it to production becomes a nightmare: suddenly, you are dealing with scale problems, security concerns, authentication systems, and API interfaces. What [...]

  • Google Antigravity AI IDE LLM Agentic Development Fleet

    A New Player in Town: Google Antigravity

    On Wednesday, Google, the creators of Gemini, one of the top competitors of popular LLMs like ChatGPT (developed by OpenAI), recently launched their first AI agentic development IDE, known as Google Antigravity. Built for a wide range of customers, it is targeted to both professional developers working on large [...]

  • aws sysops soa-c02 exam

AWS Certified Sysops Administrator Associate (SOA-C02) Exam Experience

I recently took the new AWS Certified SysOps Administrator SOA-C02 exam last week via the Pearson Vue online proctoring. There are a lot of recently introduced features and services that showed up in this new version which you should be aware of. The new version included the new Exam Labs section in the test, which is unique among the other existing AWS certifications. If you’re planning to take this exam soon, read on. At the beginning [...]

  • sysops soa-c02 exam lab

Sample SysOps Exam Lab Scenario #1 – Create an Alarm Using a Metric Filter

This sample exam lab was taken from our AWS Certified SysOps Administrator Associate Practice Exams. Check out our practice test course for more exam lab scenarios. LEARNING OBJECTIVE The goal of this lab exercise is to help you understand how you can leverage CloudWatch Logs, CloudWatch Metrics, CloudWatch Alarms, and Amazon SNS services in creating an automated alarm system that can inform you of unusual activity in your AWS cloud environment. TIME: 20 MINUTES [...]

  • how_to_create_wait_conditions_in_a_cloudformation_template

How to Create Wait Conditions in a CloudFormation Template

Wait Conditions, as the name suggests, is a tool used to control the order of creation of the AWS resources in a CloudFormation stack. It can pause the creation of a stack and wait for a signal to ensure that specific resources and configurations were properly launched before resuming the stack creation process. Use cases: For example, you want to make sure that a specific domain name is working before you can conclude that [...]

  • multi-account_multi-region_data_aggregation_on_aws_config

Multi-Account Multi-Region Data Aggregation On AWS Config

AWS Config is a service that tracks changes made to resources associated with an AWS account. This service can give you a detailed view of the resource configuration’s timeline so you can go back in time and identify when and what resource the change was made into. It also enables you to determine the overall compliance against the rules and configurations specified in your guidelines. This simplifies compliance auditing, security analysis, change management, and [...]

Specifying Triggers for AWS Config Rules

AWS Config allows you to set “rules” to evaluate configuration settings on your AWS resources. The result of these rule evaluations are then displayed on the AWS Config web console. You can control the frequency of rule evaluations by AWS Config by specifying a trigger. A trigger refers to the method of evaluation for your config rules. There are two types of triggers to select from when creating a rule. 1. Configuration Changes When [...]

  • setting_up_aws_systems_manager_for_hybrid_environments

Setting up AWS Systems Manager for Hybrid Environments

AWS Systems Manager allows your organization to monitor and control their infrastructure on AWS and on-premises environments. Systems Manager provides a unified interface to which you can monitor thousands of servers and services of AWS. Essentially, Systems Manager simplifies resource and application management, shortens the time to detect and resolve operational problems, and makes it easy to operate and manage your infrastructure securely at scale. The following are the capabilities of AWS Systems Manager [...]

  • Asymmetric vs. Symmetric Encryption KMS Keys

Asymmetric vs. Symmetric Encryption KMS Keys

Even before the Internet, the security, privacy, and integrity of information have always been the top concern of institutions like banks, hospitals, and universities. Nobody wants their personal information (name, address, credit card number, etc.) to be exposed in public for anyone to use. Imagine signing up on your favorite social media website, and after a few days, somewhere on the globe has been using your profile and pretending to be you without you [...]

  • My SysOps Beta Exam Experience

My AWS Certified SysOps Administrator Associate SOA-C02 BETA Exam Experience in 2021

I took the BETA version of the new AWS Certified SysOps Administrator SOA-C02 exam last week via the Pearson Vue online proctoring. There are a lot of recently-introduced features and services that showed up in this new version which you should be aware of. There is also a new Exam Labs section in the test, which is unique among the other existing AWS certifications. If you’re planning to take this exam soon, read on. [...]

  • aws_managed_policies_for_job_functions

AWS Managed Policies For Job Functions

AWS managed policies for job functions are policies that contain sets  of permissions required for a specific job function or role (especially in the IT industry). It is designed to simplify the creation of policies by combining the permissions for many services into a single policy. You can attach these policies for job functions to any group, user, or role.  To further understand this, let’s consider the scenario below: Mikee is the new database [...]

  • My AWS Certified Security Specialty Exam Experience - Tips and Important Notes

My AWS Certified Security Specialty Exam Experience – Tips and Important Notes

My AWS Certified Security Specialty Exam Experience - Tips and Important Notes The AWS Certified Security - Specialty is included in the top 10 Most Popular Cybersecurity Certifications based on Global Knowledge’s 2020 IT Skills and Salary Report. Beating some of the famous security certifications on the list (e.g. CEH, CompTia: Security+) only shows how influential AWS has been to the IT industry in the previous years. Not only Security Professionals can benefit from [...]

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

🧑‍💻 50% OFF – CodeQuest Coding Labs

$2.99 AWS and Azure Exam Study Guide eBooks

tutorials dojo study guide eBook

New AWS Generative AI Developer Professional Course AIP-C01

AIP-C01 Exam Guide AIP-C01 examtopics AWS Certified Generative AI Developer Professional Exam Domains AIP-C01

Learn GCP By Doing! Try Our GCP PlayCloud

Learn Azure with our Azure PlayCloud

FREE AI and AWS Digital Courses

FREE AWS, Azure, GCP Practice Test Samplers

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Follow Us On Linkedin