Popularity
0.7
Stable
Activity
0.0
Stable
9
2
4
Description
Amazon AWS Tool Web (view only).
Code Quality Rank:
L5
Programming language: Python
Latest version: v0.10
ATW (AWS Tool Web) alternatives and similar packages
Based on the "DevOps Tools" category.
Alternatively, view ATW (AWS Tool Web) alternatives based on common mentions on social networks and blogs.
-
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com. -
Docker Compose
Define and run multi-container applications with Docker -
letsencrypt
Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol. -
SaltStack
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here: -
psutil
Cross-platform lib for process and system monitoring in Python -
supervisor
Supervisor process control system for Unix (supervisord) -
BorgBackup
Deduplicating archiver with compression and authenticated encryption. -
pexpect
A Python module for controlling interactive programs in a pseudo-terminal -
cloudinit
Official upstream for the cloud-init: cloud instance initialization -
pyinfra
pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more. -
honcho
Honcho: a python clone of Foreman. For managing Procfile-based applications. -
pypyr automation task runner
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process. -
Automatron
Infrastructure monitoring framework turning DevOps runbooks into automated actions -
riffdog
Riffdog Terraform scanner - finding 'things' in the Real World (aka AWS) which Terraform didn't put there. -
OpenStack
Open source software for building private and public clouds.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ATW (AWS Tool Web) or a related project?
README
Amazon AWS Web Tool (AAWT) discontinued
Features
- Cloudfront (simple)
- EC2 (With Charts and Prices)
- EC2 Reserved
- EBS
- ELB (With Charts) Obs:. only classic load balancer
- RDS (With Charts)
- IAM
- DynamoDB
- Alerts
Amazon AWS configuration:
Create an user aawt with access_key and private_key Attach policy below on aawt user:
* AmazonEC2ReadOnlyAccess
* IAMReadOnlyAccess
* AmazonRDSReadOnlyAccess
* CloudWatchReadOnlyAccess
* AmazonDynamoDBReadOnlyAccess
* CloudFrontReadOnlyAccess
You need to create an inline policy:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:GetConsoleOutput*",
"ec2:GetConsoleScreenshot*",
"health:Describe*"
],
"Resource": "*"
}]
}
You need to enable "Monitor your estimated charges"
- Billing & Cost Management > Preferences > Check "Receive Billing Alerts"
Obs:. this will work some hours later.
RUNNING ON DOCKER
# docker container run -p 8082:8082 -e akey=yourAccessKey -e skey='yourSecretKey' -d nopp/aawt:1
RUNNING ON SEVER
Install
# yum install python-pip supervisor -y
# git clone https://github.com/nopp/aawt.git
# cd aawt
# pip install -r requirements.txt
-> configure the application
# python aawt.py
Configure
Server:
=======
Copy config.cfg to /etc/aawt/config.cfg(and configure it).