📌  相关文章
📜  AWS Visual Studio 代码 vsc 凭证 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:29.708000             🧑  作者: Mango

代码示例1
* You must have installed AWS Toolkit
1. In Visual Studio Code press Str + Shift + P
2. Find "AWS Create Credentials Profile"

// structure of file
[dummyName] // your profile name (with '[' and ']') - can be whatever
aws_access_key_id = ABCD1234 // here past your access key, you will find it on your AWS account: IAM -> Users -> User X -> Security credentials -> Access keys tab
aws_secret_access_key = DCBA4321 // your secret key

after save you should be connected