Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add annotations to configure final snapshot and automated backup deletion #186

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

a-hilaly
Copy link
Member

@a-hilaly a-hilaly commented Jun 11, 2024

This commit adds support for configuring delete options for DBInstances
and DBclusters via resource annotations:

  • SkipFinalSnapshot (default: true): Skip taking a final snapshot
    before deletion
  • FinalDBSnapshotIdentifier: Specify the identifier of the final
    snapshot
  • DeleteAutomatedBackups (default: true): Delete automated backups
    associated with the instance/cluster

The generator config is updated to use sdk_delete_post_build_request
hook which parses the annotations and set the appropriate fields on
DeleteDBInstanceInput and DeleteDBClusterInput.

The default behaviour remains unchanged (skip final snapshot, retain
automated backups), but users can now opt-in to taking a final snapshot
or deleting automatedd backups by setting the corresponding annotations
on the resource.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ack-prow ack-prow bot requested review from jaypipes and jljaco June 11, 2024 21:15
@ack-prow ack-prow bot added the approved label Jun 11, 2024
@a-hilaly
Copy link
Member Author

/retest

@a-hilaly a-hilaly changed the title Support DBCluster and DBInstance deletion Add annotations to configure final snapshot and automated backup deletion Jun 12, 2024
deletion

This commit adds support for configuring delete options for DBInstances
and DBclusters via resource annotations:
- `SkipFinalSnapshot` (default: true): Skip taking a final snapshot
  before deletion
- `FinalDBSnapshotIdentifier`: Specify the identifier of the final
  snapshot
- `DeleteAutomatedBackups` (default: true): Delete automated backups
  associated with the instance/cluster

The generator config is updated to use `sdk_delete_post_build_request`
hook which parses the annotations and set the appropriate fields on
`DeleteDBInstanceInput` and `DeleteDBClusterInput`.

The default behaviour remains unchanged (skip final snapshot, retain
automated backups), but users can now opt-in to taking a final snapshot
or deleting automatedd backups by setting the corresponding annotations
on the resource.
@a-hilaly a-hilaly added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 12, 2024
@ack-bot
Copy link
Collaborator

ack-bot commented Jun 12, 2024

/lgtm

@ack-prow ack-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 12, 2024
@a-hilaly
Copy link
Member Author

/retest

2 similar comments
@a-hilaly
Copy link
Member Author

/retest

@a-hilaly
Copy link
Member Author

/retest

@ack-bot
Copy link
Collaborator

ack-bot commented Jun 12, 2024

/lgtm

Copy link

ack-prow bot commented Jun 12, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: a-hilaly, ack-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@a-hilaly a-hilaly removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 12, 2024
@ack-prow ack-prow bot merged commit 26e36b9 into aws-controllers-k8s:main Jun 12, 2024
6 checks passed
@a-hilaly
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Indicates that a PR is ready to be merged.
Projects
None yet
2 participants