Cloud Service Account AWS Cross Assume Role Params table auto-updated during ROME UpgradeDescriptionPost Rome Family release upgrade it has been observed that when you would create/edit the record in “cloud_service_account_aws_cross_assume_role_params” then you will be getting the below error messages, Error:- “Provided value in the Access Role Name field is not a complete ARN. Please provide a complete ARN”. Message:- “Standard cloud ARN template - arn:aws:service:region:account:resourcetype/resource, Gov cloud ARN template - arn:aws-us-gov:service:region:account:resourcetype/resource”See below screenshot for reference, CauseMID Support different ARN formats for AWS GovCloud.ResolutionThis feature has been added to support the Gov cloud format combining with the same approach. This is done to support gov cloud use case, earlier we are forming the ARN URL at the backend if user has not given the proper format. But in the case of gov cloud it is difficult to form the URL.So to be consistent we have mandated the users to give the proper ARN format in UI itself for both govcloud and commercial cloud.. You can also see this change from Cloud discovery Manager home page also where when you try to add the schedule you will asked to enter the Role name in complete ARN format. See attached. Access Role Name ARNAmazon Web Services AWS Access role name is used to connect to:- Member account using master account's credential with assume roles feature. Existing behaviour ARN format is supported for member account in AWS commercial cloud.Using default AWS ARN format for specified Role name.Not supported for AWS GovCloud ARN format. Proposed Solution:- Add support for AWS GovCloud ARN formats while creating Access role names.Add restriction to provide complete ARN while creating Assume Roles and while creating Cloud service account from the discovery.Convert existing Access role names to complete ARN format.