• Unified Slack Automation for Purging the Cache

    Unified Slack Automation for Purging the Cache

    Cached data can sometimes be corrupted, which can lead to performance problems. It can also prevent applications and websites from loading the latest version of their content. That’s why clearing cache is a must, not only does it resolve these issues, it also clears up space. Clearing cache is [...]

  • Amazon S3, Amazon EBS, and Amazon EFS

    Basics of the Basics to AWS – Part 2: Storage

    Amazon Web Services, or AWS, has over 200 services for different IT resources and use cases. As a beginner in Cloud Computing or AWS, it can get overwhelmingly fast. Welcome to part 2 of my 6-part series called Basics of the Basics to AWS, where I introduce you to [...]

  • td-cloudformation-creation-policy-helper-script-featured-image

    How to Implement CloudFormation Creation Policy on Ubuntu

    Welcome to our guide on implementing AWS CloudFormation Creation Policy on Ubuntu! If you're diving into cloud infrastructure management with AWS CloudFormation, understanding Creation Policies is crucial for ensuring smooth stack creation and resource management. In this article, we'll delve into CloudFormation Creation Policy, a vital attribute for orchestrating [...]

  • Enable Slow Logging

    How to Enable Slow Logging in PHP-FPM

    In the dynamic field of online development, ensuring that PHP applications run smoothly is paramount, and performing its best is critical. In this article, we will discuss how to effectively identify and address issues that could impact system functionality and user experience, developers must excel in troubleshooting techniques. Logging [...]

  • Setting Up Real-Time Slack Notifications for Amazon EC2 and EBS Events: A Step-by-Step Guide

    Overview Stay updated with your Amazon EC2 and EBS events directly through your Slack channel. This guide will walk you through the process of setting up a system that sends a Slack notification for the following events: Creation of an AMI: Notifies when an Amazon Machine Image (AMI) is [...]

  • Harnessing Real-Time Slack Notifications for Amazon RDS Event Monitoring

    Efficient management and monitoring of database instances are crucial for any business to ensure smooth performance. Amazon Relational Database Service (Amazon RDS) is a widely used solution for managing relational databases in the cloud. Staying informed about important events and changes within the database instances is a critical aspect of RDS management. Real-time notifications are vital to [...]

  • Amazon EC2 and AWS Lambda

    Basics of the Basics to AWS – Part 1: Computing

    Amazon Web Services, or AWS, has over 200 services for different IT resources and use cases. As a beginner in Cloud Computing or AWS, it can get overwhelmingly fast. Welcome to part 1 of my 6-part series called Basics of the Basics to AWS where I introduce you to [...]

  • AWS Student Community Day Philippines 2024

    AWS Student Community Day Philippines 2024

    April 17, 2024, a day filled with learning and curiosity. This prestigious event was held at the Polytechnic University of the Philippines,  Bulwagang Balagtas. This event served as a guide for budding tech enthusiasts and students who want to learn and dive into the world of cloud computing with [...]

  • A few of the 200+ AWS services

    Basics of the Basics to AWS – Part 0: Where do we begin?

    This 6-part series is inspired from a talk I gave on the AWS Student Community Day 2024 Philippines. Through this series, I will be teaching you the basics of AWS through a gimmick I call “Build an App with Me”. This gimmick will be about us trying to model [...]

  • Exploring Cloud Solutions

    AWS for Students, Exploring Cloud Solutions

    AWS extends far beyond just Lambda functions, providing an extensive range of vital services for learning and skill development. Throughout this blog, we will explore how Amazon Web Services (AWS) can benefit students interested in cloud computing as we cover various AWS services and their practical applications, helping them [...]

What’s New with the SAA-C03 AWS Certified Solutions Architect Associate exam this 2022?

The AWS Training and Certification team recently announced that there’s yet another version release of its popular AWS Certified Solutions Architect Associate exam will be released this August 30, 2022. Its new exam version would be SAA-C03. Take note that the current version (SAA-C02) will only be available on August 29, 2022 so you still have time to recertify. The new SAA-C03 will be focused on Security, as shown on its official exam guide.' History of the [...]

  • Getting Started with SageMaker Ground Truth Private Workforce

Getting Started with SageMaker Ground Truth Private Workforce

Before we begin, let’s quickly talk about what Amazon SageMaker is and what it is used for. If this is your first time learning about Amazon SageMaker, it is the machine learning platform of AWS that helps solve the different requirements of data scientists, developers, and machine learning practitioners.  It has several features and capabilities that assist in the different stages of the machine learning process. In this tutorial, we will focus on SageMaker [...]

  • Scalable Data Processing and Transformation using SageMaker Processing

Scalable Data Processing and Transformation using SageMaker Processing (Part 2 of 2)

In this 2-part tutorial, we will focus on SageMaker Processing and how we can use it to solve our data processing needs. Our overall goal is to demonstrate how to use SageMaker Processing to help us perform Min-Max scaling on a dataset in its own dedicated and easily scalable environment.  If you are looking for Part 1, you can find it here. As mentioned in Part I, we have divided this tutorial into 4 [...]

  • Scalable Data Processing and Transformation using SageMaker Processing

Scalable Data Processing and Transformation using SageMaker Processing (Part 1 of 2)

Amazon SageMaker is the machine learning platform of AWS which helps solve the different requirements of data scientists and machine learning practitioners. It has several features and capabilities that assist in the different stages of the machine learning process. Here is a simplified list of the capabilities of SageMaker mapped to some of the stages of the ML lifecycle. SageMaker Processing Data Preparation and Processing  SageMaker Training Model Training SageMaker Automatic Hyperparameter Tuning Model [...]

  • 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 [...]

Tutorials Dojo portal

Be Inspired and Mentored with Cloud Career Journeys!

Tutorials Dojo portal

Enroll Now – Our Azure Certification Exam Reviewers

azure reviewers tutorials dojo

Enroll Now – Our Google Cloud Certification Exam Reviewers

Tutorials Dojo Exam Study Guide eBooks

tutorials dojo study guide eBook

FREE AWS Exam Readiness Digital Courses

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

FREE Intro to Cloud Computing for Beginners

FREE AWS, Azure, GCP Practice Test Samplers

Recent Posts