AWS-PowerShell 配置

来源:互联网 发布:yy踢人软件 编辑:程序博客网 时间:2024/06/05 03:46

AWS-PowerShell 配置


访问认证配置


  • Set-AWSCredentials -AccessKey {your_access_key} -SecretKey {your_secret_key} -StoreAs {your_profile_name}
  • Get-AWSCredentials -ListStoredCredentials
  • Initialize-AWSDefaults -ProfileName {your_profile_name} -Region cn-north-1
  • 配置信息会被保存在 C:\Users\Administrator\AppData\Local\AWSToolkit\RegisteredAccounts.json 文件中
0 0
原创粉丝点击