Scott Brooks

My corner of the internet to share my thoughts and experiences.

Move mission critical services to Amazon Web Services

Summary

[toc wrapping="right"]Summary here...

Description

Detailed Description...

Amazon EC2 Metadata

We use the following class to obtain Metadata from a running Amazon instance. This code also demonstrates a way set a timeout variable when using the WebClient object.

[gist id="c0417d583e53be09e3a3" lines="50-54"]

Click the "view raw" link to view the entire code listing.

Technology

  • C#
  • WebClient (with timeout)