My Profile Photo
name := "Graham Beer"

`Cloud Engineer with his head in the AWS clouds, authored chapters in the PowerShell Conference Book 1 & 2 and currently learning and enjoying Go


PowerShell Conf Book Planet PowerShell Top 50 PowerShell
  1. How to Write your First AWS Lambda C# Function

    If you are new to AWS Lambda and interested in getting started with the C# language, then you are in the right place. This article will give you a clearer picture of what AWS Lambda is, benefits to Lambda and building your first AWS Lambda C# Function. AWS Lambda lets you run code without provisioning...…


  2. ScriptRunner Version 2019R2: PowerShell scripting for teams with self-service

    ScriptRunner is an automation and delegation solution that uses PowerShell. This article builds on Timothy Warner’s excellent introduction to ScriptRunner and focuses on the new features now available. ScriptRunner was a product I had heard much about, but had not yet used. The application was first created back in 2013 and has been gradually gaining...…


  3. AWS vCPU-based On-Demand EC2 instance limits

    You may be aware that Amazon sets default limits on resources on a per-region basis. Currently there is a limit—sometimes known as a quota—on the number of Elastic Compute Cloud (EC2) instances you can launch in a region. As of October 24, 2019, Amazon Web Services (AWS) will change On-Demand EC2 instance limits, https://aws.amazon.com/about-aws/whats-new/2019/09/vcpu-based-on-demand-instance-limits-are-now-available-in-amazon-ec2/ How...…


  4. Remove users and groups in AWS Identity and Access Management (IAM) with PowerShell

    Identity and Access Management (IAM) in AWS is not just about creating users and groups. You must also consider renaming and removal of users and groups. My last article focused on the creation of these items. In this one, I will be looking at other administration tasks. Dealing with unused groups, users with additional policies...…


  5. IAM administration in AWS with PowerShell

    Identity and Access Management (IAM) in AWS enables managing users, groups, and their permissions. With IAM, we can create users, remove them, and assign permissions to different services. By using the AWSPowerShell.NetCore module, we are able to perform these tasks from the command line. With reusable code, the administrator can automate and perform these tasks...…