The AWS Tools for PowerShell are a set of PowerShell cmdlets that are built on top of the functionality exposed by the AWS SDK for .NET. The AWS Tools for PowerShell enable you to script operations on your AWS resources from the PowerShell command line. Although the cmdlets are ...
AWS Tools for PowerShell 用户指南 本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。 PDFRSS 的工具 PowerShell 提供了可用于访问 AWS 服务的 cmdlet。要查看有哪些 cmdlet 可用,请参阅AWS Tools for PowerShell Cmdlet 参考。
AWS Tools for PowerShell and AWS Tools for PowerShell Core are PowerShell modules, built on functionality exposed by the SDK for .NET, that enable you to script operations on AWS resources from the PowerShell command line. Although you use the SDK's service clients and methods to implement ...
AWS Tools for PowerShell を使用すると、デベロッパーと管理者が AWS のサービスとリソースを PowerShell スクリプト環境で管理できます。Windows、Linux、MacOS 環境の管理に使用するのと同じ PowerShell ツールを使用して、AWS リソースを管理できるようになりました。
AWS SDKs and Tools Maintenance Policy AWS SDKs and Tools Version Support Matrix Additional Resources Check out this user guide to get started quickly. Take a look at this reference for more in-depth documentation for each PowerShell cmdlet. ...
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.724.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md. * Amazon EC2 Container Service * Modified cmdlet New-ECSSer...
PowerShell Cmdlet This example command will display all of the RHEL 7.3 AMIs in the US-East-1 region which were shared with the AWS account provided during enrollment in Clous access using the AWS Tools for Cmdlet. The AWS Tools for Cmdlet Reference provides additional documentation on the Powe...
Again, for reference, the destination folders you can choose by default are:–/Users/[username]/.local/share/powershell/Modules (OS X 10.11.6) –/usr/local/microsoft/powershell/6.0.0-alpha.9/Modules (OS X 10.11.6) –/home/[username]/.local/share/powershell/Modules (Ubuntu 14.04...
https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-6 启用脚本执行 要加载Amazon Tools for PowerShell模块,必须启用 PowerShell 脚本执行。要启用脚本执行,请运行 Set-ExecutionPolicy cmdlet 以设置 RemoteSigned 策略。有关更多信息,请参阅 Microsoft Technet...
使用AWS CloudShell 中的 PowerShell 有关使用 AWS PowerShell 工具的优秀指南可以在 AWS 网站 上找到。让我们看一个简单的例子来补充官方文档。在以下示例中,如图 1-9 所示,我们通过调用 New-S3Bucket cmdlet 来创建一个新的 Amazon S3 存储桶。 图1-9. 在 AWS PowerShell 中创建 AWS 存储桶 接下来,我们...