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

And still... AWS Solution Architect Associate

Recently I passed the recertification exam for the AWS Solution Architect Associate. It took me roughly about 1 month to prepare for it. It was way easier than in 2018 when I took this exam for the first time. Cloud is a very dynamic environment and lots of new services come up every year, but the fundamentals remain the same. Because of that, I was starting from some level of knowledge and I needed only to refresh it and learn new things....

June 7, 2021 · 1 min