Agus Makmun

I'm Programmer for Python & Django. I've made quite a few web apps, especially on Django.

How to create database Amazon RDS

12 Jun 2020 » server, linux, others

The important things you should fill with these;

KeyValue
Storage TypeGeneral Purpose (SSD)
DB Instance classdb.t2.micro (for development)
Allocate Storage20 GiB (for development)
Enable Storage autoscaling:heavy_check_mark:
Security grouprequired to custom inbound rules like this
Public accessibilityYes
IAM DB authentication:heavy_check_mark: Enable IAM DB authentication
Log exports:heavy_check_mark: Postgresql log
Delete Protection:heavy_check_mark: Enable Delete Protection

amazon-rds 1

amazon-rds 2

amazon-rds 3

amazon-rds 4

amazon-rds 5