A few years ago I published a page on a S3 python based backup service. I had been using cloud based data backup for years (mainly Crashplan) to provide an extra level of protection to my on-prem raid1 NAS drive.
Working at AWS – the journey continues 2023
So at the time of writing this, it now been 3 years 2 months since joining AWS. A good time to provide some updates following on from my initial onboarding post. Team I’m still working in the same team that
Python S3 Data Backup Application
I have been using cloud based data backup for years (mainly Crashplan) to provide an extra level of protection to my on-prem raid1 NAS drive. These solutions are great for an easy to use set and forget product (which is
Python Multi-Thread Coding
Python Multi Thread Coding is something you should consider when you have some code that needs to run multiple times. For example – doing a version check across multiple routers. You can either run the check in sequence (series), or
tinyURL system design with Python, Redis and DynamoDB
One of the interview rounds that is a key part of major organisations (like AWS, Microsoft and Google) is the System Design interview. This is where you do a high level design of a scalable product, and talk through the
Using Cisco Meraki API v0 and V1 with python
In Previous Posts ive built some Meraki applications, which are all based on the v0 API, Meraki first built their API set on v0. This was a good set, but not complete (it covers maybe 70% of the GUI dashboard
AWS Three Tier Architecture with Python – part2
Lets continue to build the AWS Three Tier Architecture. We have all the pre-requisites for our build now ready from our first page HERE, lets put the application together. Ill break it into the stages as per part1 to explain
AWS Three Tier Architecture with Python – part1
One of the common web architecture types is called the multi-tier architecture – of which the three tier is the best known. In this series we will look at building a AWS Three Tier Architecture via a Python application. The
AWS to Meraki VPN Tunnel with Python Part3
The following screens can be used to check on the VPN status, now that the python app has completed all the steps and built both ends of the VPN Tunnel – AWS and Meraki ! In my case the EC2
AWS to Meraki VPN Tunnel with Python Part2
In the previous post, we went through the initial setup steps for the AWS to Meraki VPN: # Meraki info step# ———————————–# 1. Get MX public IP## AWS VPN creation steps# ———————————–# 1. Create Customer Gateway# 2. Create Virtual Private