AWS – Unattached Volumes Report

In the dynamic world of cloud computing, efficient management of resources is crucial for optimal performance and cost-effectiveness. Amazon Web Services (AWS) provides a vast array of services and managing resources like Elastic Block Store (EBS) volumes is essential to avoid unnecessary costs and ensure a well-organized infrastructure. In this blog post, we’ll explore the…

AWS – Older Snapshots Report

In the dynamic world of cloud computing, optimizing resources and managing data efficiently is crucial. One aspect that often goes overlooked is the management of snapshots in Amazon Web Services (AWS). Snapshots play a pivotal role in data backup and recovery, but as time progresses, older snapshots can accumulate and impact both cost and performance.…

TIP – Python Key Error on Traversing SharePoint List

SharePoint, with its powerful collaboration and document management capabilities, is widely used in various organizations. Python, being a versatile programming language, is often employed to interact with SharePoint data using APIs. However, traversing SharePoint lists can sometimes lead to a common stumbling block – the elusive Python KeyError. This error can be solved easily by…