Terraform and Azure (Infrastructure as Code) – Part 3

Part 1 of this series looked at setting up Terraform for use with Azure and then deploying some infrastructure. Part 2 looked at changing Azure subscriptions, inserting an SSH key in virtual machines and making the virtual machine run commands at creation. Backend Storage When I discussed using Terrform with AWS I made a blog … Continue reading Terraform and Azure (Infrastructure as Code) – Part 3

Terraform and Azure (Infrastructure as Code) – Part 2

Changing Azure Subscriptions In part 1 I discussed logging into Azure using Azure CLI and noting the default subscription, as that is where Terraform will deploy resources to. However, you may have multiple Azure subscriptions and want to deploy to one that is not the default. This can be accomplished using the Azure CLI: This … Continue reading Terraform and Azure (Infrastructure as Code) – Part 2

GeekTechStuff Heads To DTX Manchester 2023!

The week commencing Monday 15th May 2023 saw the start of Manchester Tech Week and over the 17th and 18th May is DTX Manchester. DTX, or Digital Transformation eXpo brings demos, talks, experiences and exhibitors to Manchester (Manchester Central) so that various people (both technical and non-technical) can come together. This helps to see what’s … Continue reading GeekTechStuff Heads To DTX Manchester 2023!

AWS – EC2 User Data: Preparing Ubuntu Instance For Ansible Management (AWS / Ansible)

I have used previous blog posts to discuss using Ansible to create / manage AWS EC2 instances, and using Terraform with Ansible to create / manage AWS EC2 instances. However, there are people that prefer to use the AWS web console over Infrastructure as Code (IaC). If you find yourself in the situation of creating … Continue reading AWS – EC2 User Data: Preparing Ubuntu Instance For Ansible Management (AWS / Ansible)