5 / 5
Jul 2023

Hi guys, I’m setting up a backup export to an S3 bucket and I can’t find a valid value for the iamRoleId. Does anyone know how to get this value given that there is already an iam role configured?

Just as a reference:

atlas backup exports buckets create

Create bucket reference

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

Closed on Jul 26, 2023

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.