Set

Update settings for an existing RDS database instance

tapit set rds name=dbname [storage|size|allowed_ip_ranges|multi_az|readonly_user|delete_protection]=value

Required

  • name

Parameters

  • name: Name of the RDS database to update (required)
  • storage: Storage size in GB (default: 20)
  • size: RDS instance size (default: db.t4g.micro)
  • allowed_ip_ranges: IP address, CIDR ranges, or special values app/vpc/all, that are allowed to access the instance, separated by commas
  • multi_az: Enable Multi-AZ deployment for high availability (true/false)
  • readonly_user: Provision (true) or remove (false) a read-only database user
  • delete_protection: Enable (true) delete protection for the database (cannot be disabled once enabled)