-
Hello team, I want to create 'Create on-demand backup' using boto3 but I cannot find this option in https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/backup.html Is it possible? Or is there another approach ? Sorry if this is wrong place for asking this question. |
Beta Was this translation helpful? Give feedback.
Answered by
Radik2
Sep 21, 2022
Replies: 1 comment
-
AWS support suggested to use https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/backup.html#Backup.Client.start_backup_job It works! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tim-finnigan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AWS support suggested to use https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/backup.html#Backup.Client.start_backup_job
It works!