Yes, you can enable automatic backups during the instance creation or modify the instance settings later. Here's an example using the AWS CLI:
aws rds modify-db-instance \
--db-instance-identifier mydbinstance \
--backup-retention-period 7 \
--apply-immediately