Gurjot Singh
Gurjot's Blog

Gurjot's Blog

Follow
homeAWSTIMELINESPONSORbadgesnewsletter
Series

AWS

Amazon Web Services is the most popular and comprehensive cloud service provider. In this series, I will write about various concepts and services in AWS to help you understand it better.

Articles in this series

Securing AWS Infrastructure using MFA

Aug 26, 20216 min read

You'll learn how you can secure your AWS resources using MFA when being accessed using the AWS Console or AWS CLI. ยท As security is considered job Zero,...

Securing AWS Infrastructure using MFA

Generate MFA authenticated credentials for AWS CLI (and a script to automate this task)

Aug 30, 20214 min read

You'll learn how to generate MFA authenticated temporary credentials to pass the MFA check while using AWS CLI to access the AWS resources. ยท In my...

Generate MFA authenticated credentials for AWS CLI (and a script to automate this task)

AWS Access Keys - AKIA vs ASIA

Sep 6, 20214 min read

In this article, we'll learn about the two types of AWS Access keys which can be used to programmatically access the AWS resources. ยท AWS require...

AWS Access Keys - AKIA vs ASIA

Enabling Autocomplete for AWS CLI

Nov 28, 20212 min read

In this article, we'll learn about the AWS CLI prompt feature which allows to autocomplete the AWS CLI commands to minimize documentation reference. ยท...

Enabling Autocomplete for AWS CLI