You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Amazon . RDS . RevokeDBSecurityGroupIngress
Revokes access from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo uses your AWS Keys to authenticate your account with Amazon, and revokes access from a DBSecurityGroup for previously authorized IP ranges or EC2 Security Groups. When revoking a previously authorized IP range, you should only specify your Amazon credentials and the CIDRIP parameter. When removing an EC2 Security group, instead of providing the CIDRIP, you should specify the EC2SecurityGroupName and EC2SecurityGroupOwnerId. The documentation for this RDS resource can be found here.
Note that the UserRegion input can be used to access an AWS endpoint in one of the following regions:
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <RevokeDBSecurityGroupIngressResponse xmlns="http://rds.amazonaws.com/admin/2011-12-19/"> <RevokeDBSecurityGroupIngressResult> <DBSecurityGroup> <EC2SecurityGroups/> <DBSecurityGroupDescription>My new DBSecurityGroup</DBSecurityGroupDescription> <IPRanges> <IPRange> <CIDRIP>192.168.1.1/24</CIDRIP> <Status>revoking</Status> </IPRange> </IPRanges> <OwnerId>621567473609</OwnerId> <DBSecurityGroupName>mydbsecuritygroup</DBSecurityGroupName> </DBSecurityGroup> </RevokeDBSecurityGroupIngressResult> <ResponseMetadata> <RequestId>beecb8ac-bf5a-11de-9f9f-53d6aee22de9</RequestId> </ResponseMetadata> </RevokeDBSecurityGroupIngressResponse>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms