AWS amplify documentation change
Summary
Added CloudTrail logging integration details and restructured monitoring documentation
Security assessment
While the addition of CloudTrail logging documentation improves security visibility by describing audit trail capabilities, there's no evidence this change addresses a specific security vulnerability. The update enhances security documentation but appears preventive rather than reactive.
Diff
diff --git a/amplify/latest/userguide/access-logs.md b/amplify/latest/userguide/access-logs.md index 87d35407c..0474dff88 100644 --- a//amplify/latest/userguide/access-logs.md +++ b//amplify/latest/userguide/access-logs.md @@ -7 +7 @@ -AWS Amplify provides two features for monitoring your hosted applications from within the Amplify console. +AWS Amplify provides the following features for monitoring your hosted applications: @@ -9 +9 @@ AWS Amplify provides two features for monitoring your hosted applications from w - * Amplify emits metrics through Amazon CloudWatch that you can use to monitor traffic, errors, data transfer, and latency for your applications. + * CloudWatch metrics – Amplify emits metrics through Amazon CloudWatch that you can use to monitor traffic, errors, data transfer, and latency for your applications. @@ -11 +11 @@ AWS Amplify provides two features for monitoring your hosted applications from w - * Amplify provides access logs with detailed information about requests made to your application. + * Access logs – Amplify provides access logs with detailed information about requests made to your application. @@ -12,0 +13 @@ AWS Amplify provides two features for monitoring your hosted applications from w + * CloudTrail logging – Amplify is integrated with AWS CloudTrail which provides a record of actions taken by a user, role, or an AWS service in Amplify. You can view these events in the CloudTrail console. @@ -16 +16,0 @@ AWS Amplify provides two features for monitoring your hosted applications from w -Use the topics in this section to learn how to use CloudWatch metrics and Amplify access logs to monitor your applications. @@ -20 +20 @@ Use the topics in this section to learn how to use CloudWatch metrics and Amplif - * [Monitoring an application with Amazon CloudWatch](./monitoring-with-cloudwatch.html) + * [Monitoring an Amplify application with Amazon CloudWatch](./monitoring-with-cloudwatch.html) @@ -22 +22 @@ Use the topics in this section to learn how to use CloudWatch metrics and Amplif - * [Monitoring application access logs](./using-access-logs.html) + * [Retrieving and analyzing access logs for an Amplify application](./using-access-logs.html) @@ -37 +37 @@ End-to-end testing -Monitoring with CloudWatch +CloudWatch metrics and alarms