Database Creation from Cloudformation
- To Create rds database we need to create
- dbsubnet group: where we select subnets to create rds instance
- security group:
- mysql:
- incoming/ingress:
- port: 3306
- cidr: vpc cidr
- incoming/ingress:
- mysql:
- Refer Here for the changes done
- Exercise: Try adding parameters for
- portno
- engine: mysql,postgres
- dbinstance name:
- dbinstance class
- dbsize:
- dbtype
- Refer Here for the parameter engine added