In this article, I will share my experience with an unmanageable KMS key. This is a pretty interesting thing with AWS that I have just experienced after many years of…
Tag:
python
List Security Hub alerts using Python script. In this article, I will share with you how to use Python script to list all alerts on Security Hub of an EC2…
In this article, I will help you restore Delete marker objects in S3 buckets. How will we do it? What if there are thousands of objects inside the bucket? The…
Send email to a list of addresses with Python, how we going to do that? I will show you a simple way to do that in this post. First one,…
Import “PySimpleGUI” could not be resolved If you see above message when try to import library PySimpleGUI in VSCode, I hope this simple trick can help you. Import “PySimpleGUI” could…