Amazon RDS – Event Notifications Throughout the life cycle of amazon RDS DB instances, many DB events occur which are important to be known beforehand. For example – A backup of the DB instance has started, or an error has occurred while restarting MySQL or MariaDB. Notification Categories Based on the nature of the event, […]
Category Archives: Amazonrds
Amazon RDS – DB Access Control To access the Amazon RDS DB instance the user needs specific permissions. This is configured using AWS IAM (Identity and Access management). In this tutorial we will see how this configuration is done. The configuration involves two parts. Authentication Access Control Authentication It involves creating the username, password and […]
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 […]