• Unlocking the Secrets of DNA: Analyzing Genomic Data with AWS

    Your DNA has the blueprint for your life. Much like everybody else, as it determines everything from our physical characteristics to our susceptibility to diseases. However, there is the challenge of decoding this complexity efficiently and accurately. With AWS HealthOmics—an AWS service for storing, querying, analyzing, and generating insights [...]

  • understanding-resource-group-in-azure

    Understanding Resource Groups in Azure

    Have you ever wondered how to manage and organize resources in the cloud effectively? With over 95% of companies using Microsoft Azure, mastering Resource Groups is crucial for efficient cloud management.  Azure Resource Groups are the cornerstone of managing and organizing resources in Microsoft Azure. Whether you're new to [...]

  • GCP Daily Cost Notifier

    Cost Notifier: Keep Track of Your Google Cloud Platform Expenses

    Have you ever had that moment when you realize your cloud costs have unexpectedly increased? Keeping track of your Google Cloud Platform (GCP) expenses usually requires manual effort, as you need to visit the console regularly. But what if you could receive daily updates on your costs automatically? Enter [...]

  • TD_Create_Function

    AWS Reserved Instance Management Made Easy with Slack Alerts

    In today's fast-changing world of cloud computing, it's crucial to manage AWS resources efficiently. One important task is keeping track of Reserved Instances (RIs) to save costs and use resources wisely. This guide will show you how to set up a simple system that sends AWS Reserved Instance alerts [...]

  • Linux Playground

    Build a Web-Based Linux Terminal Playground

    In this blog, I will guide you through creating a Simple Web-Based Linux Terminal Playground that enables running Linux commands directly in the browser. We will use technologies such as Podman for containerization, React for the UI, and Express and node-pty for the backend. WebSockets will handle real-time communication [...]

  • AZ-400-MS-DEVOPS-ENGINEER-EXPERT-EXAM-STUDY-PATH-FEATURE-IMAGE

    AZ-400 Microsoft DevOps Engineer Expert Exam Study Path

    Bookmarks Prerequisites Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-400 Microsoft DevOps Engineer Expert certification is designed for professionals who want to demonstrate their expertise in implementing DevOps practices using Microsoft Azure technologies. This certification [...]

  • TD_AWS Responsible AI

    Understanding AWS Responsible AI: Key Concepts and Dimensions

    As AI becomes a bigger part of our lives, it’s important to make sure it’s used responsibly. Responsible AI means building and using AI systems in ways that are ethical, fair, and accountable. AWS provides a range of tools to help organizations build AI systems that follow these principles. In [...]

  • Blog Featured Image

    SRA Toolkit + AWS: Revolutionizing Bioinformatics Data Prep

    It takes too long. It’s boring. I want the good stuff already… Sounds familiar? These statements are not entirely wrong, but data preparation in any kind of data analytics job is still important and must be executed carefully. This is an important step that can easily take up to [...]

  • Prompt Engineering

    Mastering Prompt Engineering for AWS Large Language Models (LLMs)

    In the rapidly evolving world of Artificial Intelligence (AI) and Machine Learning (ML), Prompt Engineering has become a cornerstone skill for effectively harnessing the power of Large Language Models (LLMs). These models transform industries, power intelligent chatbots, automate workflows, and redefine customer experiences. Yet, the key to unlocking their [...]

  • Monitoring Amazon SES Complaint Rates with CloudWatch Alarms and Real-Time Slack Notifications

    Monitoring Amazon SES Complaint Rates with CloudWatch Alarms and Real-Time Slack Notifications

    Amazon Simple Email Service (SES) is a powerful tool for sending high volumes of emails quickly and efficiently. However, to maintain your email-sending capabilities and ensure high deliverability, it's essential to monitor your sender's reputation closely. One key metric for assessing this reputation is the Complaint Rate, which measures [...]

  • managing_amazon_guardduty_security_findings_across_multiple_accounts

Managing Amazon GuardDuty Security Findings Across Multiple Accounts

In our previous article, we discussed how GuardDuty can help organizations monitor their workloads and  AWS accounts from malicious activities and how to monitor findings with Amazon CloudWatch Events. Imagine that your organization has multiple AWS accounts for different workloads, teams, and projects. With every account, you need to monitor GuardDuty findings individually. It will be quite difficult for your security team to monitor these findings with their constant switching between AWS accounts.  Amazon [...]

  • monitoring_guardduty_findings_with_amazon_cloudwatch_events

Monitoring GuardDuty Findings with Amazon CloudWatch Events

Large scale cyber attacks are now becoming normal in this age of interconnectivity. As we rely more and more on cloud technologies, companies are looking to tap into digital innovations to improve their businesses. Cyber attacks are costing companies millions of dollars of downtime not to mention the possibility of lawsuits whenever an attack occurs. It is imperative that security teams have the means to prevent, detect, and take actions to ensure that the [...]

  • aurora_serverless_tutorial_-_part_2

Aurora Serverless Tutorial Part 2

In the first part of this tutorial, we gave a walkthrough on Aurora Serverless and its use case. You can read the article here. For this tutorial, we will do some hands-on training and create an Aurora Serverless database. Creating an Aurora Serverless Database: 1. Open the AWS console and go to RDS. Click the button “Create database”. 2. Choose Amazon Aurora. You can either choose MySQL or PostgreSQL compatibility. In this tutorial, we [...]

  • aurora_serverless_tutorial_-_part_1

Aurora Serverless Tutorial – Part 1

What is Aurora Serverless?  Before we get into it, let us briefly define Aurora and serverless first. Aurora is a fully managed, closed source relational database that is compatible with MySQL and PostgreSQL. According to Amazon, it is five times faster than the standard MySQL and three times faster than PostgreSQL. It uses a distributed architecture that provides fault tolerance and high availability.  Serverless is a technique in the cloud that follows the ‘pay-per-use’ [...]

  • Google Cloud Source Repositories Cheat Sheet

Google Cloud Source Repositories

Google Cloud Source Repositories Cheat Sheet A fully managed git repository where you can securely manage your code. Features You will be able to extend your git workflow with Cloud Source Repositories. Set up a repository as a Git remote. Push, pull, clone, log, and perform other Git operations as required by your workflow. You can create multiple repositories for a single Google Cloud project. This allows you to organize the code associated with [...]

  • Google Cloud Deployment Manager Cheat Sheet

Google Cloud Deployment Manager

Google Cloud Deployment Manager Cheat Sheet Google Cloud Deployment Manager is an infrastructure deployment service that automates the creation and management of Google Cloud resources. Features You can write template and configuration files and utilize them to create deployments that have a variety of Google Cloud services working together, such as: Cloud Storage Compute Engine Cloud SQL A configuration defines the structure of your deployment. You must specify a configuration on a YAML file [...]

  • Google Cloud Billing Cheat Sheet

Google Cloud Billing

Bookmarks Features Cloud Billing Account & Payments Profile Cloud Billing Reports Cloud Billing Budgets Overview of Cloud Billing roles in IAM Validate Your Knowledge Google Cloud Billing Cheat Sheet You can configure billing on Google Cloud in a variety of ways to meet different needs. To use Google Cloud services, you must have a valid Cloud Billing account, Features If you have a project that [...]

  • Google Cloud Console Cheat Sheet

Google Cloud Console

Google Cloud Console Cheat Sheet Google Cloud Console is a web admin interface to manage your Google cloud infrastructure. Features You can create projects on Google Cloud Console. With Cloud Console, you can quickly find and check the health of all your cloud resources in one place, including virtual machines, network settings, and data storage. Logging Manage and audit user access to project resources. Track down production issues quickly by viewing logs. You can [...]

  • Google Cloud KMS Cheat Sheet

Google Cloud Key Management Service

Google Cloud KMS Cheat Sheet The Google Cloud Key Management Service (KMS) is a cloud-hosted key management service that enables you to manage encryption keys on the Google Cloud Platform. Features Lets you manage your symmetric and asymmetric cryptographic keys the same way you manage them in an on-premises environment. You can decide to use the keys generated by Cloud KMS with other Google Cloud services. These keys are known as customer-managed encryption keys [...]

  • Google Cloud Identity and Access Management (IAM)

Google Cloud Identity and Access Management (IAM)

Bookmarks Features Roles Service Accounts Policy Groups Best Practices Validate Your Knowledge Google Cloud IAM Cheat Sheet Create and manage permissions for your Google Cloud resources with Identity Access Management (IAM). Provides a unified view into your organization’s security policy with built-in auditing to ease compliance purposes. Features Lets you authorize who can take specific actions on resources to give you full control and [...]

🎆 NEW YEAR SALE EXTENSION – Practice exams as LOW as $9.74 USD & eBooks as LOW as $2.99 USD

Tutorials Dojo portal

Level-Up Your Career this 2025

Learn AWS with our PlayCloud Hands-On Labs

Tutorials Dojo Exam Study Guide eBooks

tutorials dojo study guide eBook

FREE AWS Exam Readiness Digital Courses

FREE AWS, Azure, GCP Practice Test Samplers

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Follow Us On Linkedin

Recent Posts