doc(ec2): increase disk storage

This commit is contained in:
Fu Zi Xiang 2023-11-26 23:25:19 +08:00
parent 572258f7e1
commit 1d07afa304
No known key found for this signature in database
GPG Key ID: 7AE0884D237CEE16
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@ If you have any questions, please feel free to reach out to us on [Discord](http
- Select your preferred AWS Region. - Select your preferred AWS Region.
- Choose "Launch instance" from the EC2 dashboard. - Choose "Launch instance" from the EC2 dashboard.
- Optionally, under "Name and tags," provide a name for your instance. - Optionally, under "Name and tags," provide a name for your instance.
- Under "Configure Storage", provide at least 16GB storage.
- For "Application and OS Images (Amazon Machine Image)," select "Quick Start" and choose Ubuntu. - For "Application and OS Images (Amazon Machine Image)," select "Quick Start" and choose Ubuntu.
- In "Key pair (login)," select an existing key pair or create a new one. - In "Key pair (login)," select an existing key pair or create a new one.
- Review and launch the instance from the Summary panel. - Review and launch the instance from the Summary panel.
@ -81,7 +82,6 @@ If you have any questions, please feel free to reach out to us on [Discord](http
For detailed setup instructions, refer to the Authentication documentation. For detailed setup instructions, refer to the Authentication documentation.
4. **Start AppFlowy Services**: 4. **Start AppFlowy Services**:
Launch the services using Docker Compose: Launch the services using Docker Compose:
```bash ```bash