AWS
5 Tips On Getting Started with AWS and PowerShell
(scriptrunner.com)
How many times have you had to open up a web browser, log in to the portal, choose a service, click
By: Adam Bertram submitted:Jun 16 2022
How many times have you had to open up a web browser, log in to the portal, choose a service, click
a bunch of buttons, and finally receive the information you were trying to retrieve on an AWS service? Perhaps the metadata on an EC2 instance? Now you can do it all automatically!
By: Adam Bertram submitted:Jun 16 2022
A Powershell GUI using DotNet Windows.Forms to start AWS Lambda Functions and display their output
(gist.github.com)
A Powershell GUI using DotNet Windows.Forms to start AWS Lambda Functions and display their output -
By: Anor E. Feldstraw submitted:May 24 2024
A Powershell GUI using DotNet Windows.Forms to start AWS Lambda Functions and display their output -
powershell-gui-aws-lambda-start-functions.ps1
By: Anor E. Feldstraw submitted:May 24 2024
AWS Custom Config Rule backed by PowerShell
(bgelens.nl)
AWS Config Rules allow you to evaluate the configuration settings of AWS resources during creation,
By: Ben Gelens submitted:Jun 16 2022
AWS Config Rules allow you to evaluate the configuration settings of AWS resources during creation,
update, deletions of such resources or on a schedule. They are used to audit resources for compliance with some defined policy. They don't prevent you from deploying in-compliant resources as this is the realm of service control policies.
By: Ben Gelens submitted:Jun 16 2022
AWS EC2 powerShell tips
(powershell.city)
Ever find yourself looking for ways to use powerShell? maybe that's just me. Hahaha Recently I was
By: Xajuan Smith submitted:May 12 2023
Ever find yourself looking for ways to use powerShell? maybe that's just me. Hahaha Recently I was
supporting some EC2 in the cloud testing some new AWS features and services and I found my self locked out and released this machine was not domain joined but I couldn't login. With the windows PowerShell cmdlets swirlingContinue reading "AWS EC2 powerShell tips"
By: Xajuan Smith submitted:May 12 2023
AWS Key Management Service
(docs.aws.amazon.com)
PowerShell examples for AWS Key Management Service (AWS KMS)
By: June Blender submitted:Jun 15 2022
PowerShell examples for AWS Key Management Service (AWS KMS)
By: June Blender submitted:Jun 15 2022
AWS PowerShell – Intro to PowerShell Lambdas
(overpoweredshell.com)
AWS has finally released support for PowerShell lambdas! Lambdas are pieces of code that can be
By: David Christian submitted:Feb 23 2024
AWS has finally released support for PowerShell lambdas! Lambdas are pieces of code that can be
called from just about anywhere in AWS (or outside for that matter). Even better lambdas don't require a server to run, this means that you only pay for the compute that you actually use. Don't worry the first 1M hits per month are free. Let's dive in and see how we can start using our existing PowerShell skills to start building lambdas.
By: David Christian submitted:Feb 23 2024
AWS S3 server side encryption using PowerShell
(yobyot.com)
Recently, a client asked me to develop standards for them for AWS S3. They are primarily an Azure
By: Alex Neihaus submitted:Jun 16 2022
Recently, a client asked me to develop standards for them for AWS S3. They are primarily an Azure
shop but, like most enterprises these days, they have some apps and business units which use AWS. As I documented what I already knew and researched what I didn't, I was (once again) blown away by the capabilities of this massive cloud-scale network file system....
By: Alex Neihaus submitted:Jun 16 2022
AWS Tools for PowerShell
(github.com)
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the
By: submitted:Jun 15 2022
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the
PowerShell scripting environment. This repository is meant to be used as a way to collect feedback from users of the AWS Tools for PowerShell modules. You are invited to create GitHub issues to report bugs or make feature requests.
By: submitted:Jun 15 2022
aws-tools-for-powershell
(github.com)
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the
By: Amazon Web Services submitted:Jun 16 2022
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the
PowerShell scripting environment.
By: Amazon Web Services submitted:Jun 16 2022
Create an Amazon Machine Image (AMI) of an EC2 instance with a Bash and PowerShell script
(4sysops.com)
The provided Bash and PowerShell script helps automate the creation of Amazon Machine Images (AMIs)
By: Michael Pietroforte submitted:Jan 5 2024
The provided Bash and PowerShell script helps automate the creation of Amazon Machine Images (AMIs)
from existing AWS Elastic Compute Cloud (EC2) instances. This is particularly useful for creating point-in-time backups or disaster recovery. I mostly use the script to quickly clone an EC2 instance for testing or troubleshooting.
By: Michael Pietroforte submitted:Jan 5 2024
Creating an AWS SSL Certs from Scratch (CLI and PowerShell)
(adamtheautomator.com)
Learn how to create SSL certificates in AWS Certificate Manager using the AWS CLI. This tutorial
By: Adam Bertram submitted:Nov 1 2024
Learn how to create SSL certificates in AWS Certificate Manager using the AWS CLI. This tutorial
walks through setting up permissions, requesting a certificate, and verifying its creation.
By: Adam Bertram submitted:Nov 1 2024
How to add BGP routes to AWS security groups
(yobyot.com)
PowerShell's Compare-Object makes it easy to compare two collections of objects
By: Alex Neihaus submitted:Aug 5 2022
PowerShell's Compare-Object makes it easy to compare two collections of objects
By: Alex Neihaus submitted:Aug 5 2022
How to Leverage AWS PowerShell Commands for Automation
(adamtheautomator.com)
Are you tired of interacting with your AWS Services from your PowerShell environment through the
By: Victory Nwani submitted:Jun 16 2022
Are you tired of interacting with your AWS Services from your PowerShell environment through the
REST API endpoints? Although functional, interacting with AWS services through the REST API endpoints can be complex. What is the way out? AWS PowerShell Tools is the solution!
By: Victory Nwani submitted:Jun 16 2022
Install AWS CloudShell in a VPC
(4sysops.com)
Recently, AWS announced the general availability of CloudShell VPC support. This feature enables the
By: Amr Essam submitted:Jul 19 2024
Recently, AWS announced the general availability of CloudShell VPC support. This feature enables the
creation of a CloudShell environment within a dedicated VPC, establishing secure connections to other resources in the same subnet. The CloudShell inherits the VPC network configuration without any additional modification. In this article, I will introduce CloudShell, explain the new VPC support, and outline how to install AWS CloudShell in a VPC.
By: Amr Essam submitted:Jul 19 2024
Introducing the PowerShell custom runtime for AWS Lambda
(aws.amazon.com)
The new PowerShell custom runtime for AWS Lambda makes it even easier to run Lambda functions
By: Amazon Web Services submitted:Jun 16 2022
The new PowerShell custom runtime for AWS Lambda makes it even easier to run Lambda functions
written in PowerShell to process events. Using this runtime, you can run native PowerShell code in Lambda without having to compile code, which simplifies deployment and testing. You can also now view PowerShell code in the AWS Management Console, and have more control over function output and logging.
By: Amazon Web Services submitted:Jun 16 2022
Keep AWS CLI on Windows up to date!
(github.com)
Compares the currently installed version to the latest version. Downloads and installs the latest
By: Tyler Applebaum submitted:Jun 15 2022
Compares the currently installed version to the latest version. Downloads and installs the latest
version if an outdated version is detected.
By: Tyler Applebaum submitted:Jun 15 2022
Launch EC2 instance from an AMI with a Bash and PowerShell script
(4sysops.com)
In my previous post, I shared a Bash and PowerShell script that enables you to swiftly generate an
By: Michael Pietroforte submitted:Jan 12 2024
In my previous post, I shared a Bash and PowerShell script that enables you to swiftly generate an
Amazon Machine Image (AMI) from an EC2 instance. In this post, I will be explaining how you can promptly launch an EC2 instance using the AMI.
By: Michael Pietroforte submitted:Jan 12 2024
Manage AWS Instances – Clayton Errington
(claytonerrington.com)
Using the AWS CLI to manage your AWS EC2 Instances in a quick and easy way
By: Clayton Errington submitted:Sep 8 2023
Using the AWS CLI to manage your AWS EC2 Instances in a quick and easy way
By: Clayton Errington submitted:Sep 8 2023
PowerShell Community Textbook Update: To be released this weekend!
(reddit.com)
Gday Everyone,
By: u/PowerShellMichael submitted:Sep 23 2022
Gday Everyone,
By: u/PowerShellMichael submitted:Sep 23 2022
Preview Release of the new AWS Tools for PowerShell
(aws.amazon.com)
Exciting times for our AWS PowerShell experience. We have released a preview of our new modularized
By: submitted:Jun 15 2022
Exciting times for our AWS PowerShell experience. We have released a preview of our new modularized
PowerShell modules. Checkout out the blog post for more information.
By: submitted:Jun 15 2022
PS script to move files from Sharepoint library to S3 bucket
(reddit.com)
Ideally this script would move files **directly** from SPO to the S3 bucket, but I haven't been able
By: u/SteveNeedsPizza submitted:Jan 20 2023
Ideally this script would move files **directly** from SPO to the S3 bucket, but I haven't been able
to get anything working.
By: u/SteveNeedsPizza submitted:Jan 20 2023
Start and Stop EC2 New Instances Using Powershell
(youtube.com)
In this video we cover the basics of starting and stopping a EC2 Instance With Powershell.
By: Joshua Arp submitted:Nov 18 2022
In this video we cover the basics of starting and stopping a EC2 Instance With Powershell.
By: Joshua Arp submitted:Nov 18 2022
Voice your support for an AWS Lambda container base image for PowerShell
(github.com)
I recently discovered that AWS Lambda launched support for container images, and supported every
By: Trevor Sullivan submitted:Jun 16 2022
I recently discovered that AWS Lambda launched support for container images, and supported every
major language except for PowerShell. If you're interested in publishing AWS Lambda functions, by using a PowerShell container image, add your voice to this GitHub issue report. One of the AWS developers has responded and expressed interest in prioritizing, but we need to show interest / demand for this feature.
By: Trevor Sullivan submitted:Jun 16 2022
Write great AWS Lambda PowerShell functions
(yobyot.com)
In this post, I share some tips I use when I write AWS Lambda PowerShell functions. You can find
By: Alex Neihaus submitted:Jul 1 2022
In this post, I share some tips I use when I write AWS Lambda PowerShell functions. You can find
lots of help writing .Net end user functions for Lambda. By end user, I mean things that are part of an application system, like kicking off Glue jobs, working with Redshift and so on.
By: Alex Neihaus submitted:Jul 1 2022