In this blog post, I will show you to install AWS CLI version 2 on Linux CentOS and avoid common issues.
Continue reading “Install AWS CLI Version 2 On Linux CentOS”Get a List Of All AWS IAM Users with Python (boto3)
In this blog post, I will show you how to view all the users I have in AWS using AWS SDK for Python.
Continue reading “Get a List Of All AWS IAM Users with Python (boto3)”Create An AWS Account Sign-in Alias link
In this blog post, I will show you how to create an AWS IAM custom sign-in URL and make it easier for users to log in.
Continue reading “Create An AWS Account Sign-in Alias link”Create an AWS IAM Read-Only User Account
In this blog post, I will show you how to create a read-only AWS account for view only purposes.
Continue reading “Create an AWS IAM Read-Only User Account”AWS CLI Profile Location in windows 10
This blog post will show you where to find the AWS CLI profile location on a Windows 10 machine.
Continue reading “AWS CLI Profile Location in windows 10”How to Start an AWS EC2 Instance using Python SDK
In this blog post, I will show you how to start a single AWS EC2 instance using Python and the AWS SDK for Python.
Continue reading “How to Start an AWS EC2 Instance using Python SDK”Create and Use an AWS CLI Profile
In this blog post, I will show you how to create and use AWS CLI profiles and why they are so good.
Continue reading “Create and Use an AWS CLI Profile”Install Python 3.8 on Amazon Linux 2 EC2 Instance
In this blog post, I will show you how to install the latest Python version on an Amazon Linux 2 EC2 instance.
Continue reading “Install Python 3.8 on Amazon Linux 2 EC2 Instance”Install PowerShell 7 Preview on Amazon Linux 2
In this blog post, I will show you how to install PowerShell 7 on Amazon Linux 2 and the latest PowerShell version.
Continue reading “Install PowerShell 7 Preview on Amazon Linux 2”Upload a Python Function to AWS Lambda
Following on the previous post, in this blog post, I will show you how to upload a Python function to AWS Lambda and run it.
Continue reading “Upload a Python Function to AWS Lambda”