Learn Cloud Security
Page 6 of 13
How to update Base permissions setting in GitHub
This article provides a quick walkthrough of how to update Base permissions for your GitHub Organization.
Simple steps to set up a 2 Node Kubernetes Cluster using Kubeadm
A quick tutorial on setting up a 2 node Ubuntu bare metal Kubernetes cluster using kubeadm on standalone local virtual machines, Google VM Instances, AWS instances or any other cloud provider’s compute service.
5 Different ways to authenticate with AWS
AWS supports multiple ways of authenticating users based on their context. This article shows various ways of authenticating to AWS using credentials, tokens, SSO and others.
How to update a user owned public EBS Snapshot to private using AWS CLI
User owned public EBS snapshots are accessible to any AWS user. If you have created a public EBS snapshot that may contain sensitive or private information and would like to change it to a private snapshot using AWS CLI, follow this step-by-step guide.
How to update a user owned public EBS Snapshot to private
User owned public EBS snapshots are accessible to any AWS user. If you have created a public EBS snapshot that may contain sensitive or private information and would like to change it to a private snapshot, follow this step-by-step guide.
How to Make a GitHub Repository Private (Step-by-Step 2026)
Change a public GitHub repository to private in 4 clicks. Step-by-step guide with screenshots — covers visibility settings, what happens to forks, and collaborator access.
How to use Steampipe to extract information for DigitalOcean
Once configured to work with DigitalOcean, Steampipe pulls metadata about resources running in the cloud which we can then query using SQL queries.
How to authenticate Steampipe with DigitalOcean
This article shows how to configure Steampipe to work with DigitalOcean.
How to encrypt EBS Snapshot in AWS
Encrypting EBS snapshots adds a layer of security and also helps in meeting compliance requirements. This article provides a walkthrough of how to encrypt an EBS snapshot in AWS.
How to encrypt EBS Snapshot using AWS CLI
Encrypting EBS snapshots adds a layer of security and also helps in meeting compliance requirements. This article provides a walkthrough of how to encrypt an EBS snapshot in AWS.
Setting up Steampipe to perform cloud information gathering
Steampipe is a tool that allows for data collection from various cloud providers and exposing them as APIs via a high-performance relational database, giving you the ability to write SQL-based queries to explore data.
Using a GitHub runner to perform Secrets Scanning using TruffleHog
This document takes you through the steps required to run a local GitHub runner and use that to scan GitHub repositories for secrets using TruffleHog.