Adding sample for dynamic AWS inventory#22
Adding sample for dynamic AWS inventory#22wieshka wants to merge 1 commit intoroyalapplications:masterfrom
Conversation
Adding sample script for discovering EC2 instances with boto3, grouping them by speciifed Tag based on its Value + connecting via EC2 Instance Connect rather regular SSH. More info on EC2 Instance Connect can be found here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html.
|
This sample will:
Potentially to be added but not needed in my scenario:
|
|
Hi @wieshka, many thx for your contribution, sounds like a very useful addition! Could you please take a look at the other samples in this repository? All of them are published as .rdfe files (Royal Dynamic Folder Export files) which contain the scripts as well as metadata like a description, notes for getting the script running and, if required, custom properties. This way other users can also discover the scripts through our dynamic folder importer from within the app (File - Import - Dynamic Folder). You can export dynamic folders as .rdfe files by control-clicking/right-clicking a dynamic folder in Royal TSX' navigation panel and selecting "Export…". thx, |
|
@wieshka Any news on this? |
|
@wieshka thank you for your contribution. We would love to get this sample merged, unfortunately the format of your script does not meet our formats. Please consider:
A good starting point may be the Bitwarden (Python).rdfx example Looking forward to hear from you |
Adding sample script for discovering EC2 instances with boto3, grouping them by speciifed Tag based on its Value + connecting via EC2 Instance Connect rather regular SSH. More info on EC2 Instance Connect can be found here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html.