gpt4 book ai didi

powershell - 使用 cmdlet 访问 AWS IAM 时出现 ObjectNotFound 错误

转载 作者:行者123 更新时间:2023-12-05 08:18:55 26 4
gpt4 key购买 nike

我正在尝试通过 powershell 生成 AWS API 网关访问 key 。但是,每次我尝试使用任何 cmdlet 时都会抛出错误:

例如:

 Get-AWSCredential -ListProfileDetail

会导致这样的错误:

Get-AWSCredential : The term 'Get-AWSCredential' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + Get-AWSCredential -ListProfileDetail + ~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-AWSCredential:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

当我通过 Get-Command 显示命令列表时,AWS cmdlet 不会弹出。知道可能是什么问题吗?

最佳答案

长话短说,运行此命令:Install-Package -Name AWSPowerShell

您可能需要以管理员身份运行 PS 才能使 Install-Package 命令正常工作。此外,系统可能会提示您安装“nuget”,回答是。如果您收到有关 PSGallery 的安全警告,请回答是。

这是亚马逊关于 PS cmdlet 的文档:http://docs.aws.amazon.com/powershell/latest/userguide/pstools-getting-set-up.html

关于powershell - 使用 cmdlet 访问 AWS IAM 时出现 ObjectNotFound 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47273190/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com