Amazon RDS – PostgreSQL Connecting to DB To connect to Amazon RDS PostgreSQL DB we need a client software. In this case we use pgAdmin. Install it using the link . After it is successfully installed we follow the steps below to connect it to the Amazon RDS. Step-1 From the DB instance details get […]
Category Archives: Amazonrds
Amazon RDS – Environment For using any Aws service you ned to set up an AWS account. We assume you have set up the AWS account by following the guide lines mentioned in the aws home page. Below are the preliminary steps to access the RDS services from the console. Step-1 After logging in to […]
Amazon RDS – MS SQL DB Export Import Amazon RDS MSSQL provides native backup and restore as a mechanism to export and import the DB. A full backup file can be created from the on-premise database and stored in Amazon S3. Next this backup file is restored to an existing Amazon RDS DB instance running […]