79164697

Date: 2024-11-07 00:42:42
Score: 1
Natty:
Report link

As of 2024-11-06, the accepted answer is outdated.

According to the same documentation linked in that answer (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.Copying.html), the updated command is:

aws rds copy-db-parameter-group \
    --source-db-parameter-group-identifier "${SOURCE_ID}" \
    --target-db-parameter-group-identifier "${TARGET_ID}" \
    --target-db-parameter-group-description "${TARGET_DESCRIPTION}"
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: andreswebs