close

이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.

aws

AWS 패키지 설치하기

mysop 2021. 4. 15. 11:38
728x90
반응형

docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-cliv2-linux.html#cliv2-linux-install

 

Linux에서 AWS CLI 버전 2 설치, 업데이트 및 제거 - AWS Command Line Interface

결과에서 경고가 예상되지만 문제가 되지는 않습니다. 이 경고는 개인 PGP 키(보유한 경우)와 AWS CLI PGP 키 사이에 신뢰 체인이 없기 때문에 발생한 것입니다. 자세한 내용은 Web of trust를 참조하십

docs.aws.amazon.com

리눅스의 경우

 

# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o "awscliv2.zip"

# unzip awscliv2.zip 

# ./aws/install

 

# aws

 

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: the following arguments are required: command

 

간단합니다.

728x90
반응형

'aws' 카테고리의 다른 글

오라클 RDS 파라미터 설정  (0) 2021.03.10
AWS RDS 오라클 사용기  (0) 2021.03.04