​AWS credentials​
​Docker​
# Downloadcurl -O https://raw.githubusercontent.com/cortexlabs/cortex/0.7/cortex.sh​# Change permissionschmod +x cortex.sh​# Set AWS credentialsexport AWS_ACCESS_KEY_ID=***export AWS_SECRET_ACCESS_KEY=***​# Uninstall Cortex./cortex.sh uninstall
# Uninstall the Cortex CLI./cortex.sh uninstall cli
# Set AWS credentialsexport AWS_ACCESS_KEY_ID=***export AWS_SECRET_ACCESS_KEY=***​# Delete the S3 bucketaws s3 lsaws s3 rb --force s3://<bucket-name>​# Delete the log groupaws logs delete-log-group --log-group-name cortex --region us-west-2