Documentation ¶
Overview ¶
Proof of Concepts for the Cloud-Barista Multi-Cloud Project.
- Cloud-Barista: https://github.com/cloud-barista
EC2 Hander (AWS SDK GO Version 1.16.26, Thanks AWS.)
by powerkim@powerkim.co.kr, 2019.03.
Index ¶
- func Connect(region string) *ec2.EC2
- func CreateInstances(svc *ec2.EC2, imageID string, instanceType string, minCount int, maxCount int, ...) []*string
- func DestroyInstances(svc *ec2.EC2, instanceIds []*string) error
- func GetPublicIP(svc *ec2.EC2, instanceID string) (string, error)
- func WaitForRun(svc *ec2.EC2, instanceID string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInstances ¶
func WaitForRun ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.