start-instances기존에 중지되어 있는 EBS기반의 인스턴스 시작 aws ec2 start-instances --profile {PROFILE_NAME} \ --instance-ids {INSTANCE_ID}stop-instancesEBS기반의 인스턴스 중지 aws ec2 stop-instances --profile {PROFILE_NAME} \ --instance-ids {INSTANCE_ID}참고stop-instances - AWS CLI 1.21.4 Command Referencestart-instances - AWS CLI 1.21.4 Command Reference