Method: Fog::AWS::RDS::SecurityGroup#authorize_me

Defined in:
lib/fog/aws/models/rds/security_group.rb

#authorize_meObject

Add the current machine to the RDS security group.



48
49
50
# File 'lib/fog/aws/models/rds/security_group.rb', line 48

def authorize_me
  authorize_ip_address(Fog::CurrentMachine.ip_address)
end