awsctl-cli

A simple tool to install AWS agents and packages.


License
Apache-2.0
Install
pip install awsctl-cli==0.4.0

Documentation

AWSCTL

awsctl is a utility for installing AWS packages on servers in the cloud. AWS packages such as Systems Manager, Cloudwatch, etc. have different installation methods which can be hard to manage when setting up a simple server. This package aims to make this as simple as awsctl install ssm.

# debian based systems
apt-get update -y && apt-get install -y python3 python3-pip
pip install --upgrade awsctl-cli

# centos based systems
yum update -y && yum install -y python3 python3-pip
pip install --upgrade awsctl-cli

# install cloudwatch
awsctl install cloudwatch

# install cloudwatch logs
awsctl install cloudwatch-logs --region=us-east-1 --config=s3://my-config-bucket/config

# install inspector
awsctl install inspector

# install systems manager
awsctl install ssm

Supported Agents

Package Command Description
Cloudwatch awsctl install cloudwatch Installs the Cloudwatch agent and configures it to run on startup.
Cloudwatch Logs awsctl install cloudwatch --region="<region"> --config=<config file> Installs and configures Cloudwatch Logging Agent.
Inspector awsctl install inspector Installs the Inspector agent and configures it to run on startup.
Systems Manager awsctl install ssm Installs the SSM agent and configures it to run on startup.

Supported Operating Systems

Due to different installation methods we only support a subset of operating systems. We welcome additional operating systems!

Operating System Supported
Amazon Linux
Amazon Linux 2
Debian
CentOS
Red Hat
Ubuntu 16.04
Ubuntu 18.04