AWS ECS Explained in simple words

Amazon ECS will launch, monitor, and scale your application across flexible compute options with automatic integrations to other supporting AWS services that your application needs. Perform system operations such as creating custom scaling and capacity rules, and observe and query data from application logs and telemetry. What if I told you I decided to […]
AWS VPC explained in simple words

Amazon Virtual Private Cloud (Amazon VPC) is one of the most used service provided by AWS, that allows users to create a virtual network environment in the cloud. With Amazon VPC, users can define their own virtual network topology, including IP address ranges, subnets, route tables, and network gateways. Amazon VPC explained in simple words. […]
Building a Serverless App on AWS using API Gateway, Lambda, SNS, S3.

“Give to Caesar what belongs to Caesar” — French proverb. Before jumping in the meat and potato, I want to shout out a huge thanks to Adrien Cantrill. He has the best course for AWS. The project below is one of the many demos he provided in his AWS SAA C03 course. Prerequisite For this advanced […]
AWS S3 Audit and Logging

Today, let’s dive into S3 Audit and Logging. I want to share with you what I use daily and what I’ve learned. Did you know that S3 provides various features for auditing and logging? It helps you monitor and track activities within your S3 buckets. S3 Audit and Logging are crucial for security, compliance, and […]
Creating a Private S3 bucket and copy a file into it using the AWS console or AWS CLI

Welcome to another AWS Skills challenge. This mini-project is divided into two parts: part 1 includes how to create your first bucket, part 2 includes uploading an object to your bucket. This is the perfect challenge to get familiar with AWS S3. Background Amazon S3 is object storage service built to store and retrieve any […]
AWS EC2 explained in simple terms

AWS EC2 is a web service provided by Amazon Web Services (AWS) that offers resizable compute capacity in the cloud. Let me explain! AWS EC2 Explained With Simple Terms. What is Amazon EC2? Elastic Compute Cloud or EC2 allows you to rent virtual computers, also called instances, in the cloud. It’s like having your […]
AWS Cost Optimization

Welcome back to another article, another challenge. A friend of mine asked, how do you remember all the AWS services and products? There are too many. My response was simple and short: I DON’T. It’s funny but true. It’s impossible to know over 200 services, but I remember those I worked with. For that reason, […]