我知道 .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',