Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

Get any AWS Specialty Mock Test for FREE when you Buy 2 AWS Pro-Level Practice Tests – as LOW as $10.49 USD each ONLY!

aws

Home » aws

Understanding Your API: The API-verse

2024-11-20T10:40:35+00:00

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 them to communicate, share data, and functionalities effortlessly. Think of it this way: Imagine a customer, a waiter, and the kitchen. The waiter acts as the [...]

Understanding Your API: The API-verse2024-11-20T10:40:35+00:00

Automate CloudFront Invalidation via Slack

2024-10-25T10:03:51+00:00

In today's digital age where most people are using gadgets, we're likely familiar with the term "cache". Most of us first hear about cache when looking to free up storage or improve performance on our mobile devices especially for android users. If we look at our device's settings then navigate to the storage of an application, we will see two options: one is to delete the app entirely, and the other one is to clear its cache. Of course if you're still using your application, you'll click the second option. And after it, voila! Your application seems to run smoother. [...]

Automate CloudFront Invalidation via Slack2024-10-25T10:03:51+00:00

Amazon SageMaker Data Wrangler

2024-10-03T13:28:49+00:00

Amazon SageMaker Data Wrangler Cheat Sheet Amazon SageMaker Data Wrangler streamlines data preparation and feature engineering for machine learning.  Amazon SageMaker Data Wrangler is a feature in Amazon SageMaker Studio Classic. It integrates data from various sources, allows you to explore, clean, transform, and visualize data, and automates these steps in your machine-learning workflow. Amazon SageMaker Data Wrangler Core Functionalities Data Wrangler provides core functionalities to facilitate data analysis and preparation in machine learning. Import Easily access and import data stored in cloud-based data warehouses and data lakes, such as Amazon S3, Athena, Redshift, Snowflake, and Databricks. The dataset you import [...]

Amazon SageMaker Data Wrangler2024-10-03T13:28:49+00:00

RI Utilization vs RI Coverage: Difference Between these Amazon EC2 Reserved Instance Metrics

2024-09-24T09:51:54+00:00

The Amazon EC2 enables developers up to businesses to deploy their own applications with flexibility, high availability, and cost-efficiency as it removes the need to invest in physical hardwares or servers. From running applications, hosting websites, and managing databases, EC2 serves as the foundation for anything that is cloud-based. Talking about its cost-efficiency, there are different "Instance Purchasing Options" that you can choose from depending on your server requirements and also your financial capabilities. And these are: On-Demand Instances, Spot Instances, Reserved Instances, Dedicated Host, Savings Plans, and Capacity Reservation. As I would like to discuss the difference between those [...]

RI Utilization vs RI Coverage: Difference Between these Amazon EC2 Reserved Instance Metrics2024-09-24T09:51:54+00:00

How to Install Docker on Ubuntu using Amazon EC2

2024-09-20T08:10:46+00:00

This tutorial will assist in setting up Docker on an Amazon EC2 Ubuntu instance. Docker's containerization and Ubuntu's user-friendliness make cloud application deployment and management simple. Amazon EC2 provides scalable infrastructure for hosting Docker containers, allowing for smooth app management and scaling. To easily set up Docker on your EC2 instance, just follow this tutorial. What is Docker? Docker is an open-source platform that simplifies the process of building, deploying, and managing applications within isolated containers. These containers bundle the application code along with all its dependencies, ensuring the software behaves the same across different environments, whether on a local [...]

How to Install Docker on Ubuntu using Amazon EC22024-09-20T08:10:46+00:00

Amazon SageMaker Feature Store

2024-09-20T07:08:44+00:00

Amazon SageMaker Feature Store Cheat Sheet Amazon SageMaker Feature Store is a centralized repository for managing machine learning features. It simplifies the process of data exploration, model training, and batch predictions by providing a unified view of your features. Enhances ML model development and deployment efficiency. How does it work? SageMaker Feature Store stores features in feature groups. A feature group is a collection of related features that can be used for a specific task. Feature groups can be created from various data sources, such as Amazon S3, Amazon RDS, and Amazon DynamoDB. There are three modes that a feature [...]

Amazon SageMaker Feature Store2024-09-20T07:08:44+00:00

Enabling the Account-Level Suppression List in Amazon SES

2024-08-29T05:43:23+00:00

Amazon Simple Email Service (SES) is a powerful tool that enables businesses to send bulk and transactional emails to customers. It provides a reliable and scalable platform for sending marketing campaigns, transactional notifications, or customer communications. However, maintaining a good sender reputation and adhering to email regulations are critical for successful email delivery. To help manage email deliverability effectively, Amazon SES offers account-level suppression lists, which are a valuable feature. A suppression list is a compilation of email addresses you want to omit from your email campaigns. These email addresses usually belong to individuals who have unsubscribed from your emails, [...]

Enabling the Account-Level Suppression List in Amazon SES2024-08-29T05:43:23+00:00

Digital Bridge of Connectivity: All about the Bifrost Cable System

2024-08-28T09:13:59+00:00

As digital era progresses, the demand for a high-speed and stable internet connection grows. While we are already familiar with the medium of internet transmission such as standard cable, fiber optics, and through satellite, one medium that is often overlooked is the undersea cable. It is expected since unlike those that are visible everywhere, undersea cables are not as noticeable since… well, they are literally laid on the seabed. Although undersea cables are not as popular as it seems, it is not a brand-new technology since it is used decades ago and it spans a long distance connecting countries and [...]

Digital Bridge of Connectivity: All about the Bifrost Cable System2024-08-28T09:13:59+00:00

Transferring an Amazon Route 53 Domain to Another AWS Account: Troubleshooting DNS Propagation

2024-08-28T06:02:20+00:00

I recently transferred my domain to a different AWS account. However, despite waiting for the standard 24-48-hour DNS propagation period, I noticed the changes were not propagating as expected. In this article, we’ll delve into the steps I followed, potential pitfalls, and solutions to ensure a smooth domain transfer process. DNS propagation is the process of updating and reflecting changes made to your domain's DNS records across all DNS servers worldwide. When you make changes to DNS records, for example, updating your domain's IP address or name servers, these changes need to be communicated to all DNS servers on the [...]

Transferring an Amazon Route 53 Domain to Another AWS Account: Troubleshooting DNS Propagation2024-08-28T06:02:20+00:00

Understanding the Importance of Bastion Hosts in AWS

2024-08-28T04:03:05+00:00

This short article will discuss what a bastion host is and its importance in your cloud architecture. We will also talk about its various use cases, relevance, and the related processes of setting it up in the AWS Cloud.  What is a Bastion Host? A Bastion host, often called a jump server, is critical to securing cloud environments. It acts as an intermediary providing secure access to resources in a private subnet without exposing them directly to the internet. This setup is essential for maintaining a robust security posture, especially in environments where sensitive data and resources reside within private [...]

Understanding the Importance of Bastion Hosts in AWS2024-08-28T04:03:05+00:00

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!