• Amazon S3 Metadata = Less Stress, More Insights

    In today’s world, data is the backbone of every successful business and organization. As data grows exponentially, managing it can become a complex task. Amazon S3 (Simple Storage Service) has long been a go-to solution for storing massive amounts of data, but with that growth comes a challenge: how [...]

  • Purchasing Your Domain with Amazon Route 53

    Cloud-9.1: Purchasing Your Domain with Amazon Route 53

    Before you can showcase your skills online, you need a digital home, a domain name that makes your portfolio easy to find and uniquely yours! In the Cloud-9 Steps to Building Your Portfolio Website, our journey begins with purchasing a domain with Amazon Route 53, a powerful and seamless [...]

  • Cloud-9 Create Your Portfolio Website with AWS

    Cloud-9: Create Your Portfolio Website with AWS

    Have you ever felt like your resume doesn’t fully capture your potential? In the current competitive job market, a one- or two-page CV may not be sufficient to completely highlight your experience and abilities. So, what's the answer? A portfolio website! What is a Portfolio Website? A portfolio website [...]

  • Netflix Streaming Explained How CDN Technology Ensures Lag-Free Global Viewing Introduction to Global Infrastructure part 1

    Netflix Streaming Explained: How CDN Technology Ensures Lag-Free Global Viewing Introduction to Global Infrastructure part 1

    Have you wondered how Netflix streaming delivers your favorite series in HD quality without buffering or lagging? The answer lies in advanced CDN technology or Content Delivery Networks, a critical element of today's global infrastructure. CDNs enable Netflix to optimize its global streaming performance, drastically reducing latency and providing [...]

  • Lambda and Containers

    Unleashing the Full Potential of AWS Lambda with Containers

    AWS Lambda has revolutionized serverless computing by allowing developers to run code without the hassle of provisioning and managing servers. However, even though AWS Lambda functions are powerful, they still come with limitations that significantly impact scalability, dependency management, and runtime flexibility. In this guide, we will explore the [...]

  • Guarding the Genome: Ensuring Security Compliance for Genomic Data on AWS

    Introduction “Guard”? You’ve read the title and probably thought to yourself, “This sounds serious..."  If you have read the previous articles related to bioinformatics in AWS, you know we are dealing with biological data. If you haven't, you can check them out here as well. Due to the innovation [...]

  • Heading

    Streamline your SageMaker Environments using Terraform

    Bookmarks Advantages of using Terraform in SageMaker AI Disadvantages of using Terraform in SageMaker AI Solution Overview Solution The high-level steps to implement this solution with Terraform Pre-requisites for provisioning SageMaker AI Studio with Terraform Create the S3 Bucket and DynamoDB for [...]

  • TD-Google Ads Metrics

    Maximizing ROI: Analyzing Google Ads Spend vs. Sales Performance

    In digital marketing, every spent on advertising should contribute to measurable growth. But how do you determine if your Google Ads investment is truly delivering results? Businesses can assess the direct relationship between ad spend and conversions by analyzing key data from Google Ads and Google Analytics. This blog [...]

  • Pushing application logs from Amazon Lightsail

    Pushing Application Logs from Amazon Lightsail to Amazon CloudWatch: A Step-by-Step Guide

    In my previous article, I mentioned how you can use your application logs hosted on an Amazon Lightsail instance to create a subscription filter in Amazon CloudWatch. But have you ever wondered how to push your application logs from your Lightsail instance to CloudWatch? Unlike in the EC2 instance, [...]

  • How to Automate Storage and Memory Space Monitoring in Amazon EC2 with CloudWatch and Slack

    Managing resources effectively is crucial when operating in the cloud. One important aspect of managing Amazon EC2 instances is monitoring storage and memory usage. Storage space, primarily driven by Amazon Elastic Block Store (EBS), and memory (RAM) are two critical resources that need constant monitoring to avoid performance degradation [...]

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  • Maximizing Startup Success in 2023: The Serverless Revolution

Maximizing Startup Success: The Serverless Revolution

Even though the pandemic was largely perceived in a negative light, it led to the emergence of many groundbreaking tech startups. As layoffs, furloughs, and business shutdowns became commonplace, individuals turned to entrepreneurship, launching a multitude of small businesses. Data from the US Census Bureau indicates an impressive 24.3% surge in new business applications between 2019 and 2020, totaling 4.5 million by the end of 2020. Thanks to the convergence of readily available technology, [...]

  • Is An Azure Certification Still Worth It in 2023?

Is An Azure Certification Still Worth It in 2023?

In the dynamic world of technology, the constant evolution of tools, platforms, and skill sets can often make professionals question the relevance and value of particular certifications. One such credential that has gained immense popularity over the years is the Azure certification from Microsoft, and with the shelf life of many skills now less than half a decade, continuous learning and upskilling are crucial. As the need for cloud competency grows, Azure certifications have [...]

  • Managing AWS Organizations and accounts with AWS Control Tower

Managing AWS Organizations and Accounts with AWS Control Tower

Introduction As organizations embrace the power of the cloud and scale their operations on Amazon Web Services (AWS), managing multiple AWS accounts can become a complex and daunting task. Challenges such as decentralized governance, inconsistent security controls, and manual provisioning processes can hinder an organization's ability to harness the full potential of AWS. To address these issues, AWS Control Tower steps in as a comprehensive solution that streamlines multi-account management and governance within AWS [...]

  • Customizing your AWS Control Tower Landing Zone

Customizing Your AWS Control Tower Landing Zone

AWS Control Tower is an AWS solution that simplifies the management of multi-account AWS installations. Although it provides default configurations to create a landing zone, customizing it is still essential to meet specific organizational requirements. Organizations can tailor access controls, organizational structures, and resource provisioning processes. This article explores different ways to customize the landing zone, enabling organizations to optimize the benefits of AWS Control Tower and create a specialized environment that aligns with [...]

  • AZ-305 Microsoft Azure Solutions Architect Expert Exam Study Guide

AZ-305 Microsoft Azure Solutions Architect Expert Exam Study Path

Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-305 Microsoft Azure Solutions Architect Expert certification is designed for experienced professionals who can design, implement, and manage Microsoft Azure solutions. The exam tests your skills in designing and implementing solutions for a variety of business needs, including scalability, security, and compliance. Prior experience in infrastructure management is essential for success on the [...]

Managing AWS Costs with AWS Budgets and Credits

Cloud services like Amazon Web Services (AWS) have become widely recognized and necessary for businesses of all sizes. However, with the convenience and flexibility of AWS come the potential challenges of managing costs effectively. It can be daunting to manage AWS costs, particularly when you have a lot of resources running in your account. Nonetheless, there is a way to help with this concern by working your AWS Costs with AWS Budgets and Credits. [...]

  • Cloudfront function URL Demo

Cloudfront Function URL Demo

In this article, we will guide you through the process of setting up a CloudFront Function for your CloudFront distribution. We'll walk you through a scenario where we use CloudFront Functions to redirect users to different content based on their device type. By the end of this guide, you'll gain a clear understanding of how CloudFront Functions can benefit your specific use case. Creating an S3  Bucket This bucket will simply serve as a [...]

  • NEW Practice Test Sampler - AZ-305 Designing Microsoft Azure Infrastructure Solutions

NEW Practice Test Sampler – AZ-305 Designing Microsoft Azure Infrastructure Solutions

Are you preparing to take the AZ-305 Designing Microsoft Azure Infrastructure Solutions exam and are looking for free materials or resources that will help you pass and become certified? Good news! It is with absolute delight that we announce the release of our NEW Practice Test Sampler- AZ-305 Designing Microsoft Azure Infrastructure Solutions.   The AZ-305 Designing Microsoft Azure Infrastructure Solutions exam will test your subject matter expertise in implementing, managing, and monitoring an organization’s [...]

  • AWS Lambda Response Streaming Demo

AWS Lambda Response Streaming Demo

Introduction Response streaming is a new invocation method that enables your functions to progressively stream response payloads back to the clients. Instead of waiting for the entire data to be ready, your applications can now receive chunks of data as soon as they become available. This means faster loading times and a more responsive user experience. Response Streaming vs. Non-Streaming (Buffering) To quickly get an idea of how it works, we need to see [...]

  • CloudFront Function URL

CloudFront Function URL

Introduction CloudFront Functions is a feature of Amazon CloudFront that enables developers to deploy and run lightweight JavaScript functions at AWS’s global edge locations closer to the end-users. This functionality facilitates high scalability and low latency and simplifies operations by allowing developers to run code that customizes the content delivered through CloudFront.  When to Use CloudFront Functions?  CloudFront Functions is ideal for simple tasks requiring high request rates and low latency.  These tasks can [...]

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Upskill and earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try! 

Get Certified in Cloud Security – $4 OFF our AWS Security Specialty and AZ-500 Azure Security Engineer Associate Practice Exams!

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

FREE AI and AWS Digital Courses

Tutorials Dojo Exam Study Guide eBooks

tutorials dojo study guide eBook

FREE AWS, Azure, GCP Practice Test Samplers

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Join Data Engineering Pilipinas – Connect, Learn, and Grow!

Data-Engineering-PH

K8SUG

Recent Posts