CLI tool for managing AWS resources
Project description
# CloudOrchestrator
CloudOrchestrator is an all-in-one command-line interface (CLI) tool designed to streamline the management of various AWS resources and Docker operations. Built with simplicity and efficiency in mind, CloudOrchestrator empowers developers, system administrators, and DevOps professionals to perform complex cloud operations seamlessly from their terminal.
# Key Features
EC2 Management: Start, stop, and execute commands on EC2 instances effortlessly. Manage instance states and access instances through SSH with ease.
RDS Management: Start and stop RDS instances and list all your database instances to ensure optimal database operations.
Route53 Management: Handle DNS records within your Route53 hosted zones, enabling smooth domain management and traffic routing.
Lambda Management: Deploy and manage AWS Lambda functions to run code in response to events without provisioning or managing servers.
ECR Management: List, create, delete, and describe Elastic Container Registry repositories, and retrieve repository URIs for Docker image storage and deployment.
S3 Management: Create, list, and delete S3 buckets and objects to manage your cloud storage needs effectively.
Docker Management: Run, stop, list, and manage Docker containers locally or on remote hosts, facilitating containerized application deployment and maintenance.
SNS Management: Create and delete SNS topics, and list existing topics to manage your message notification system.
IAM Management: Create and delete IAM users, and list all users to manage access to your AWS resources securely.
CloudWatch Management: List CloudWatch metrics and put custom metrics for monitoring and observability of your AWS resources.
DynamoDB Management: Create, list, and delete DynamoDB tables to handle your NoSQL database requirements.
SSM Management: Manage AWS Systems Manager parameters, including listing, getting, and putting parameters for configuration management.
ELB Management: Create, list, and delete Elastic Load Balancers to distribute incoming traffic across multiple targets.
# Why CloudOrchestrator?
Unified Interface: Manage a broad range of AWS services and Docker from a single tool, reducing the need to switch between different interfaces.
Ease of Use: Simple commands and clear syntax make it accessible for both beginners and experienced professionals.
Automation Ready: Ideal for scripting and automation, allowing you to incorporate cloud management tasks into your CI/CD pipelines.
Flexibility: Supports multiple AWS accounts and provides an easy way to add and manage them.
Security: Prompts for the PEM file path for SSH operations, ensuring secure access to your EC2 instances.
CloudOrchestrator is designed to be your go-to tool for cloud and container management, making your operations smoother, more efficient, and less time-consuming. Whether you’re deploying new applications, scaling existing ones, or maintaining your infrastructure, CloudOrchestrator provides the tools you need to succeed.
#Installation pip install CloudOrchestrator
# Usage
# Initialize the Config: CloudOrchestrator initialize
# Add AWS Account: CloudOrchestrator add-account
# EC2: CloudOrchestrator ec2 start <instance_name> , CloudOrchestrator ec2 stop <instance_name> , CloudOrchestrator ec2 ssh <instance_name> <command>
# ECR : CloudOrchestrator ecr-ls , CloudOrchestrator ecr-create <repository_name> , CloudOrchestrator ecr-delete <repository_name> , CloudOrchestrator ecr-describe <repository_name> , CloudOrchestrator ecr-uri <repository_name>
# S3: CloudOrchestrator s3-ls , CloudOrchestrator s3-create <bucket_name> , CloudOrchestrator s3-delete <bucket_name>
# RDS: CloudOrchestrator rds start <db_instance_identifier> , CloudOrchestrator rds stop <db_instance_identifier> , CloudOrchestrator rds-ls
# Docker: CloudOrchestrator docker ls, CloudOrchestrator docker ps , CloudOrchestrator docker stop <container_id> , CloudOrchestrator docker sh <container_id> , CloudOrchestrator docker run <port1> <port2> <image_name>
# SNS : CloudOrchestrator sns list , CloudOrchestrator sns create <topic_name> , CloudOrchestrator sns delete <topic_arn>
# IAM : CloudOrchestrator iam list , CloudOrchestrator iam create <user_name> , CloudOrchestrator iam delete <user_name>
# CloudWatch : CloudOrchestrator cloudwatch list , CloudOrchestrator cloudwatch put <namespace> <metric_name> <value>
# DynamoDB : CloudOrchestrator dynamodb list , CloudOrchestrator dynamodb create <table_name> <key_schema> <attribute_definitions> <provisioned_throughput> , CloudOrchestrator dynamodb delete <table_name>
# SSM : CloudOrchestrator ssm list , CloudOrchestrator ssm get <name> , CloudOrchestrator ssm put <name> <value> <type>
# ELB : CloudOrchestrator elb list , CloudOrchestrator elb create <load_balancer_name> <listeners> <availability_zones> , CloudOrchestrator elb delete <load_balancer_name>
# Deploy : CloudOrchestrator deploy <profile_name> <resource_name> <folder_path>
# List by Tag : CloudOrchestrator <tag_keyword> ls
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file CloudOrchestrator-1.0.3.tar.gz
.
File metadata
- Download URL: CloudOrchestrator-1.0.3.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89191701be2ad8ce3b6c0e24f99b349dffe2d48c9ec5d33ea5abfc3a1abd2f6d |
|
MD5 | bfbad3d4a9a0dfcf6ad41159ee7db638 |
|
BLAKE2b-256 | 678e17640aabe2aaf8eb9e575b5631bdf10ae476946ebff2bf123d78255a65d3 |
File details
Details for the file CloudOrchestrator-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: CloudOrchestrator-1.0.3-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58839d6ee249081ecf554788d9b0f5a3af951340c534773574757667cc1be6d4 |
|
MD5 | ee454be07b2dec27c806e61725369bbe |
|
BLAKE2b-256 | 999548420a62849f97f246013e04e35de4372764b02e50485d9b5b6fcef7319b |