AWS Route53 – Creating and Using a Hosted Zone

AWS Route53 provides DNS Resolution (and DNS Registrar) services. You can use Route53 to register a domain, host the zone file and provide DNS resolution, alternatively, you can have the domain registered elsewhere, but then use Route53 to host the zone file and provide DNS resolution. There are some different options here, Route53 ties nicely … Read more

Firefox: SSL_ERROR_UNSUPPORTED_VERSION

Although you shouldn’t be working around certificates which are very old or no longer meet modern standards e.g. TLS 1.3 etc. if like me you need to access something using TLS 1, you can use Firefox and change the configuration. Use the URL: about:config Then set: security.tls.version.min (from 2/3 to 1), then attempt to access … Read more

SLPP Guard – Simple Loop Prevention Protocol Configuration for Edge Ports (XOS/SwitchEngine)

On VOSS/FabricEngine SLPP should be configured on every VLAN at the point where it leaves the fabric and meets a non-fabric loop prevention strategy.  This will prevent any loops from impacting the fabric by closing down ports where a loop is detected. The below assumes you already have SLPP configured on your upstream switches. If … Read more

Traffic Policing vs Traffic Shaping

The concepts of Traffic Policing and Traffic Shaping can get very detailed, this article intends to be a very high level explanation, I’ve provided some links below that go into more detail. But, first let’s set the scene. When transmitting traffic across a network connection, there are limits, the most notable is the limit in … Read more

Reset Vehicle API on Ohme Pro Charger

Very occasionally my Ohme Pro charger loses its connection to the Nissan LEAF API which it uses to determine the battery status, this doesn’t affect the charging of the car, but just means it reports incorrect information and grumbles to say the “car isn’t charging how we’d expect”, even though it is. Ohme customer car … Read more

Storing Terraform State on AWS S3 Bucket (including AWS DynamoDB for State Locking)

Building upon the example Simple Terraform Docker Example (Ubuntu Linux), we’ll store our Terraform State in AWS S3 Bucket, rather than just locally on the machine running Docker. Yes, I know its not a very useful example, but it simply illustrates the mechanism and how it can be used for more useful and complex deployments. Storing … Read more