Setting VPC and Database

Overview

Next, we’ll configure VPC and create new RDS database to host our SQL Server to cloud.

  1. Select the exiting or Create new Vitural Private Cloud (VPC). In this demo, i’ll choose the default VPC. database
  2. Choose the Avalibility Zone you want to run your application. database
  3. Select your database subnets and enable database database
  4. Modify the following:

    • Engine : the engine of your database (in this workshop i’ll use SQL Server)
    • Engine Version : version of database
    • Instance class : instance type of database
    • Storage : database storage
    • Username : the username of database (key to connect to database)
    • Password : the password of database (key to connect to database) database
  5. Enter Next database