Author Archives: Anthony Heddings

What Are AWS IAM Users, and How Do You Manage Them?

Perhaps the worst security mistake you can make is leaving highly confidential secret access keys on a web-facing server. So, when it comes time to install and authenticate the AWS CLI on a remote EC2 instance, how do you configure it?Read This Article… Continue reading

Posted in Uncategorized | Comments Off on What Are AWS IAM Users, and How Do You Manage Them?

How to Use Gitlab Issues for Tracking Software Development

Gitlab Issues is a free tool built into Gitlab Cloud and Community Editions that makes it easier to track software development progress. It supports many of the same features as competitors like Jira, while being easier to use.Read This Article on Clou… Continue reading

Posted in Uncategorized | Comments Off on How to Use Gitlab Issues for Tracking Software Development

Which Type of Networking Should You Use for Your Virtual Machine?

When creating a virtual machine (VM), you have a lot of options regarding networking. You can set up your VM to act as just another computer on your network, secure it behind an internal router and firewall, or even simulate a fully custom real world n… Continue reading

Posted in Uncategorized | Comments Off on Which Type of Networking Should You Use for Your Virtual Machine?

How to Use AWS’s IAM Policy Simulator and Access Analyzer to Test IAM Roles

These two tools built in to the IAM Management Console are very useful when conducting security reviews, allowing you to test your IAM policies, user specific access, and cross account access, and even sending you warnings issues are detected.Read This… Continue reading

Posted in Uncategorized | Comments Off on How to Use AWS’s IAM Policy Simulator and Access Analyzer to Test IAM Roles

How to Create Lambda Functions Using SAM

While Lambda has a web-based editor for updating your functions, it’s intended for beginners, and isn’t what you should use in practice. Creating functions with SAM templates allows you to move your Lambda functions onto your existing sourc… Continue reading

Posted in Uncategorized | Comments Off on How to Create Lambda Functions Using SAM

How to Connect to a Database Over a Network

When connecting to a database, you must take extra precautions if it’s not running locally. Any connections made over a network should be secure, and you should never leave the database open for anyone to brute-force a connection.Read This Articl… Continue reading

Posted in Uncategorized | Comments Off on How to Connect to a Database Over a Network

How to Install a Desktop Environment on Your Headless Linux Server

Linux server distros don’t usually ship with a graphical user interface, instead favoring access over SSH using a terminal. But, some applications are easier to use in a window, and even headless servers can run desktop environments over RDP.Read… Continue reading

Posted in Uncategorized | Comments Off on How to Install a Desktop Environment on Your Headless Linux Server

How to Run GCP Cloud Functions Periodically with Cloud Scheduler

If you’re looking to run code regularly, like a cron job, you can use Google Cloud Platform’s Cloud Scheduler to automatically run serverless Cloud Functions at fixed time intervals, without using any actual servers.Read This Article on Clo… Continue reading

Posted in Uncategorized | Comments Off on How to Run GCP Cloud Functions Periodically with Cloud Scheduler

How to Schedule AWS Lambda Functions with CloudWatch Events

If you’re looking to run code regularly, like a cron job, you can use AWS’s CloudWatch Events to automatically run serverless Lambda Functions at fixed time intervals, without using any actual servers.Read This Article on CloudSavvy IT &rs… Continue reading

Posted in Uncategorized | Comments Off on How to Schedule AWS Lambda Functions with CloudWatch Events

With HTTP/3 On the Horizon, Have You Upgraded to HTTP/2?

HTTP/3 is the next version of the col, currently in development. But 60% of the web still hasn’t upgraded to HTTP/2 yet, which has been out since 2012 and has widespread support. Here’s how to enable it in Nginx and Apache.Read This Article… Continue reading

Posted in Uncategorized | Comments Off on With HTTP/3 On the Horizon, Have You Upgraded to HTTP/2?