
Icon | Member | Description |
---|---|---|
![]() ![]() | CreateAmazonEC2Client()()()() |
Create a client for the Amazon EC2 Service with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
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 loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
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
|
![]() ![]() | CreateAmazonEC2Client(String, String, String, AmazonEC2Config) |
Create a client for the Amazon EC2 Service with the specified configuration
|
![]() ![]() | CreateAmazonEC2Client(RegionEndpoint) |
Create a client for the Amazon EC2 Service with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
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, RegionEndpoint) |
Create a client for the Amazon EC2 Service with the specified region
|
![]() ![]() | CreateAmazonEC2Client(String, String, String, RegionEndpoint) |
Create a client for the Amazon EC2 Service with the specified region
|
![]() ![]() | CreateAmazonEC2Client(AWSCredentials) |
Create a client for the Amazon EC2 Service with AWSCredentials.
|
![]() ![]() | CreateAmazonEC2Client(AWSCredentials, RegionEndpoint) |
Create a client for the Amazon EC2 Service with AWSCredentials and region.
|
![]() ![]() | CreateAmazonEC2Client(AWSCredentials, AmazonEC2Config) |
Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object.
|