0

我知道 .ssh 目录中的 amazon ec2 公钥、密钥对名称和 SSH 授权密钥。
在 PHP SDK 配置期间,我用密钥和秘密字段填充 config.inc.php。

我无法将公钥、密钥对名称和 SSH 授权密钥与密钥和秘密字段相关联。

我将在哪里获得这些值?

// Amazon Web Services Key. Found in the AWS Security Credentials. You can also pass
// this value as the first parameter to a service constructor.
'key' => 'development-key',

// Amazon Web Services Secret Key. Found in the AWS Security Credentials. You can also
// pass this value as the second parameter to a service constructor.
'secret' => 'development-secret',
4

1 回答 1

1

api 凭据与 ssh 密钥完全无关。您可以在安全凭证页面上找到您的 api 密钥信息(从亚马逊网络控制台访问我的帐户链接)

您可以在此处阅读有关各种亚马逊凭证及其用途的信息

于 2011-12-24T09:36:52.303 回答