Skip to content

Commit c5393dc

Browse files
authored
docs: update doc based on release review (#142)
* update doc * add device Advantage_system6 * update based on comments Co-authored-by: Yong Liu <yonmzn@amazon.com>
1 parent 08a7aad commit c5393dc

File tree

7 files changed

+56
-15
lines changed

7 files changed

+56
-15
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

NOTICE

Lines changed: 0 additions & 13 deletions
This file was deleted.

NOTICE.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Quantum Computing Exploration for Drug Discovery on AWS
2+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
**********************
5+
THIRD PARTY COMPONENTS
6+
**********************
7+
This software includes third party software subject to the following copyrights:
8+
9+
@aws-cdk/aws-batch-alpha under the Apache License 2.0
10+
@aws-sdk/client-cloudformation under the Apache License 2.0
11+
aws-cdk-lib under the Apache License 2.0
12+
aws-cdk under the Apache License 2.0
13+
cdk-bootstrapless-synthesizer under the Apache License 2.0
14+
constructs under the Apache License 2.0
15+
@popperjs/core under the Massachusetts Institute of Technology (MIT) license
16+
@types/color under the Massachusetts Institute of Technology (MIT) license
17+
@types/color-name under the Massachusetts Institute of Technology (MIT) license
18+
@types/jest under the Massachusetts Institute of Technology (MIT) license
19+
@types/node under the Massachusetts Institute of Technology (MIT) license
20+
@types/sharp under the Massachusetts Institute of Technology (MIT) license
21+
@types/uuid under the Massachusetts Institute of Technology (MIT) license
22+
@typescript-eslint/eslint-plugin under the Massachusetts Institute of Technology (MIT) license
23+
@typescript-eslint/parser under the BSD 2-Clause license
24+
typescript under the Apache License 2.0
25+
ts-jest under the Massachusetts Institute of Technology (MIT) license
26+
ts-node under the Massachusetts Institute of Technology (MIT) license
27+
jest under the Massachusetts Institute of Technology (MIT) license
28+
29+
numpy under the BSD License (BSD)
30+
dimod under the Apache Software License (Apache 2.0)
31+
networkx under the BSD License
32+
dwave-ocean-sdk under the Apache Software License (Apache 2.0)
33+
biopandas under the BSD License (BSD 3-Clause)
34+
dwave-ocean-sdk under the Apache Software License (Apache 2.0)
35+
amazon-braket-sdk under the Apache Software License (Apache License 2.0)
36+
amazon-braket-ocean-plugin under the Apache Software License (Apache License 2.0)
37+
py3Dmol under the MIT License (MIT)
38+
ipywidgets under the BSD License (BSD)

docs/en/security.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ The security groups created in this solution are designed to control and isolate
77
## Amazon Braket Security
88

99
Refer to [Security in Amazon Braket](https://docs.aws.amazon.com/braket/latest/developerguide/security.html) to learn how to apply the shared responsibility model when using Amazon Braket.
10+
11+
## Consider using Amazon Macie with Amazon S3
12+
13+
Amazon Macie is a data security and data privacy service that uses machine learning and pattern matching to help you discover, monitor, and protect sensitive data in your AWS environment. Macie automates the discovery of sensitive data, such as personally identifiable information (PII) and financial data, to provide you with a better understanding of the data that your organization stores in Amazon S3.
14+
15+
Macie also provides you with an inventory of your S3 buckets, and it automatically evaluates and monitors those buckets for security and access control. If Macie detects sensitive data or potential issues with the security or privacy of your data, it creates detailed findings for you to review and remediate as necessary. For more information, see [Amazon Macie User Guide](https://docs.aws.amazon.com/macie/latest/user/what-is-macie.html).

docs/en/workshop/a-molecular-unfolding/batch-evaluation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Definition:
9797

9898
arn:aws:braket:::device/qpu/d-wave/DW_2000Q_6
9999
arn:aws:braket:::device/qpu/d-wave/Advantage_system4
100+
arn:aws:braket:us-west-2::device/qpu/d-wave/Advantage_system6
100101
101102
* **ccResources**: vCPU (first element) and memory (second element) in GiB, for example, 4 vCPU and 8 GiB memory is: `[4, 8]`
102103

@@ -121,7 +122,8 @@ Example input with default mol2 file:
121122
},
122123
"devicesArns": [
123124
"arn:aws:braket:::device/qpu/d-wave/DW_2000Q_6",
124-
"arn:aws:braket:::device/qpu/d-wave/Advantage_system4"
125+
"arn:aws:braket:::device/qpu/d-wave/Advantage_system4",
126+
"arn:aws:braket:us-west-2::device/qpu/d-wave/Advantage_system6"
125127
],
126128
"ccResources": [
127129
[4, 8]

docs/zh/security.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77
### Amazon Braket安全设置
88

99
由于在解决方案中使用了Amazon Braket,请参考与其相关的[安全措施说明](https://docs.aws.amazon.com/braket/latest/developerguide/security.html)
10+
11+
12+
### 考虑将Amazon Macie与Amazon S3结合使用
13+
Amazon Macie是一项数据安全和数据隐私服务,它使用机器学习和模式匹配来帮助您发现、监控和保护Amazon环境中的敏感数据。Macie自动发现敏感数据[例如个人身份信息(PII)和财务数据],让您更好地了解组织在Amazon S3中存储的数据。
14+
15+
Macie还为您提供S3存储桶的清单,并且它会自动评估和监控这些存储桶以实现安全性和访问控制。如果Macie检测到敏感数据或潜在的数据安全性或隐私问题,它会创建详细的调查结果供您查看并在必要时进行补救。有关更多信息,请参阅[Amazon Macie用户指南](https://docs.aws.amazon.com/macie/latest/user/what-is-macie.html)

docs/zh/workshop/a-molecular-unfolding/batch-evaluation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102

103103
arn:aws:braket:::device/qpu/d-wave/DW_2000Q_6
104104
arn:aws:braket:::device/qpu/d-wave/Advantage_system4
105+
arn:aws:braket:us-west-2::device/qpu/d-wave/Advantage_system6
105106
106107
* **ccResources**:vCPU(第一个元素)和 GiB中的内存(第二个元素),例如4个vCPU,8GiB内存是:`[4, 8]`
107108

@@ -125,7 +126,8 @@
125126
},
126127
"devicesArns": [
127128
"arn:aws:braket:::device/qpu/d-wave/DW_2000Q_6",
128-
"arn:aws:braket:::device/qpu/d-wave/Advantage_system4"
129+
"arn:aws:braket:::device/qpu/d-wave/Advantage_system4",
130+
"arn:aws:braket:us-west-2::device/qpu/d-wave/Advantage_system6"
129131
],
130132
"ccResources": [
131133
[4, 8]

0 commit comments

Comments
 (0)