Skip to content

Commit 70766c5

Browse files
committed
Theta. Fixed bug in README for correct website rendering
1 parent 330e8db commit 70766c5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/theta/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,12 @@ This is the Well-Architected checklist for Edge nodes implementation of the AWS
4848
| Sustainability | Hardware & services | Select most efficient hardware for your workload | The solution uses T4-powered instances. This is a lower end, data-center GPU that will be sufficient for getting the average user up and running on the Theta Edge Network. |
4949
</details>
5050

51-
<details>
52-
53-
<summary>Recommended Infrastructure</summary>
51+
### Recommended Infrastructure
5452

5553

5654
| Usage pattern | Ideal configuration | Primary option on AWS | Config reference |
5755
|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|-------------------------------------------------------|
5856
| Edge Node | 4 vCPU, 16 GB RAM, Data volume: EBS gp3 256GB, 3K IOPS, 125 MB/s throughput | `g4dn.2xlarge` EBS gp3 volumes about 256 GB(10000 IOPS, 125 MBps/s throughput) | [.env-sample-full](./sample-configs/.env-sample-full) |
59-
</details>
6057

6158
## Setup Instructions
6259

@@ -100,7 +97,6 @@ npm install
10097
10198
10299
4. Deploy common components such as IAM role
103-
<br>
104100
105101
> **IMPORTANT**:
106102
> All AWS CDK v2 deployments use dedicated AWS resources to hold data during deployment. Therefore, your AWS account and Region must be [bootstrapped](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) to create these resources before you can deploy. If you haven't already bootstrapped, issue the following command:

0 commit comments

Comments
 (0)