Does backing up models in aws work with instance profile?

HI as per the documentation it is stated for backing up our models in s3 the following properties are required

AWS_SECRET_ACCESS_KEY
AWS_ACCESS_KEY_ID
AWS_DEFAULT_REGION
BUCKET_NAME
AWS_ENDPOINT_URL

But in case we are using it inside a aws ecs or ec2 can it just read the credentials form iam instance profile and thus we don’t require to give AWS_SECRET_ACCESS_KEY, AWS_ACCESS_KEY_ID,AWS_ENDPOINT_URL . Is my understanding correct to still have to try it if it works .

any help ?

Can any one answer this please from the rasa core group @alexweidauer

Sorry @gauravbrills - I missed this one. Is that still an issue? cc @EPedrotti

Nope tried works fine with instance profile as well, we should be good.