Create a client for the Amazon EC2 Service with AWSCredentials and an AmazonEC2 Configuration object.

C# |
public static AmazonEC2 CreateAmazonEC2Client( AWSCredentials credentials, AmazonEC2Config config )

- credentials (AWSCredentials)
- AWS Credentials
- config (AmazonEC2Config)
- Configuration options for the service like HTTP Proxy, # of connections, etc

An Amazon EC2 client
