Skip to content
Kloudle Logo
Academy

Learn Cloud Security

Page 8 of 14

How to restrict access to your publicly accessible RDS Instance
academy 4 min

How to restrict access to your publicly accessible RDS Instance

Exposing AWS RDS database instances to the internet is generally a bad security practice since it contains data meant to be consumed by specific instances only. If that is the case for you as well, follow this article to see how you can restrict access to your RDS Instances.

Akash Mahajan
Restricting access to your RDS snapshots
academy 2 min

Restricting access to your RDS snapshots

Public AWS RDS database snapshots are accessible to any AWS user. If you have created a public RDS snapshot that may contain sensitive or private information and would like to change it to a private snapshot, follow this step-by-step guide.

Akash Mahajan
How to Encrypt AWS EBS Volume
academy 4 min

How to Encrypt AWS EBS Volume

EBS volumes are not encrypted by default. Encrypting these adds a layer of security to the data stored on it.

Akash Mahajan
How to update AWS AMI permission from Public to Private
academy 3 min

How to update AWS AMI permission from Public to Private

A cloud administrator can create an instance with all tools and software installed and then make an image out of this to be reused in the future. This image could contain proprietary data and code etc. that could be abused by an attacker if they gain access to the AMI.

Akash Mahajan
Allowing IAM users to access AWS EKS using kubectl
academy 5 min

Allowing IAM users to access AWS EKS using kubectl

For any managed service on AWS, the more you rely on IAM for authentication and authorization, the more you reduce your attack surface. In this article, we will see how we can create users of various permission levels in an AWS EKS cluster and map the user to an AWS IAM user.

Akash Mahajan
How to secure AWS S3 buckets with sensitive data
academy 12 min

How to secure AWS S3 buckets with sensitive data

A lot of users, organizations and even nation states and governments utilize the versatility of Amazon’s S3 service. Any data that is stored on S3 needs to maintain the basic tenets of security, which include encryption of data at rest, in motion, authorization to access the data and assurance that actions performed on the data are auditable. In this article, we will take a look at how we can use the features provided by S3 to ensure our data is secure on the cloud.

Akash Mahajan
AWS Service Control Policies explained with practical examples
academy 7 min

What Is an SCP in AWS Organizations? Examples (2026)

Learn how AWS Service Control Policies set permission guardrails, what they do not do, and how to roll out practical SCP examples safely.

Akash Mahajan
Attacking Modern Environments Series: Attack Vectors on Terraform Environments
academy 2 min

Attacking Modern Environments Series: Attack Vectors on Terraform Environments

Terraform is a popular IAC orchestrator that is widely used for standardising and executing infrastructure deployments, but since it has privileges on the cloud platforms, Mazin Ahmed shares why it is important to understand which attack vectors exist, and what can be done about them.

Akash Mahajan
Cloud Security Orienteering
academy 2 min

Cloud Security Orienteering

A presentation on how one can quickly get familiar with new cloud environments and accelerate the process of identifying security issues and addressing them.

Akash Mahajan
Scanning IPv6 with v6disc
academy 4 min

Scanning IPv6 with v6disc

`v6disc` is a shell script that was created to quickly and automatically discover IPv6 hosts with the option to ping or run nmap against discovered hosts.

Akash Mahajan
Scanning IPv6 with Masscan
academy 4 min

Scanning IPv6 with Masscan

Masscan is an Internet-scale port scanner. It can scan the entire Internet in under 5 minutes, transmitting 10 million packets per second, from a single machine. This is thanks to it being written in C, having its own ad-hoc TCP/IP stack and asynchronous transmission similar to port scanners like scanrand, unicornscan, and ZMap.

Akash Mahajan
How to create a Virtual Machine on Google Cloud
academy 2 min

How to create a Virtual Machine on Google Cloud

Creating Virtual Machines on cloud platforms is one of the most common activities. This article is a quick guide for creating a Virtual Machine on Google Cloud.

Akash Mahajan