Just a quick post on a Python script to scan through all your EC2 Instances in the Specified Region, and if there's no Tags associated to the resource, the script will print information out about the resources in question. Below
Python
A collection of 46 posts
Docker Swarm: Getting Started with a 3 Node Docker Swarm Cluster with a Scalable App
What are we up to today? Install Docker and Docker Compose on 3 Nodes Initialize the Swarm and Join the Worker Nodes Create a Nginx Service with 2 Replicas Do some Inspection: View some info on the Service Demo: Create
Python Flask Series - Routing in Flask - P4
This will be part 4 of our Flask Series where we will go into Routing. Flask Routing is essentially mapping a URL eg. example.com/index/test to a certain piece of code. For example having /contact-us displaying a page
Python Flask Series - Environment Setup P3
This will be part 3 of our Introduction to Python Flask Series. In this section we will be covering our Environment Setup, where I will be showing you how to setup a typical Python Flask Environment using virtualenv. What is
Python Flask Series - Hello World Example Application P2
This is our 2nd Post of the Flask Tutorial Series. In this post we will be creating a "Hello, World" application to demonstrate how easy it is to run a Flask Appliation. The only requirement you need to
Python Flask Series - Introduction to Python Flask P1
This is our First Post of our Python Flask Tutorial Series as this serves a Gentle Introduction to Python Flask: *If you missed the main page, head over to the Index Page What is Python Flask? Flask is a Micro
Getting Started with Python Flask
I am a fanatic when it comes to building stuff and especially a big interest in web applications. With this interest, I stumbled upon a project called Flask in 2015 and loving it ever since! Multi-Post Tutorial Series on Flask:
Interfacing Amazon DynamoDB with Python using Boto3
Introduction: In this Tutorial I will show you how to use the boto3 module in Python which is used to interface with Amazon Web Services (AWS). For other blogposts that I wrote on DynamoDB can be found from blog.ruanbekker.
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!