gpt4 book ai didi

powershell - 如何在 AWS PowerShell 中设置 AWS 凭证

转载 作者:行者123 更新时间:2023-12-04 00:38:46 27 4
gpt4 key购买 nike

我刚刚下载了最新版本的 AWS Powershell 并尝试了这个:之前我不记得有任何问题。现在我收到此错误消息:

PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell> Set-AWSCredentials -AccessKey xxxxxxxx -SecretKey xxxxxxx -StoreAs xxxx
Set-AWSCredentials : The term 'Set-AWSCredentials' 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
+ Set-AWSCredentials -AccessKey xxxxxxx -SecretKey xxxxx
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-AWSCredentials:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell>

有谁知道我可能做错了什么?有一些语法再次改变:-(

谢谢

最佳答案

这些工具安装到与 PowerShell 版本 3 或更高版本中的自动导入支持兼容的文件夹结构中,因此 Import-Module应该不需要。

然而,它确实要求 PSModulePath更新安装程序执行生效,我们注意到在某些系统上您需要在安装后重新启动。

看着 PSModulePath你应该看到这样的东西(借口包装):

PS C:\> ls env:PSModulePath |佛罗里达州

名称 : PSModulePath
值:C:\Users\userid\Documents\WindowsPowerShell\Modules;C:\Program
Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files (x86)\AWS Tools\PowerShell\

如果是这样,请尝试重新启动您的机器,然后打开一个 shell 提示,看看是否 Set-AWSCredentials变得可用。如果没有,请返返回告,我们将尝试重新制作。

关于powershell - 如何在 AWS PowerShell 中设置 AWS 凭证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33500961/

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