Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.18 KB

quick-start.md

File metadata and controls

46 lines (32 loc) · 1.18 KB
title
Quick Start

In a hurry? No sweat! Here's a quick overview of how to use sonic.

Install

gem install sonic-screwdriver

Usage

# ssh into an instance
sonic ssh i-0f7f833131a51ce35
sonic ssh hi-web-stag # ec2 tag
sonic ssh hi-web-stag --cluster stag # ecs service name
sonic ssh hi-web-stag --cluster stag  # ecs service name
sonic ssh 7fbc8c75-4675-4d39-a5a4-0395ff8cd474 --cluster stag  # ECS container id
sonic ssh 1ed12abd-645c-4a05-9acf-739b9d790170 --cluster stag  # ECS task id

# docker exec to a running ECS docker container
sonic ecs-exec hi-web-stag

# docker run with same environment as the ECS docker running containers
sonic ecs-run hi-web-stag

# run command on 1 instance
sonic execute i-0f7f833131a51ce35 uptime

# run command on all instances tagged with hi-web-stag and worker
sonic execute hi-web-stag,hi-worker-stag uptime

# list ec2 instances
sonic list hi-web-stag

Congratulations! You now know the basic sonic screwdriver commands now.

Learn more in the next sections.

Next Step

Pro tip: Use the <- and -> arrow keys to move back and forward.