AWS CloudShell
CloudShell은 AWS Management Console(웹 브라우저)에서 사용할 수 있는 CLI이다. (별도 설치 필요 없다)
즉, 쉽게 생각하면 AWS CLI를 AWS Management Console의 CloudShell를 통해 실행할 수 있다.
aws ec2 start-instances --instance-ids i-0123456789abcdef0 //예시: EC2 인스턴스 시작/중지
💸 CloudShell 요금: 무료이다
AWS CloudShell 컴퓨팅 환경 스펙
AWS CloudShell은 브라우저 기반의 쉘 환경으로, 사용자가 CLI 명령을 실행할 수 있도록 컴퓨팅 리소스를 제공한다.
vCPU | 메모리 | 스토리지 | 설치된 소프트웨어 | CloudShell 세션 제한 |
1vCPU | 2-GiB RAM | 1 GB | Bash, PowerShell, Z Shell | 최대 20시간 (지나면 자동 종료) |
AWS 공식 문서: https://docs.aws.amazon.com/cloudshell/latest/userguide/vm-specs.html
AWS CloudShell compute environment: specifications and software - AWS CloudShell
Because the AWS CloudShell development environment is regularly updated to provide access to the latest software, we don't provide specific version numbers in this documentation. Instead, we describe how you can check which version is installed. To check t
docs.aws.amazon.com