April 2018
Intermediate to advanced
280 pages
8h 37m
English
An RDS instance can easily be created using the Amazon.RDS package. This package provides several classes for manipulating Amazon RDS instances. The first step in creating an RDS instance is to create an object of type AmazonRDSClient. You can then create a request object of type CreateDBInstanceRequest and pass the database instance specific parameters to its constructor. These parameters include the database instance identifier, storage size, type of database, database vendor, master user name, and master user password. Once a request object is created, it can then be passed to the CreateDBInstance() function, which creates the database instance. If this function fails, an exception of the type AmazonRDSException ...