Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_architecture_recommendations

get_architecture_recommendations(**kwargs)

Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.

See also: AWS API Documentation

Request Syntax

response = client.get_architecture_recommendations(
    MaxResults=123,
    NextToken='string',
    RecoveryGroupName='string'
)
Parameters
  • MaxResults (integer) -- The number of objects that you want to return with this call.
  • NextToken (string) -- The token that identifies which batch of results you want to see.
  • RecoveryGroupName (string) --

    [REQUIRED]

    The name of a recovery group.

Return type

dict

Returns

Response Syntax

{
    'LastAuditTimestamp': datetime(2015, 1, 1),
    'NextToken': 'string',
    'Recommendations': [
        {
            'RecommendationText': 'string'
        },
    ]
}

Response Structure

  • (dict) --

    200 response - Success.

    • LastAuditTimestamp (datetime) --

      The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

    • NextToken (string) --

      The token that identifies which batch of results you want to see.

    • Recommendations (list) --

      A list of the recommendations for the customer's application.

      • (dict) --

        Recommendations that are provided to make an application more recovery resilient.

        • RecommendationText (string) --

          Text of the recommendations that are provided to make an application more recovery resilient.

Exceptions

  • Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
  • Route53RecoveryReadiness.Client.exceptions.ThrottlingException
  • Route53RecoveryReadiness.Client.exceptions.ValidationException
  • Route53RecoveryReadiness.Client.exceptions.InternalServerException
  • Route53RecoveryReadiness.Client.exceptions.AccessDeniedException