Cấu Hình Aws Credential
Yêu cầu
- Cần có account aws, nếu hiện tại không có vào đăng kí trước: https://portal.aws.amazon.com/billing/signup#/start/email
- Phải có thẻ tín dụng, visa hoặc master-card gì đó.
Tạo Credentail
- Sau khi đăng kí thành công, vào đây để đăng kí credentail: https://us-east-1.console.aws.amazon.com/iam/home?region=ap-southeast-1#/security_credentials Click New Access Key để download về
- Open file để kiểm tra:
Cấu Hình Credential
- Trên VSCode
- Add Extensions, search AWS-Toolkit Click Install, đợi một chút sẽ được install xong.
- Open VSCode: bấm tổ hợp phím, trên
- mac shift+command+p
- win shift+control+p
- Tìm: AWS: Create Credentials Profile
- Sẽ yêu cầu nhập accessKey and secretKey
- Sau khi nhập sẽ có kết quả hiện ra, hoặc anh em run:
cat ~/.aws/credentials
- Sử dụng CMD Mac và Linux
- create folder:
mkdir ~/.aws
- tạo file credentials:
touch ~/.aws/credentials
- Sử dụng vim edit file credentials:
[default]
aws_access_key_id=***
aws_secret_access_key=**
thay đổi *** bằng accesskey và secretkey.
Tạo nhiều profile Credential
- Làm tương tự với cách tạo 1 credential thì sẽ tự add thêm vào file credentail
- Khi add credential thứ 2, nó yêu cầu bạn sét profile name. Lần đầu là default, lần thứ 2 sẽ yêu cầu tên.
Contact
- facebook: https://www.facebook.com/phucducdev/
- group: https://www.facebook.com/groups/575250507328049
- gmail: ducnp09081998@gmail.com or phucducktpm@gmail.com
- linkedin: https://www.linkedin.com/in/phucducktpm/
- hashnode: https://hashnode.com/@OpenDev
- telegram: https://t.me/OpenDevGolang
All Rights Reserved