AWS mwaa documentation change
Summary
Updated phrasing and terminology in FAQ answers (e.g., 'view' to 'access' in security context, plugin menu wording, storage explanations)
Security assessment
Changes are grammatical improvements and clarifications. The IAM access change clarifies existing behavior but does not introduce new security controls or address vulnerabilities.
Diff
diff --git a/mwaa/latest/userguide/mwaa-faqs.md b/mwaa/latest/userguide/mwaa-faqs.md index 8e85587f9..d90d75b42 100644 --- a//mwaa/latest/userguide/mwaa-faqs.md +++ b//mwaa/latest/userguide/mwaa-faqs.md @@ -9 +9 @@ Supported versionsUse casesEnvironment specificationsMetricsDAGs, Operators, Con -This page describes common questions you might encounter when using Amazon Managed Workflows for Apache Airflow. +This page describes common questions you can encounter when using Amazon Managed Workflows for Apache Airflow. @@ -69 +69 @@ This page describes common questions you might encounter when using Amazon Manag - * [Why don't I see my plugins in the Apache Airflow v2.0.2 Admin Plugins menu?](./mwaa-faqs.html#view-plugins-ui) + * [Why don't my plugins appear in the Apache Airflow v2.0.2 Admin Plugins menu?](./mwaa-faqs.html#view-plugins-ui) @@ -124 +124 @@ Yes. With an Amazon SageMaker Unified Studio workflow, you can set up and run a - 2. If you’re running an overnight workflow that processes the previous day’s orders, you can use Step Functions or Amazon MWAA. Amazon MWAA allows you an open source option to abstract the workflow from the AWS resources you're using. + 2. If you’re running an overnight workflow that processes the previous day’s orders, you can use Step Functions or Amazon MWAA. Amazon MWAA gives you an open source option to abstract the workflow from the AWS resources you're using. @@ -187 +187 @@ By creating a self-referencing rule, you're restricting the source to the same s -You can limit access by specifying an environment name in AWS Identity and Access Management, however, access filtering isn't available in the AWS console—if a user can view one environment, they can view all environments. +You can limit access by specifying an environment name in AWS Identity and Access Management, however, access filtering isn't available in the AWS console—if a user can access one environment, they can access all environments. @@ -195 +195 @@ Your Apache Airflow Operators can store temporary data on the workers. Apache Ai -Total task storage is limited to 20 GB, according to [Amazon ECS Fargate 1.4](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-storage.html#fargate-task-storage-linux-pv). There's no guarantee that subsequent tasks will run on the same Fargate container instance, which might use a different `/tmp` folder. +Total task storage is limited to 20 GB, according to [Amazon ECS Fargate 1.4](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-storage.html#fargate-task-storage-linux-pv). There's no guarantee that subsequent tasks run on the same Fargate container instance, which can use a different `/tmp` folder. @@ -248 +248 @@ Currently, there is no way to remove a plugins.zip or requirements.txt from an e -### Why don't I see my plugins in the Apache Airflow v2.0.2 Admin Plugins menu? +### Why don't my plugins appear in the Apache Airflow v2.0.2 Admin Plugins menu?