aws-solutions-library-samples/guidance-for-training-an-aws-deepracer-model-using-amazon-sagemaker

Access Key for DeepRacer Workshop

ryansmith940 opened this issue · 3 comments

I went to the DeepRacer workshop and got a temporary AWS account to play around with DeepRacer while at re:Invent. I'm trying to download the log files to follow along with the notebook example, but I don't seem to have permissions to generate an Access Key to configure the aws cli. What should I do?

I went here: https://console.aws.amazon.com/iam/home?region=us-east-1#/users/aws-deepracer-workshop?section=security_credentials and "Create access key" is disabled.

Getting the logfiles looks to be something that we are not (yet) able to do with the burner accounts

I am able to see training logs directly in the console, is this what you are looking for? https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logs:

Yes, I can see them in the console. I'm trying to download them into a file so I can programmatically analyze them. The process is described here: https://github.com/aws-samples/aws-deepracer-workshops/blob/master/utils/DeepRacer%20Log%20Analysis.ipynb

It doesn't look like there is a way to invoke the download from the console. I suppose I could copy and paste, or scrap the html, but that sounds painful.

I also tried doing this: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/S3ExportTasksConsole.html to transfer the logs to S3, and download from S3, but the user does not have access to do that either.

I guess I'll just re-run the analysis from my own AWS account.