Friday, 12 January 2018

Amazon Web Service CloudTrial Integration support for Amazon SageMaker

Amazon SageMaker API calls can be logged with Amazon Web Service CloudTrial. AWS CloudTrial is a Service that allows you to log, provisions a history of API calls for your account, maintain events relate to the API calls on the entire Amazon Web Service Infrastructure, continuously monitor. Amazon SageMaker API calls are recorded from the Amazon SageMaker API console or from the API operations utilizing the SDKs directly. The Amazon SageMaker API calls are provisioned to the Amazon S3 bucket with the other Amazon Web Service records. You can utilize the information collected by the Amazon Web Service CloudTrial or you can also keep track of the request made to the Amazon SageMaker including the date and time the request was made, the origination of the request, source IP address and the parameters requested. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...