• AZ-500 Study Guide

    AZ-500 Microsoft Azure Security Engineer Associate Exam Study Path

    Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-500 Microsoft Azure Security Engineer Associate certification is designed for security engineers who are responsible for security posture, implementing security controls, managing identity and access, and protecting data, [...]

  • TD EC2 Instance State Automation

    Utilizing Lambda Functions to Control Amazon EC2 Instances via Slack

    Managing and controlling resources is crucial in the cloud computing environment. Amazon Web Services (AWS) offers various services, including Amazon Elastic Compute Cloud (EC2), which provides scalable computing capacity in the cloud. Alongside AWS services, communication and collaboration tools like Slack have become integral to modern workflows. This article [...]

  • Enabling Virtual Deliverability Manager in Amazon Simple Email Service (Amazon SES)

    Amazon Simple Email Service (SES) offers a cloud-based solution tailored for digital marketers and application developers aiming to distribute various emails, including marketing emails, notifications, and transaction-based communications. This service stands out for its reliability and cost-efficiency, making it an ideal choice for enterprises of varying sizes wishing to [...]

  • Validate Referrer Headers Using CloudFront Function

    Validate Referrer Headers Using CloudFront Function

    Amazon CloudFront, a content delivery network (CDN), lets you distribute content with low latency and high data transfer speeds. One of its many features is the ability to create CloudFront functions, which are lightweight functions that can manipulate HTTP requests and responses. This article will discuss creating a CloudFront [...]

  • DEA-C01

    My AWS Certified Data Engineer Associate DEA-C01 Exam Experience 2024

    I recently took the actual exam of the AWS Certified Data Engineer - Associate DEA-C01 online. Interestingly, it has some resemblances with the exam content of the AWS Certified Data Analytics Specialty test, albeit not entirely the same in terms of depth. This new Associate-level exam aims to validate [...]

  • No-Code ETL using AWS GLUE STUDIO

    Building Data Pipelines with No-Code ETL Using AWS Glue Studio

    Introduction Welcome to the dynamic world of AWS Data Engineering! This beginner-friendly guide introduces you to the essentials of data staging and transformation within the AWS ecosystem without needing to code. By exploring the foundational use of Amazon S3 and AWS Glue, this guide provides a practical starting point [...]

  • Setting Up Development Environments with AWS Cloud9

    Setting Up Development Environments with AWS Cloud9

    Welcome to the world of AWS Cloud 9, where seamless development and collaboration meet in the cloud! Whether you're a seasoned developer or just starting your coding journey, Cloud 9 is here to revolutionize the way you build and deploy applications. Imagine having the power to write, run, and [...]

  • Amazon EC2 Reserved Instance Purchasing Option and its Different Payment Terms

    Amazon EC2 Reserved Instance Purchasing Option and its Different Payment Terms

    In today's fast-paced digital era, businesses rely heavily on cloud computing services to manage their operations efficiently. When it comes to cloud computing, one of the key decisions involves choosing the right instance purchasing options. With various options available, it can be overwhelming to determine the most suitable approach. [...]

  • My AWS Certified SYSOPS Administrator – Associate (SOA-C02) Exam Experience

    My AWS Certified SYSOPS Administrator – Associate (SOA-C02) Exam Experience

    I recently took and passed the AWS Certified SysOps Administrator Associate Exam and wanted to share my experience. This was a challenging yet rewarding journey, and I hope my insights will help those planning to take the same path. About the Exam The AWS Certified SysOps Administrator Associate ( SOA-C02 ) [...]

  • VPC Interface Endpoint vs. Gateway Endpoint in AWS

    VPC Interface Endpoint vs. Gateway Endpoint in AWS

    What is a VPC Endpoint? With a VPC endpoint, you can establish a private connection to specific AWS services and VPC endpoint services through AWS PrivateLink. It eliminates the need for public IP addresses for communication between these services and your Amazon VPC instances. Furthermore, a secure connection is [...]

  • Default Host Management Configuration on AWS Systems Manager

Default Host Management Configuration on AWS Systems Manager

AWS Systems Manager’s Fleet Manager is a useful tool for managing Amazon EC2 instances on your account. It allows you to establish a private session to your instances, view detailed information about the instance, run automation such as patch installations, or execute specific Run commands to the instance’s operating system. It can also be used to manage on-premises servers or virtual machines. Using AWS Systems Manager tools requires that an IAM role is created [...]

  • dva-c02-exam-experience

My DVA-C02 AWS Developer Associate Exam Experience

A few weeks ago, I took and passed the latest AWS Certified Developer Associate exam, DVA-C02. If you've already cleared DVA-C01 and intend to recertify, note that you can no longer book DVA-C01 exams. I suggest checking out this article I wrote a couple of months ago. This breaks down the changes you need to be aware of, and I’ve also shared my expectations for the DVA-C02 exam.  In this post, I'll be sharing [...]

  • Customize Your Invite Links with Amazon S3 Website Redirect

Customize Your Invite Links with Amazon S3 Website Redirect

If you use Discord, Slack, or Telegram, you're probably familiar with those long and complicated invite links used to join servers or channels. These links can be difficult to remember and may even discourage some people from joining. With URL redirection, you can create a custom and easy-to-remember domain name for your invite links. For example, you might use a domain like "discord.mycoolsite.com" that redirects to the invitation page of your Discord server, which [...]

  • Using Amazon Route 53 Resolver

Using Amazon Route 53 Resolver

In the previous blog post, we talked about Split-view DNS using Amazon Route 53, in which the DNS server gives out a different response to the same DNS query based on where the query came from. This is helpful if you are in a hybrid environment when you want an internal application to resolve a domain from a private hosted zone and external applications to resolve from a public hosted zone in Route 53. [...]

  • Is a Cloud Computing Career Still Worth Pursuing in 2023

Is a Cloud Computing Career Still Worth Pursuing in 2023?

Cloud computing has remained a hot topic in the IT field for the past years, gaining even more attention during the height of the COVID-19 pandemic. Between 2020 and 2021, there’s been a burst of cloud adoption from startups, mid-sized businesses, and even large enterprises as they looked for ways to adapt to remote work and digital operations. And it's no wonder, given the benefits it offers over traditional on-premises solutions, like more flexibility [...]

  • 7 Most In-Demand IT Skills for 2023

7 Most In-Demand IT Skills for 2023

Every day the growth of technology is exponential, there will come a time when the technology you've just learned will be obsolete. If you’re currently exploring opportunities in the IT industry, we’re gonna tackle the article provided by Indeed about the best IT jobs for the year 2023. Below, you'll find information that reflects the current trends and offers a chance to explore new career paths. Despite the anticipated advancements in technology, our objective [...]

  • Using Origin Access Control (OAC) to secure S3 Object Access to CloudFront

Using Origin Access Control (OAC) to Secure S3 Object Access to CloudFront

What is Amazon S3 Object Access? Amazon S3 is one of the most popular AWS service organizations use, as it offers industry-leading scalability, data availability, security, and performance for object storage. S3 is utilized to store and protect any amount of data for a range of use cases, such as data lakes, websites, mobile applications, backup and restore, archive, enterprise applications, IoT devices, and big data analytics. One of the frequent use cases of [...]

  • aws certified cloud practitioner CLF-C01 examtopics

AWS Certified Cloud Practitioner CLF-C01 Exam Domains

Amazon Web Services began its Global Certification Program in 2013 with the primary purpose of validating the technical skills and knowledge of IT Professionals in building secure and reliable cloud-based applications using the AWS Cloud. On April 2013, AWS launched its first-ever AWS Certification test called the AWS Certified Solutions Architect Associate exam. This was followed by the AWS Certified SysOps Administrator and AWS Certified Developer Associate exams. Amazon has been continuously expanding and [...]

  • Retrieving Parameter Values from SSM Parameter Store through AWS Lambda

Retrieving Parameter Values from SSM Parameter Store through AWS Lambda

In today's world, serverless computing is gaining popularity as it offers technologies for running code, managing data, and integrating applications, all without managing servers. It eliminates the infrastructure management tasks so developers can focus on application development. One of the requirements of serverless development is storage for configuration data management and secrets management. Developers need to store data such as passwords, database strings, etc., at some point. Luckily, Parameter Store, a capability of AWS [...]

  • Secure EC2 Instances Connections Leveraging Session Manager

Secure EC2 Instances Connections Leveraging Session Manager

As more workloads are being migrated to the cloud, security should always be a top priority. Some organizations fail to consider security and therefore paid the price of having their workloads compromised. For example, an EC2 instance that has its SSH inbound port open to the world, therefore, providing unrestricted access to attackers globally. Luckily, AWS has a service that allows you to connect to your EC2 instances without opening any inbound port, eliminating [...]

Get $4 OFF in AWS Solutions Architect & Data Engineer Associate Practice Exams for $10.99 ONLY!

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