1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws
Pan Thomakos e1f625f9f2 Added Fog::CurrentMachine#ip_address.
This function allows you to get the ip address of the current machine. I
found this useful because I wanted to add my personal or production
machine to a specific RDS security group. The call is quite simple and
connects to amazon's checkip website. The class is threadsafe and I have
included specs with it as well. I have also added the
Fog::AWS::RDS::SecurityGroup#authorize_me function to make adding the
current machine to a given RDS security group very easy.
2011-08-17 14:35:03 -07:00
..
models Added Fog::CurrentMachine#ip_address. 2011-08-17 14:35:03 -07:00
parsers [AWS|SNS] flesh out basics 2011-07-19 17:53:26 -05:00
requests [aws|iam] add proper error messages 2011-07-20 22:10:56 -07:00
auto_scaling.rb [aws|compute] improve model and tests 2011-06-21 22:15:33 +01:00
cloud_formation.rb Use multi_json gem 2011-07-16 04:51:03 +02:00
cloud_watch.rb Added metric statistics model and collection 2011-05-19 13:11:20 +01:00
elb.rb [aws|elb] use slurp when raising errors to properly capture exception details 2011-07-19 10:14:04 -07:00
iam.rb [aws|iam] Simplify error handling code for errors with custom classes 2011-07-20 16:08:51 -07:00
rds.rb [AWS RDS] Added describe db engine versions and describe db reserved instances. Changed the signed params version to 2011-04-01 from 2010-07-28. 2011-07-12 16:03:04 -04:00
ses.rb [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
simpledb.rb [compute|aws] fix helpers to use Fog::AWS 2011-06-20 13:49:37 -07:00
sns.rb [AWS|SNS] flesh out basics 2011-07-19 17:53:26 -05:00
sqs.rb [AWS|SQS] flesh out basics 2011-07-19 15:11:21 -05:00