Skip to content

This project automatically builds a container image with the latest version of the AWS PowerShell module installed.

Notifications You must be signed in to change notification settings

pcgeek86/aws-powershell-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-powershell-container

This project automatically builds a container image with the latest version of the AWS PowerShell module installed.

Prerequisites

In order to use this container image, you'll need to configure your AWS credentials at the standard filesystem location: $HOME/.aws/credentials. You can use the AWS CLI tool or the Set-AWSCredential command in the AWS PowerShell module, or manually craft the INI file using your preferred text editor.

Run a Container

Install Docker Desktop on your system, and run the following command:

docker run --rm --interactive --tty --mount "src=$HOME/.aws/,dst=/root/.aws/,type=bind" ghcr.io/pcgeek86/aws-powershell-container:4.1.17.0

About

This project automatically builds a container image with the latest version of the AWS PowerShell module installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages