Skip to content
Kloudle Logo
Academy

Learn Cloud Security

Page 3 of 14

How to rotate the Access key of a user using AWS CLI
academy 3 min

How to rotate the Access key of a user using AWS CLI

Access keys are long-term credentials for an AWS user. One of the best ways to protect your account is to ensure access keys are rotated periodically. This article provides a walkthrough of how to rotate Access keys for an IAM user using AWS CLI.

Akash Mahajan
How to deactivate the Access key of a user in AWS
academy 2 min

How to deactivate the Access key of a user in AWS

Access keys for IAM users should be created only if there is a requirement and disabled or deleted afterwards if there won't be any further usage. In this article we take a look at how to deactivate Access keys for an IAM user in AWS.

Akash Mahajan
How to deactivate the Access key of a user using AWS CLI
academy 2 min

How to deactivate the Access key of a user using AWS CLI

Access keys for IAM users should be created only if there is a requirement and disabled or deleted afterwards if there won't be any further usage. In this article we take a look at how to deactivate Access keys for an IAM user using AWS CLI.

Akash Mahajan
Reset an IAM user's console password in AWS
academy 5 min

How to Reset an IAM User Password in AWS (Admin Guide)

Reset another IAM user's AWS console password as an administrator. Covers console and CLI steps, forced password changes, and session revocation.

Akash Mahajan
How to change the password of an IAM User using AWS CLI
academy 3 min

How to Reset an IAM User Password with AWS CLI

Reset another IAM user's console password with aws iam update-login-profile. Includes required permissions, verification, and secure password handling.

Akash Mahajan
How to enable MFA Delete on S3 bucket
academy 2 min

How to enable MFA Delete on S3 bucket

We will go through the steps to enable MFA so that bucket deletion requires an additional layer of security in the form of multi factor authentication.

Akash Mahajan
How to enforce SSL/TLS for S3 requests using AWS
academy 3 min

How to enforce SSL/TLS for S3 requests using AWS

We will go through the steps to enforce SSL/TLS so that bucket policy prevents the contents of the bucket from being served over plaintext HTTP.

Akash Mahajan
How to enforce SSL/TLS for S3 requests using AWS CLI
academy 2 min

How to enforce SSL/TLS for S3 requests using AWS CLI

We will go through the steps to enforce SSL/TLS so that bucket policy prevents the contents of the bucket from being served over plaintext HTTP.

Akash Mahajan
How to Force Delete Kubernetes Namespaces
academy 1 min

How to Force Delete Kubernetes Namespaces

Quick post that shows with examples, how to delete a Kubernetes namespace that is forever stuck on 'Terminating' stage.

Akash Mahajan
How to conduct assessment with aws-foundations-cis-baseline tool
academy 1 min

How to conduct assessment with aws-foundations-cis-baseline tool

This post covers the scan report assessment and interpret the results.

Akash Mahajan
How to set up aws-foundations-cis-baseline tool for conducting CIS assessment
academy 2 min

How to set up aws-foundations-cis-baseline tool for conducting CIS assessment

This post covers an introduction and instructions to set up the aws-foundations-cis-baseline tool for learning.

Akash Mahajan
How to enable DNSSEC Signing in AWS Route53
academy 3 min

How to enable DNSSEC Signing in AWS Route53

Enabling DNSSEC signing increases trust between the user and the target AWS account ensuring that the integrity of the DNS record has not been tampered with and users are receiving information from the correct source. This article provides a step by step guide to enable DNSSEC signing in AWS Route53.

Akash Mahajan