# Functions
DecodePEMAndParseCertificate decodes the PEM encoded certificate and parses it into a x509 cert.
GetIamInstanceProfileARN extracts the ARN from the `instance` output of a call to DescribeInstances.
No description provided by the author
GetInstanceId returns the instanceID from the output of a call to DescribeInstances Instance.
GetInstanceIdentityDocument returns the EC2 Instance ID document (if the current process is running within an EC2 instance) or an error.
GetPrivateIPAddress extracts the private IP address from the output of a call to DescribeInstances Instance.
GetPublicIPAddress extracts the public IP address from the output of a call to DescribeInstances Instance.
GetTags returns a map of Key/Value pairs representing the tags.
ParseAndVerifyIdentityDocument parses and checks and identity document in PKCS#7 format.
ValidateInstance checks if an EC2 instance exists and it has the expected IP.
# Structs
No description provided by the author