As a Cloud Architect and somebody that has a lot of past experience with virtualization, one thing that is both an advantage and a disadvantage is the need to know a little bit about a slew of different technologies. Having to answer questions an inch deep across a mile of topics one day and a mile deep on a square inch of topics the next can be challenging. If anybody in IT denies using Google as their primary tool much of the time, they’re lying. This applies to amateurs and veterans alike.
Just as carpenters use the same tried and true tools of their apprenticeships, so too do the masters of any trade. They don’t toss their hammers aside when they move on to power tools. They add to their toolsets with the new and advanced, supplementing rather than supplanting.
In the same vein, one of the most important things an infotech professional can do is build and cultivate their own toolsets. I use the term “cultivate” because, ideally, the relationship won’t be one of simply consumption. But, I’m getting ahead of myself. Going back to the carpentry analogy, the basic tools will always have a place. But what are some power tools, expert resources, that could jumpstart your toolset?
Here are several tools that are part of my own toolset that I find helpful.
- The Documentation Site
Honestly, this is probably a cheap start, but I’ll stand by it. My current focus is on AWS and, more times than not, their docs have an answer or can point me in the right direction. It’s broken down by topic and then divided by service. - AWS Prescriptive Guidance
From the Prescriptive Guidance page, “These resources were developed by experts at AWS Professional Services, based on years of experience helping customers realize their business objectives on AWS.” I almost feel as if I’m giving away trade secrets by sharing this one. There are guides and tested patterns for a couple of hundred things you might want to do. Want guidance on migrating SQL workloads into EC2, RDS? Here it is. Want to set up a logging and monitoring solution on CloudWatch? Here you go. - AWS QuickStarts
From the Quick Start page, “Quick Starts are automated reference deployments [that] help you deploy popular technologies on AWS based on AWS best practices for security and high availability. These accelerators reduce hundreds of manual procedures into just a few steps so that you can build your production environment in minutes and start using it immediately[…]includes AWS CloudFormation templates that automate the deployment and a guide that describes the architecture and provides deployment instructions.”
If you want to get something up and running fast and architected correctly, begin with a Quick Start. There are over 300 reference architectures for you to start with, including things like setting up a centralized logging solution or an automated security response and remediation using Security Hub. There’s even a Quick Start for a .NET CI/CD pipeline. - AWS Workshops
Over a hundred workshops developed by AWS to demonstrate various technologies across all skillsets. Here, you can you get some real experience with a load of AWS’s services. - AWS Modernization Workshops
Created by AWS and AWS partners, this is a site full of guided labs and hands-on workshops focusing on specific services and related vendor technologies.
I briefly touched on it earlier, but start to build your own tools. Write your own guides and share architectures you’ve built or improved upon. Chances are you’ll either a.) help somebody else or b.) get some free advice. 🙂
Anyway, enough of me for now. These are some of the resources I use on a regular basis, and I’ll try and share out some others I’ve found to be useful. Let me know if you have any recommendations of your own.
Well done, John!