happybutterfly835
New member
[TIẾNG VIỆT]:
** Cách sử dụng Danh sách kiểm soát truy cập API Amazon MWS (ACL) **
Danh sách kiểm soát truy cập API của Amazon MWS (ACL) cho phép bạn kiểm soát ai có quyền truy cập vào tài khoản Amazon MWS của bạn và những gì họ có thể làm với nó.Bạn có thể sử dụng ACL để hạn chế quyền truy cập vào các tài nguyên cụ thể, chẳng hạn như sản phẩm, đơn đặt hàng hoặc báo cáo hoặc bạn có thể cấp quyền truy cập đầy đủ vào tài khoản của mình.
Để tạo ACL, trước tiên bạn cần tạo một tài liệu chính sách.Tài liệu chính sách là tệp JSON xác định các quyền mà bạn muốn cấp cho người dùng hoặc nhóm người dùng.Bạn có thể sử dụng Trình tạo chính sách AWS IAM để tạo tài liệu chính sách.
Khi bạn đã tạo một tài liệu chính sách, bạn có thể đính kèm nó vào người dùng IAM hoặc nhóm.Để làm điều này, hãy truy cập bảng điều khiển IAM và chọn người dùng hoặc nhóm mà bạn muốn đính kèm chính sách.Sau đó, nhấp vào tab ** Quyền ** và chọn ** Thêm quyền **.Trong trường ** Tài liệu chính sách **, dán nội dung của tài liệu chính sách của bạn.
Bạn cũng có thể sử dụng AWS CLI để tạo và đính kèm ACL.Để tạo tài liệu chính sách, hãy sử dụng lệnh sau:
`` `
AWS iam tạo chính sách
`` `
Để đính kèm tài liệu chính sách vào người dùng hoặc nhóm, hãy sử dụng lệnh sau:
`` `
AWS IAM Đính kèm-Người dùng chính sách-Người dùng tên MyUser-Policy-Arn Arn: AWS: IAM :: 123456789012: Chính sách/MyPolicy
`` `
Để biết thêm thông tin về cách sử dụng API API Amazon MWS, vui lòng tham khảo [tài liệu API API của Amazon MWS] (https://docs.aws.amazon.com/aws-marketplace-service/latest/userguide/mws-api-pi-Truy cập kiểm soát-list.html).
** Bài viết tham khảo: **
* [Tài liệu API Amazon MWS] (https://docs.aws.amazon.com/aws-marketplace-service/latest/userguide/mws-api-access-prol-list.html)
* [Trình tạo chính sách AWS IAM] (https://aws.amazon.com/iam/tools/policy-generator/)
[ENGLISH]:
**How to Use the Amazon MWS API Access Control List (ACL)**
The Amazon MWS API Access Control List (ACL) allows you to control who has access to your Amazon MWS account and what they can do with it. You can use the ACL to restrict access to specific resources, such as products, orders, or reports, or you can grant full access to your account.
To create an ACL, you need to first create a policy document. A policy document is a JSON file that defines the permissions that you want to grant to a user or group of users. You can use the AWS IAM Policy Generator to create a policy document.
Once you have created a policy document, you can attach it to an IAM user or group. To do this, go to the IAM console and select the user or group that you want to attach the policy to. Then, click the **Permissions** tab and select **Add Permissions**. In the **Policy Document** field, paste the contents of your policy document.
You can also use the AWS CLI to create and attach ACLs. To create a policy document, use the following command:
```
aws iam create-policy --policy-name MyPolicy --policy-document file://my-policy.json
```
To attach a policy document to a user or group, use the following command:
```
aws iam attach-user-policy --user-name MyUser --policy-arn arn:aws:iam::123456789012olicy/MyPolicy
```
For more information on how to use the Amazon MWS API ACL, please refer to the [Amazon MWS API documentation](https://docs.aws.amazon.com/aws-marketplace-services/latest/userguide/mws-api-access-control-list.html).
**Reference articles:**
* [Amazon MWS API documentation](https://docs.aws.amazon.com/aws-marketplace-services/latest/userguide/mws-api-access-control-list.html)
* [AWS IAM Policy Generator](https://aws.amazon.com/iam/tools/policy-generator/)
** Cách sử dụng Danh sách kiểm soát truy cập API Amazon MWS (ACL) **
Danh sách kiểm soát truy cập API của Amazon MWS (ACL) cho phép bạn kiểm soát ai có quyền truy cập vào tài khoản Amazon MWS của bạn và những gì họ có thể làm với nó.Bạn có thể sử dụng ACL để hạn chế quyền truy cập vào các tài nguyên cụ thể, chẳng hạn như sản phẩm, đơn đặt hàng hoặc báo cáo hoặc bạn có thể cấp quyền truy cập đầy đủ vào tài khoản của mình.
Để tạo ACL, trước tiên bạn cần tạo một tài liệu chính sách.Tài liệu chính sách là tệp JSON xác định các quyền mà bạn muốn cấp cho người dùng hoặc nhóm người dùng.Bạn có thể sử dụng Trình tạo chính sách AWS IAM để tạo tài liệu chính sách.
Khi bạn đã tạo một tài liệu chính sách, bạn có thể đính kèm nó vào người dùng IAM hoặc nhóm.Để làm điều này, hãy truy cập bảng điều khiển IAM và chọn người dùng hoặc nhóm mà bạn muốn đính kèm chính sách.Sau đó, nhấp vào tab ** Quyền ** và chọn ** Thêm quyền **.Trong trường ** Tài liệu chính sách **, dán nội dung của tài liệu chính sách của bạn.
Bạn cũng có thể sử dụng AWS CLI để tạo và đính kèm ACL.Để tạo tài liệu chính sách, hãy sử dụng lệnh sau:
`` `
AWS iam tạo chính sách
`` `
Để đính kèm tài liệu chính sách vào người dùng hoặc nhóm, hãy sử dụng lệnh sau:
`` `
AWS IAM Đính kèm-Người dùng chính sách-Người dùng tên MyUser-Policy-Arn Arn: AWS: IAM :: 123456789012: Chính sách/MyPolicy
`` `
Để biết thêm thông tin về cách sử dụng API API Amazon MWS, vui lòng tham khảo [tài liệu API API của Amazon MWS] (https://docs.aws.amazon.com/aws-marketplace-service/latest/userguide/mws-api-pi-Truy cập kiểm soát-list.html).
** Bài viết tham khảo: **
* [Tài liệu API Amazon MWS] (https://docs.aws.amazon.com/aws-marketplace-service/latest/userguide/mws-api-access-prol-list.html)
* [Trình tạo chính sách AWS IAM] (https://aws.amazon.com/iam/tools/policy-generator/)
[ENGLISH]:
**How to Use the Amazon MWS API Access Control List (ACL)**
The Amazon MWS API Access Control List (ACL) allows you to control who has access to your Amazon MWS account and what they can do with it. You can use the ACL to restrict access to specific resources, such as products, orders, or reports, or you can grant full access to your account.
To create an ACL, you need to first create a policy document. A policy document is a JSON file that defines the permissions that you want to grant to a user or group of users. You can use the AWS IAM Policy Generator to create a policy document.
Once you have created a policy document, you can attach it to an IAM user or group. To do this, go to the IAM console and select the user or group that you want to attach the policy to. Then, click the **Permissions** tab and select **Add Permissions**. In the **Policy Document** field, paste the contents of your policy document.
You can also use the AWS CLI to create and attach ACLs. To create a policy document, use the following command:
```
aws iam create-policy --policy-name MyPolicy --policy-document file://my-policy.json
```
To attach a policy document to a user or group, use the following command:
```
aws iam attach-user-policy --user-name MyUser --policy-arn arn:aws:iam::123456789012olicy/MyPolicy
```
For more information on how to use the Amazon MWS API ACL, please refer to the [Amazon MWS API documentation](https://docs.aws.amazon.com/aws-marketplace-services/latest/userguide/mws-api-access-control-list.html).
**Reference articles:**
* [Amazon MWS API documentation](https://docs.aws.amazon.com/aws-marketplace-services/latest/userguide/mws-api-access-control-list.html)
* [AWS IAM Policy Generator](https://aws.amazon.com/iam/tools/policy-generator/)