Articles → AWS → Set Up MSSQL Using The RDS Service In AWS
Set Up MSSQL Using The RDS Service In AWS
What Is The RDS?
Prerequisite
- The region in which RDS will be created should have at least 2 subnets
- Subnets are mapped to at least 2 Availability Zones
- Add an inbound rule for port 1433 in the security group
How To Create An RDS?
Database Status
Database Configurations
- Endpoint
- Publicly Accessible should be set to Yes
Connect To The Database
Server: sample-database.criatfcnohqo.us-east-2.rds.amazonaws.com,1433
Username: admin
Password: <Created by you>
Different Databases And Use Cases
| Data Store | When to Use |
|---|
| Database on EC2 | Ultimate control over the database Preferred DB not available under RDS |
| Amazon RDS | Need a traditional relational database for OLTP Your data is well-formed and structured Existing apps requiring RDBMS |
| Amazon DynamoDB | Name/value pair data or unpredictable data structure In-memory performance with persistence High I/O needs Scale dynamically |
| Amazon RedShift | Massive amounts of data Primarily OLAP workloads |
| Amazon Neptune | Relationships between objects a major portion of data value |
| Amazon Elasticache | Fast temporary storage for small amounts of data Highly volatile data |
| Amazon S3 | BLOBs Static Websites |
| Posted By - | Karan Gupta |
| |
| Posted On - | Wednesday, October 20, 2021 |
| |
| Updated On - | Sunday, December 25, 2022 |