CakeEnvironmentExtensions.

CreateEC2Settings(ICakeEnvironment) Method

Summary

Helper method to get the AWS Credentials from environment variables
Assembly
Cake.AWS.EC2.dll
Namespace
Cake.AWS.EC2
Containing Type
CakeEnvironmentExtensions

Syntax

public static EC2Settings CreateEC2Settings(this ICakeEnvironment environment)

Parameters

Name Type Description
environment ICakeEnvironment The cake environment.

Return Value

Type Description
EC2Settings A new EC2Settings instance to be used in calls to the IEC2Manager.