Advanced
CÁCH LẬP DATABASE TRÊN AMAZON RDS
Bước 1: Chuẩn bị trước khi lập DATABASE
- Tạo tài khoản trên AMAZON Free Tier bằng đường link này: https://signin.aws.amazon.com/signup?request_type=register (opens in a new tab)
Bước 2: Tạo EC2 Computer Instance
- Application and OS Images: Windows Server 2025
- Instance type: t3.micro
- Key pair: Click vào Create new key pair -> Create -> Save file abz.pem vào ổ cứng
- Click Launch Instance
Bước 3: Tạo RDS DATABASE
- Chọn Easy Create
- Chọn Microsoft SQL Server
- Setup EC2 Connection: Chọn vào EC2 vừa tạo
- Click Create DATABASE
Bước 4: Nếu không Connect được thì làm theo trang sau: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Troubleshooting.html (opens in a new tab)
VỀ HASS PASSWORD: https://stuartsplace.com/information-technology/programming/c-sharp/c-sharp-salting-and-hashing (opens in a new tab)