AWS Compatible Authentication to ChaosSearch

Review this topic for information about AWS authentication used with the ChaosSearch API.

📘

Amazon-Style Request Signing

ChaosSearch requires the use of Amazon Style Request Signing. If you have questions, please contact our Support team.

Authentication for the ChaosSearch API

awsauth = AWS4Auth("AWS_Access_Key", "AWS_Secret_Access_Key", "us-east-1", 's3')

Accessing your ChaosSearch API Keys

Make sure that you have your access key and secret key for the API credentials. You can display the access key, and if needed generate a new key and secret, from the API Keys Page.

AWS REST Authentication

For more information about the AWS REST authentication and methods, see:
https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html.