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

Today I Passed the Palo Alto Networks PCNSA Exam

PCNSA stands for Palo Alto Networks Certified Network Security Administrator, and according to the official website, it validates the knowledge and skills required for network security administrators responsible for deploying and operating Palo Alto Networks NGFWs. Resources I used materials provided by Palo Alto for free (amazing!), namely: On-demand Firewall 9.1 Essentials: Configuration and Management course available on a beacon platform Official study guide Documentation Practice exam Exam In my opinion exam questions were pretty well aligned with the objectives and most of the questions were covered in the materials that I have used....

April 14, 2022 · 1 min