{"id":14064223,"url":"https://github.com/awslabs/aws-powershell-extensions","last_synced_at":"2025-07-29T17:32:47.119Z","repository":{"id":66103497,"uuid":"121475787","full_name":"awslabs/aws-powershell-extensions","owner":"awslabs","description":"The extensions for AWS Tools for PowerShell provide workflow enhancements on top of the core AWSPowerShell module.","archived":false,"fork":false,"pushed_at":"2018-04-08T20:46:47.000Z","size":89,"stargazers_count":23,"open_issues_count":4,"forks_count":10,"subscribers_count":47,"default_branch":"master","last_synced_at":"2024-05-23T00:34:15.640Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awslabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-14T05:46:53.000Z","updated_at":"2024-08-13T07:06:22.278Z","dependencies_parsed_at":"2023-02-23T09:30:50.189Z","dependency_job_id":null,"html_url":"https://github.com/awslabs/aws-powershell-extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-powershell-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-powershell-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-powershell-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awslabs%2Faws-powershell-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awslabs","download_url":"https://codeload.github.com/awslabs/aws-powershell-extensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228032924,"owners_count":17858917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:03:45.682Z","updated_at":"2024-12-04T02:31:23.550Z","avatar_url":"https://github.com/awslabs.png","language":"PowerShell","readme":"# Overview\n\nThe Amazon Web Services (AWS) Extensions for AWS Tools for PowerShell provide a user-friendly interface on top of the core AWS Tools for PowerShell experience.\n\n# Features\n\n## Intellisense\n\nOne of the predominant features of this PowerShell module is the dynamic Intellisense\nthat's based on the resources provisioned in your AWS account. Intellisense results\nare governed by the IAM credentials profile that is currently active.\n\nTo see which services and parameters are supported with Intellisense, please examine the `./Intellisense` directory under the AWS PowerShell Extensions module directory.\n\n## Type Adapters\n\nThe PowerShell environment provides the ability to modify objects by binding custom properties and methods to them.\nThe feature providing this capability is known as the PowerShell Adaptive Type System (ATS). The Add-Member command can be used to add new properties and methods\nto individual objects. However, if you want to bind a custom property or method to **all** objects that share a common type, then you can use the `Update-TypeData` command.\n\nThe `Update-TypeData` command allows you to specify an XML document (`*.types.ps1xml`) containing the pre-defined type adaptations,\nor you can simply specify the new members in-line with the command.\n\nThis module provides type adaptations for the following resources:\n\n| Service | .NET Type |\n|-|-|\n| EC2 | Amazon.EC2.Model.Instance |\n\n# Installation\n\nTo install this module, simply clone the repository locally, and then import the `.psd1` file.\nWe are currently looking into publishing this module to the PowerShell Gallery for ease of distribution.\n\n```\ngit clone https://github.com/awslabs/aws-powershell-extensions\nImport-Module -Name ./aws-powershell-extensions/AWSPowerShell.Extensions.psd1\n```\n\n# Usage\n\n1. Set your default AWS Region, using the `Set-DefaultAWSRegion` command.\n2. Start calling commands in the AWS Tools for PowerShell, as usual.\n\nIntellisense integrates with your typical usage of the AWS PowerShell module.\n\n## Type Adapters\n\nType Adapters add extra properties and methods to various .NET object types.\n\n### EC2 Instances\n\nTo try out the type adapters for EC2 instances, first create an `.awskeys.json` file with the following structure. This creates a mapping between your private key files and EC2 public key pairs, so that you can perform remote commands, via SSH, against your EC2 instances.\n\n**TODO**: Add details about creating PowerShell Remoting sessions with the EC2 instance `RemoteSession` property.\n\n#### Example ~/.awskeys.json\n```\n{\n  \"us-west-2\": {\n    \"Trevor\": \"~/mysshkey.pem\"\n  }\n}\n```\n\nThen, try out the following command and examine the new properties that are attached to the EC2 instance objects.\n\n```\n(Get-EC2Instance).Instances | Get-Member\n```\n\n# License\n\nApache 2.0, see `LICENSE.txt`.\n","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawslabs%2Faws-powershell-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawslabs%2Faws-powershell-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawslabs%2Faws-powershell-extensions/lists"}