Which AWS SDK methods can be used in custom signatures?

Which AWS SDK methods can be used in custom signatures?

0
Created On 09/26/18 13:44 PM - Last Modified 07/19/22 23:08 PM


Symptom


Which AWS SDK methods can be used in custom signatures?



Resolution


The AWS Services classes in custom signatures are instances of the "Client" classes.  To reference the specific service, use this format: aws.<service>.<method>.  For example, aws.ec2 will allow you to access methods listed here: http://docs.aws.amazon.com/sdkforruby/api/Aws/EC2/Client.html.  Generally, you can only call "Get", "List", and "Describe" methods. 

 

Additional notes:

  • There is no way to access the AWS "Resources" classes.
  • AWS's SecurityAudit role (which Evident Monitoring uses by default) does not provide access to all AWS services.  If a service or method doesn't seem to work, make sure the Evident-Service-Role has enough permissions first.
  • Any AWS Services and methods released within the last 2 months should be accessible.


Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClmVCAS&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail