70 lines
1.4 KiB
Markdown
70 lines
1.4 KiB
Markdown
# Tokyo Resource Inventory Example
|
|
|
|
Use this file as the single source of truth while building the Tokyo environment.
|
|
|
|
## Region
|
|
|
|
- AWS account: `hifastvpn (200810848252)`
|
|
- Region: `ap-northeast-1`
|
|
|
|
## DNS
|
|
|
|
- Production API domain: `CHANGE_ME`
|
|
- Parallel API domain: `api-jp.hifast.biz`
|
|
- Parallel logs domain: `logs-jp.hifast.biz`
|
|
|
|
## Networking
|
|
|
|
- VPC name: `ppanel-jp-prod`
|
|
- VPC CIDR: `10.20.0.0/16`
|
|
- Public subnet A: `10.20.0.0/24`
|
|
- Public subnet C: `10.20.1.0/24`
|
|
- Private subnet A: `10.20.10.0/24`
|
|
- Private subnet C: `10.20.11.0/24`
|
|
- Ops CIDR for SSH: `CHANGE_ME`
|
|
|
|
## Compute
|
|
|
|
- EC2 name: `ppanel-app-jp-01`
|
|
- EC2 type: `t4g.large`
|
|
- EC2 disk: `gp3 80GB`
|
|
- SSH key pair: `CHANGE_ME`
|
|
|
|
## Database
|
|
|
|
- RDS identifier: `ppanel-mysql-jp`
|
|
- RDS engine: `MySQL 8.4`
|
|
- RDS class: `db.r7g.xlarge`
|
|
- RDS storage: `gp3 100GB`
|
|
- DB name: `hifast`
|
|
- DB admin user: `admin`
|
|
|
|
## Cache
|
|
|
|
- Redis container: `hifast-redis`
|
|
- Redis port: `6379`
|
|
- Redis password: `CHANGE_ME`
|
|
|
|
## Security / Secrets
|
|
|
|
- JWT secret: `CHANGE_ME`
|
|
- Admin email: `CHANGE_ME`
|
|
- Admin password: `CHANGE_ME`
|
|
- Android app signature secret: `CHANGE_ME`
|
|
- iOS app signature secret: `CHANGE_ME`
|
|
- Web app signature secret: `CHANGE_ME`
|
|
- Device security secret: `CHANGE_ME`
|
|
|
|
## Backup
|
|
|
|
- S3 backup bucket: `hifast-prod-backups-200810848252-ap-northeast-1`
|
|
- Versioning: `Enabled`
|
|
|
|
## DR
|
|
|
|
- DR host: `104.238.220.230`
|
|
- MySQL repl user: `repl`
|
|
- MySQL repl password: `CHANGE_ME`
|
|
- Redis source password: `CHANGE_ME`
|
|
|