AWS 백업이 명령줄 인터페이스 명령 목록에 없습니다.

AWS 백업이 명령줄 인터페이스 명령 목록에 없습니다.

명령줄 인터페이스를 통해 AWS 서버에서 사용하려고 하는데 aws backup사용 가능한 명령 목록에 없습니다. 이것을 어떻게 추가하나요?

현재 내가 달릴 때

aws backup

나는 다음을 얻습니다 :

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]
To see help text, you can run:

  aws help
  aws <command> help
  aws <command> <subcommand> help
aws: error: argument command: Invalid choice, valid choices are:

acm                                      | apigateway                              
application-autoscaling                  | autoscaling                             
budgets                                  | cloudformation                          
cloudfront                               | cloudhsm                                
cloudsearch                              | cloudsearchdomain                       
cloudtrail                               | cloudwatch    

등.

거기엔 없어요 backup.

aws backup그러면 명령을 어떻게 실행합니까 ?

답변1

업그레이드하세요aws-cli. 아직 포함되지 않은 이전 버전이 있을 가능성이 높습니다.지원지원하다.

당신의 결과는 무엇입니까 aws --version?

답변2

>> aws --version
aws-cli/2.0.59 Python/3.7.7 Windows/10 exe/AMD64

>> aws backup help

backup
^^^^^^
Description
***********
AWS Backup is a unified backup service designed to protect AWS services (etc)

관련 정보