IAM User Policies
IAM User Policies Limited Admin Policy: { "Version": "2012-10-17", "Statement": [ { "Sid": "Permissions", "Effect": "Deny", "Action": "*", "...
IAM User Policies Limited Admin Policy: { "Version": "2012-10-17", "Statement": [ { "Sid": "Permissions", "Effect": "Deny", "Action": "*", "...
Cross Account Write Using STS This is a guide on setting up cross account access between resources of two AWS accounts using STS. By setting this up we will be able to access particular resources o...
IAM Basics Tutorial This is a basics tutorial on AWS Identity and Access Management (IAM). IAM is a service provided that enables users to securely control access to AWS resources. IAM allows you t...
Aws CLI Cheatsheet These are some of the most useful commands in the AWS CLI. See this documentation for details: https://docs.aws.amazon.com/cli/latest/reference/ec2/index.html S3 Commands. ...
AWS CLI Setup Guide The AWS Command Line Interface (AWS CLI) is a powerful and versatile tool provided by AWS to interact with AWS services from the command line. It allows users to manage and cont...
400 Error Codes Explained 400 error codes are HTTP status codes that indicate that the server did not understand the request. These errors can be caused by an invalid request, or they may occur due...
AWS Overview Amazon Web Services (AWS) is a cloud computing platform provided by Amazon. It offers a wide range of services, including computing power, storage, databases, analytics, machine learni...
AWS Account Setup Checklist When setting up an AWS account here is a short checklist of the critical items to do first: Add MFA on the root account Create an Admin IAM account Allow Admin IA...
Reuse Cookies in Selenium In Selenium, cookies are your friend. Whenever you login to a system, always use cookies if there is a cookies option. See the following videos for more details: Reuse ...
Selenium EC2 Setup Guide This guide goes over how to deploy selenium on an Amazon EC2 instance. Make sure you know how to setup an EC2 instance first before attempting this guide. Upgrade Python a...