Guest User

Untitled

a guest
Oct 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. IAmazonEC2 ec2Client = new AmazonEC2Client();
  2. var ec2Request = new DescribeInstancesRequest();
  3. var ec2Response = ec2Client.DescribeInstances(ec2Request);
  4.  
  5. <configSections>
  6. <section name="aws" type="Amazon.AWSSection, AWSSDK.Core"/>
  7. </configSections>
  8. <aws
  9. profileName="[yourprofilename]">
  10. <proxy host="[yourproxyIP/hostname]" port="[yourproxyport]" />
  11. </aws>
Add Comment
Please, Sign In to add comment