AWS mwaa documentation change
Summary
Updated phrasing from 'see' to 'refer to' in multiple troubleshooting sections and link references, including security group configuration guidance
Security assessment
While the document contains security-related content (e.g., VPC security group configuration for port 5432), the changes themselves are purely editorial phrasing updates. No new security guidance or vulnerability information was added.
Diff
diff --git a/mwaa/latest/userguide/t-apache-airflow-11012.md b/mwaa/latest/userguide/t-apache-airflow-11012.md index 9aa4e08fd..4e0bb78a3 100644 --- a//mwaa/latest/userguide/t-apache-airflow-11012.md +++ b//mwaa/latest/userguide/t-apache-airflow-11012.md @@ -180 +180 @@ Amazon MWAA does not support operators with UI extensions. We recommend the foll - 3. You can use this approach for all DAGs by adding the above to a plugin. For an example, see [Creating a custom plugin for Apache Airflow PythonVirtualenvOperator](./samples-virtualenv.html). + 3. You can use this approach for all DAGs by adding the above to a plugin. For an example, refer to [Creating a custom plugin for Apache Airflow PythonVirtualenvOperator](./samples-virtualenv.html). @@ -299 +299 @@ We recommend the following steps: - 1. Check Apache Airflow configuration options. Verify that the key-value pairs you specified as an Apache Airflow configuration option, such as AWS Secrets Manager, were configured correctly. To learn more, see I can't connect to Secrets Manager. + 1. Check Apache Airflow configuration options. Verify that the key-value pairs you specified as an Apache Airflow configuration option, such as AWS Secrets Manager, were configured correctly. To learn more, refer to I can't connect to Secrets Manager. @@ -314 +314 @@ We recommend the following steps: - 1. Confirm that your VPC security group allows inbound access to port `5432`. This port is needed to connect to the Amazon Aurora PostgreSQL metadata database for your environment. After this rule is added, give Amazon MWAA a few minutes, and the error should disappear. To learn more, see [Security in your VPC on Amazon MWAA](./vpc-security.html). + 1. Confirm that your VPC security group allows inbound access to port `5432`. This port is needed to connect to the Amazon Aurora PostgreSQL metadata database for your environment. After this rule is added, give Amazon MWAA a few minutes, and the error should disappear. To learn more, refer to [Security in your VPC on Amazon MWAA](./vpc-security.html). @@ -322 +322 @@ We recommend the following steps: - 2. If the scheduler is not running, it might be due to a number of factors such as [dependency installation failures](./best-practices-dependencies.html), or an [overloaded scheduler](./best-practices-tuning.html). Confirm that your DAGs, plugins, and requirements are working correctly by viewing the corresponding log groups in CloudWatch Logs. To learn more, see [Monitoring and metrics for Amazon Managed Workflows for Apache Airflow](./cw-metrics.html). + 2. If the scheduler is not running, it might be due to a number of factors such as [dependency installation failures](./best-practices-dependencies.html), or an [overloaded scheduler](./best-practices-tuning.html). Confirm that your DAGs, plugins, and requirements are working correctly by viewing the corresponding log groups in CloudWatch Logs. To learn more, refer to [Monitoring and metrics for Amazon Managed Workflows for Apache Airflow](./cw-metrics.html). @@ -339 +339 @@ If your Apache Airflow tasks are "stuck" or not completing, we recommend the fol - 2. To learn more about the best practices we recommend to tune the performance of your environment, see [Performance tuning for Apache Airflow on Amazon MWAA](./best-practices-tuning.html). + 2. To learn more about the best practices we recommend to tune the performance of your environment, refer to [Performance tuning for Apache Airflow on Amazon MWAA](./best-practices-tuning.html). @@ -353 +353 @@ If your Apache Airflow tasks are "stuck" or not completing, we recommend the fol - 5. To learn more about the best practices we recommend to tune the performance of your environment, see [Performance tuning for Apache Airflow on Amazon MWAA](./best-practices-tuning.html). + 5. To learn more about the best practices we recommend to tune the performance of your environment, refer to [Performance tuning for Apache Airflow on Amazon MWAA](./best-practices-tuning.html).