MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / EC2

Method EC2

aws/client.go:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50func (c *Client) EC2() *ec2.Client {
51 if c.ec2Client == nil {
52 c.ec2Client = ec2.New(c.session, c.config)
53 }
54 return c.ec2Client
55}
56
57func (c *Client) ECS() *ecs.Client {
58 if c.ecsClient == nil {

Callers 13

getAWSInfoMethod · 0.80
RunMethod · 0.80
createELBLoadBalancerMethod · 0.80
getAWSInfoMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
getAWSInfoMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected