Found 6 results

AWS S3 Read-Write IAM Policy for specific User

In this AWS S3 Read-Write IAM Policy tutorial we will talk about how to create and manage AWS IAM Policies for specific AWS S3 Buckets, policies that can be easily applied to any user or user group within IAM having Read and Write permissions only. We all know that AWS S3 is a really great storage service but used in conjunction with IAM this can become a very powerful tool giving us the freedom and the also the ability to fine tune all necessary permissions in such a way to only allow specific user or user group to only read […]

Category: AWS | Published: 09/08/2019 | Updated: 12/08/2019

AWS S3 Read-Only IAM Policy for specific User

In this short tutorial called AWS S3 Read-Only IAM Policy for specific User or User Group we will be guiding you how to create and manage AWS IAM Policies for specific AWS S3 Buckets, these policies can be later applied to any IAM Users or IAM User Groups having just Read-Only permissions. AWS S3 is a great storage service but managed in conjunction with AWS IAM can become a very powerful tool giving us the freedom and the amazing ability to tweak all needed permissions in such a way to only allow specific users or user groups to only read […]

Category: AWS | Published: 23/07/2019 | Updated: 10/08/2019

AWS Switch Role Setup

AWS Switch Role Setup is our next tutorial where we will explain how to setup IAM Policies and IAM Roles in order to switch between multiple AWS accounts without using various credentials for each individual account. Setting up Role Switching within AWS may seem difficult or maybe confusing but in reality this is quite simple and easy to implement. Such a solution will definitely ease your user management tasks and in the same time will give you the flexibility to manage users access in a more granular fashion. For this specific tutorial, which will be a very short one, we […]

Category: AWS | Published: 15/10/2019 | Updated: 15/10/2019

AWS Lambda Function to Stop and Start EC2 Instances

AWS Lambda Function to Stop and Start EC2 Instances based on Tags is our next tutorial where we will guide you, step by step, how to save money on AWS monthly bill just by using a simple AWS Lambda Function backed up by a Python script. Nowadays most of the modern companies relies on many cloud technologies from various cloud providers like AWS for pretty much any environments and tiers that we can think of like production, QA, staging, development and so on but everything comes at a price. We can reduce our monthly AWS bill and also, indirectly, becoming […]

Category: AWS | Published: 21/08/2019 | Updated: 24/09/2019

List users from multiple AWS accounts using Python

List users from multiple AWS accounts using Python is our next tutorial where we will learn how to access AWS APIs using Boto3 package and also how to use pprint package to list all results in a easy to read format, we heard about the term human readable too but we think is not the right way of saying it, at least not in this particular case. Please rest assured that we won’t talk or debate in this tutorial about what Cloud Hosting provider is the best or not and we will simply resume talking about how to get all […]

Category: Python | Published: 13/11/2018 | Updated: 14/11/2018

Generate SSH Key – Linux, Mac and Windows

In this quick tutorial, Generate SSH Key, we will learn more exactly how to generate a SSH Key in Linux or Mac using a terminal window and also in Windows using Putty. Before we start our little journey we should be clear about one thing, all SSH Keys consists of two parts, a Private Key and a Public Key. In this article we’ll generate both these keys and we’ll learn the importance but also the difference between these two. What is a Pivate Key As we said in our introduction a SSH Key contains a Private Key and a Public […]

Category: Security | Published: 09/02/2018 | Updated: 05/11/2018