Mission Accomplished: Achieving All AWS Certifications

Hey there! So, I wanted to take a moment to share a little personal milestone with you all. Back in 2018, I decided to dip my toes into the vast ocean of Amazon Web Services (AWS), not knowing where it would take me. Fast forward to April 13, 2024, and I just wrapped up the last certification. Yep, you read that right – all of them! The Beginning Picture this: me, in 2018, staring at the AWS website, feeling a mix of excitement and nervousness....

May 15, 2024 · 2 min

AWS IAM User Inactivity Checker

This script is designed to check for inactive IAM (Identity and Access Management) users within a specified AWS account. It utilizes the AWS SDK for Python (Boto3) to retrieve user data and provides information about the last console access and last programmatic access for each user. Code """ AWS IAM User Inactivity Checker Author: Mario Lechończak (mario at lechonczak.pl) """ import csv import sys from datetime import datetime import boto3 import pytz # Define variable max_date = sys....

November 12, 2023 · 4 min

I passed AWS Advanced Networking Specialty exam

As stated on the official website AWS Certified Advanced Networking – Specialty validates expertise in designing and maintaining network architecture for the breadth of AWS services. I’ve read a lot about this exam and most people said that it is one of the most difficult AWS exams. I have only taken 2 AWS exams before, so it’s hard to judge, but ANS-C00 was definitely a challenging exam. Exam I expected long questions and complicated scenarios and because of that, I went to the exam center....

June 16, 2022 · 2 min