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

  • Website Down How to Manually Increase Amazon EBS Volume Size and Get Back Online Fast!_TD

    Website Down? How to Manually Increase Amazon EBS Volume Size and Get Back Online Fast!

    It was a regular day, and everything was running smoothly—customers were browsing your website, orders were coming in, and business was booming. The server was handling traffic efficiently, and everything seemed to be operating as expected. But then, disaster struck—your website suddenly crashed. Panic set in as you scrambled [...]

  • Seamless Monitoring Get Slack Alerts for Every AWS Lambda Function Update - Featured Image

    Seamless Monitoring: Get Slack Alerts for Every AWS Lambda Function Update

    Keeping track of updates in your AWS Lambda function seems like an easy task, but it is actually time-consuming. Leaving your Lambda function unattended after deployment may incur risks in missing crucial updates that may affect its overall performance and functionality. And most of the time, you also do [...]

  • SST: Effortless Full-Stack Deployment on AWS

    Thinking of other ways how to deploy your full-stack web applications to AWS? Well, there is open-source framework that we can use to deploy web applications to AWS without ever touching the AWS Console because we know how easy it is to get lost in the number of services [...]

  • The Evolving Landscape of Digital Dialogue DeepSeek vs. ChatGPT

    The Evolving Landscape of Digital Dialogue: DeepSeek vs. ChatGPT

    In the sprawling digital age, where information spreads like a rapidly growing network, and the need for intelligent interaction grows significantly, artificial intelligence has stepped into the spotlight, transforming how we engage with technology and machines. DeepSeek and ChatGPT have emerged as important players in the field of natural [...]

  • Luma AI Ray2 in Amazon Bedrock

    AI-Driven Video Creation: How Luma AI Ray2 and Amazon Bedrock Are Transforming Content Production

    The video production landscape is experiencing significant changes driven by artificial intelligence (AI) and machine learning advancements. These technologies are transforming how video content is created and consumed, offering creators and businesses new avenues for visual storytelling. A key player in this evolution is Luma AI’s Ray2, an innovative [...]

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  • Amazon SES Complaint Rate - Featured Image

Amazon SES Complaint Rate: What It Is and How to Manage It

Email remains one of the most effective ways of communication for businesses in today's digital age. It allows you to reach out to current and potential customers through newsletters, promotions, important information, and updates about your products and services.  Whether it is to keep your customers engaged, promote your new offerings, or send transactional messages like order confirmations and such, email is a simple yet very powerful approach to improve your connection with clients [...]

  • Retrieval-Augmented Generation (RAG)

Retrieval-Augmented Generation (RAG) for Foundation Model Customization

Artificial Intelligence (AI) has rapidly advanced, pushing the limits of what machines can accomplish. However, one significant challenge remains: ensuring that AI responses are both accurate and contextually relevant while being up-to-date. This is where Retrieval-Augmented Generation (RAG) comes in—a cutting-edge approach that integrates the capabilities of data retrieval with advanced AI generation techniques. In this blog, we will explore the details of RAG, discussing its benefits, applications, and how to implement it using [...]

  • Security in Data Engineering: Data Engineering Security in AWS

Security in AWS Data Engineering: Best Practices and Strategies

Bookmarks The AWS Shared Responsibility Model Use AWS Data Encryption Use Identity and Access Management (IAM) Implement Network Security Monitoring and Logging Compliance Standards Data Governance Secure Data Storage Backup and Disaster Recovery Automating Security Practices Conclusion: Proactive Security Measures for Data Engineers References In today's world of Cloud Computing, data engineering security and compliance are very important for [...]

  • API-Verse

Understanding Your API: The API-verse

In this blog, I will guide you through understanding the various types of APIs. You'll learn about different API classifications you can use for your next project and when to implement each one. This high-level overview of API varieties will expand your knowledge and help you become well-versed in how each API functions. What is an API? (Application Programming Interface) An API or Application Programming Interface acts as a bridge between different software allowing [...]

  • PartyRock-AI-Python-Code-Checker.png

PartyRock: AI Python Code Checker for Tech Interview Simulation

Bookmarks What is Party Rock? AI Code Checker Tools Comparison UI Components of our PartyRock-based Python Code Checker Python Interview Topics Covered by the PartyRock app Use-cases and Applications of PartyRock-based Python Code Checker  Hands-on Exercise: Getting Started with PartyRock Final Remarks References Are you a recent college graduate or someone transitioning into a tech career, striving to succeed in coding interviews focused [...]

  • Implementing IP Blocking and Unblocking Using AWS Lambda, Slack, and AWS Systems Manager

Implementing IP Blocking and Unblocking Using AWS Lambda, Slack, and AWS Systems Manager

Blocking IP addresses is a crucial security measure for protecting an organization's infrastructure from various cyber threats, including DDoS attacks, brute-force login attempts, and unauthorized access. By blocking malicious or suspicious IPs, organizations can prevent system compromise, reduce unwanted traffic, and ensure that only trusted networks access critical resources. This helps maintain the performance and stability of the systems while ensuring compliance with security policies. Automating IP blocking using AWS Lambda and AWS Systems [...]

  • AWS HealthOmics

AWS in Bioinformatics: Biology, data, & the cloud

Marriage of biology and tech. With the current technological advancements, how about we throw in the cloud in the tech too? Just like... Bioinformatics in AWS HealthOmics. Yes, you read that right! Are you torn between the two and want to pursue them both? To sit in a laboratory working on something new and interesting without bidding your farewell to the “Hello World!”? Then this article will introduce a field that may interest you. [...]

Deploy a Next.js Static Site to AWS with GitHub Actions and Bunjs

At the AWS Community Day Philippines 2024, during the preparation for the event, the organizers assigned me the responsibility of setting up a Continuous Integration and Continuous Deployment (CI/CD) strategy for the website. Therefore, in this blog, I will explain the approach I took and how I utilized GitHub Actions and BunJs to create a swift and efficient CI/CD pipeline for deployment on Amazon Simple Storage Service (S3) along with Amazon CloudFront. AWS Community [...]

  • TD_Tag Modification Diagram_31Oct2024

Setting up Slack notifications on Tag Modifications for EC2 Instances

Monitoring resource configurations in a dynamic cloud environment is important, especially in production. One essential aspect of managing AWS resources, such as Amazon EC2 instances, is tracking tag modifications. Tags are not just labels but vital in organizing resources, enabling billing allocation, and enforcing compliance policies. Any unintentional tag modification can disrupt operations or mislead resource management, making timely alerts vital. This article will guide you through setting up automated Slack notifications to alert [...]

  • td-introduction-to-amazon-sqs-fifo-and-standard-queues-featured-image

Introduction to Amazon SQS FIFO and Standard Queues

Amazon Simple Queue Service (SQS) is a fully managed message queuing service by AWS that allows distributed applications to communicate asynchronously, making it a critical tool for decoupling microservices and improving system resilience. SQS offers two types of queues tailored for different use cases: Standard Queues: These queues are designed for high throughput, allowing an unlimited number of transactions per second while supporting at-least-once message delivery. Although standard queues don’t guarantee strict message ordering, [...]

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! 

🚀 25% OFF ALL Reviewers plus eBooks as LOW as 2.99 USD only!

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

FREE AWS Exam Readiness 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

Recent Posts