This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.EC2.
Summary
Helper method to get the AWS Credentials from environment variables
- Assembly
- Cake
.AWS .EC2 .dll - Namespace
- Cake
.AWS .EC2 - Containing Type
- Cake
Context Extensions
Syntax
public static EC2Settings CreateEC2Settings(this ICakeContext context)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The cake context. |
Return Value
Type | Description |
---|---|
EC2Settings | A new EC2Settings instance to be used in calls to the IEC2Manager . |