-
Updated
Jul 23, 2021 - Go
#
cloud-management
Here are 71 public repositories matching this topic...
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
Universal Command Line Interface for Amazon Web Services
-
Updated
Jul 23, 2021 - Python
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
route53
aws
elasticsearch
lambda
machine-learning
cloud
cloudformation
ec2
serverless
aws-sdk
dynamodb
s3
cloudwatch
iam
ecs
kinesis
aws-cli
cloud-management
redshift
rds
-
Updated
Jul 8, 2021 - Python
An integrated shell for working with the AWS CLI.
-
Updated
Dec 4, 2020 - Python
A supercharged AWS command line interface (CLI).
python
windows
macos
linux
shell
cli
client
aws
utility
development
cloud
programming
terminal
utilities
aws-cli
cloud-management
developer-tools
-
Updated
Jul 18, 2021 - Python
mauriziod
commented
Aug 21, 2018
Coming from: aws ec2 describe-reserved-instances
xchoice
commented
Feb 26, 2020
A gui for ssh-copy-id maybe?
and as the tittle says, support for ed25519 keys, maybe a dropdown menu that lets you choose the ehh... cipher is it? for generating a new one. Or at least the ability to connect using them.
pyinfra automates infrastructure super fast at massive scale. It can be used for ad-hoc command execution, service deployment, configuration management and more.
python
infrastructure
high-performance
configuration-management
remote-execution
cloud-management
pyinfra
-
Updated
Jul 22, 2021 - Python
-
Updated
Jun 2, 2021 - Python
cheat-sheets
aws
cloud
aws-lambda
aws-s3
aws-sdk
aws-apigateway
aws-cli
cloud-management
cheatsheet
cheat
cloud-computing
aws-ec2
cheats
cheatsheets
-
Updated
Aug 22, 2020
A searchable EC2 Inventory store
-
Updated
Nov 13, 2019 - Java
Repository of examples for awless templates (see https://github.com/wallix/awless)
-
Updated
May 15, 2018 - Shell
Waldur core is a core of Waldur cloud management service.
-
Updated
Jul 13, 2018 - Python
Multi cloud control of VM Instances across AWS, Azure, GCP and AliCloud - unified instance management
aws
azure
gcp
cloud-management
cloud-computing
aws-ec2
cli-utility
google-cloud-platform
gevent
libcloud
multi-cloud
python-multiprocessing
azure-vm
alibaba-cloud
google-cloud-compute
alibabacloud
multi-provider
alibaba-cloud-cli
-
Updated
Nov 12, 2020 - Python
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources for Academic Researchers new to AWS
kubernetes
aws
machine-learning
cloud
research
hpc
containers
aws-s3
cloud-management
cloud-computing
aws-ec2
aws-batch
cost-optimization
sagemaker
control-tower
landing-zone
eks
robomaker
parallelcluster
-
Updated
Jan 23, 2020
Course project of SJTU EE357: Computer Network, advised by Prof. Na Ruan. We implemented and improved "A Hierarchical Framework of Cloud Resource Allocation and Power Management using Deep Reinforcement Learning" and achieve a good trade-off between power usage and job latency.
-
Updated
Jun 26, 2019 - Python
[Unofficial] interactive Azure CLI 2.0 command line interface
-
Updated
Feb 12, 2018 - Python
Separated UI for https://github.com/Mirantis/kqueen
-
Updated
Jun 1, 2021 - Python
terrajux diffs the source code of a terraform project and all its transitive module dependencies between two git refs.
-
Updated
Jun 14, 2021 - Go
BROLIT Shell is a BASH based cloud server control software.
linux
bash
nginx
wordpress
wp-cli
cloud-management
backup-script
lemp
bash-script
server-management
lemp-automation
vps-setup
restore-backups
-
Updated
Jul 22, 2021 - Shell
A lightweight automation tool built for Linux machines
linux
ansible
puppet
automation
cloud
big-data
hadoop
ubuntu
code
centos
redhat
chef
infrastructure-management
cloud-management
installation
server-management
automation-framework
servers
deploy-tool
package-management
-
Updated
Sep 6, 2017 - Shell
Python CLI for interacting with AWS services using Boto3
-
Updated
Feb 4, 2021 - Python
The autoscaling simulation toolbox provides tools to experiment with policies for multilayered autoscaling (inc. VM clusters and applications). Multiverse simulator is the core of the toolbox. Using it, one can evaluate autoscaling policies under different conditions, including various applications, platforms, and workloads.
cloud
simulator
replication
simulation
cloud-management
elasticity
cloud-computing
cloud-native
autoscaling
cloud-simulator
-
Updated
May 7, 2021 - Python
Simple Cloud Foundry multi-target-application with BASH-based batch files for creating/deleting/deploying via the btp command.
-
Updated
Apr 1, 2021 - Python
Zero-OS orchestration server. Provides a RESTful api to manage a pool of Zero-OS nodes.
-
Updated
Mar 22, 2018 - Python
An Akka based job scheduler for managing cloud infrastructure
-
Updated
Feb 22, 2018 - Java
Improve this page
Add a description, image, and links to the cloud-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud-management topic, visit your repo's landing page and select "manage topics."
Description
let's say I have an
apache
process group I want to control.supervisord.running
, thename
must beapache:*
(which is the same notation used by supervisor)supervisord.dead
, thename
must beapache:
(without the*
)As both states mirror each other, I expect them to use the same convention for
name
, the one fromrunning
since it