Overload List
| Name | Description |
|---|---|
| CreateAmazonEC2Client()()()() |
Create a client for the Amazon EC2 Service with the credentials defined in the App.config.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
| CreateAmazonEC2Client(AmazonEC2Config) |
Create a client for the Amazon EC2 Service with the credentials defined in the App.config.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSAccessKey" value="********************"/> <add key="AWSSecretKey" value="****************************************"/> </appSettings> </configuration> |
| CreateAmazonEC2Client(String, String) |
Create a client for the Amazon EC2 Service with the default configuration
|
| CreateAmazonEC2Client(String, String, AmazonEC2Config) |
Create a client for the Amazon EC2 Service with the specified configuration
|