This connector is built to connect to the EC2 instance of an OutSystems PaaS environment to be able to obtain the instance metadata for audit purposes. Eg: Region.
The connector can be extended to return more instance metadata as needed. Currently returns the Region Name.
The extension uses the .NET AWSSDK.Core to connect to AWS easily.
Refer to demo AWSEC2Metadata_Demo.oml for usage example.