Hi @Leandro_Domingues,
I haven’t tried backup export creation from the atlas cli yet but it may be from atlas cloudProviders accessRoles list. Output testing it out (after running atlas cloudProviders accessRoles aws create):
atlas cloudProviders accessRoles list
{
"awsIamRoles": [
{
"atlasAWSAccountArn": "<REDACTED>",
"atlasAssumedRoleExternalId": "<REDACTED>",
"createdDate": "2023-07-21T00:40:13Z",
"roleId": "<REDACTED>", // <--- This value
"providerName": "AWS"
}
]
}
Let me know if this is roleId value works and I will enquire about this further with the team.
Regards,
Jason
1 Like