GoCloud is a golang library which hides differences between different cloud providers’ (AWS,GCP,Openstack etc) APIs and allows you to manage different cloud resources through a unified and easy to use API.
Fork me!
git clone https://github.com/cloudlibz/gocloud.git
Service Types
Compute –Allows you to manage cloud and virtual servers.
Link to AWS EC2 | Link to GCE |
Compute Storage –Allows you to manage Compute storage.
Link to Amazon Storage | Link to Google Storage |
Container –Allows users to install and deploy containers onto container based virtualization platforms.
Link to AWS Container | Link to Google Container |
Load balancer –Allows you to manager Load Balancer service.
Link to AWS Load Balancer | Link to Google Load Balancer |
DNS –Allows you to manage DNS service.
Link to AWS Route53 | Link to Google DNS |
Service Providers
AWS
- EC2 (Compute)
- EC2 Storage
- Amazon Elastic Container Service (Container)
- Elastic Load Balancing
- AWS Route53
- Google Compute
- Google Compute Storage
- Google Container Service (Container)
- Google Elastic Load Balancing
- Google DNS
Currently, implementaions for other cloud providers are being worked on.