AWS cli documentation change
Summary
Updated AWS CLI version references, rephrased status descriptions, added new Airflow versions, included worker replacement strategy in MAINTENANCE status, and added PUBLIC_AND_PRIVATE webserver access mode.
Security assessment
Changes are primarily documentation improvements and feature updates. The added workerReplacementStrategy in MAINTENANCE status describes operational behavior, not security fixes. No vulnerabilities or security weaknesses are addressed. The new PUBLIC_AND_PRIVATE access mode is a feature addition without security implications.
Diff
diff --git a/cli/latest/reference/mwaa/get-environment.md b/cli/latest/reference/mwaa/get-environment.md index 3141a84f7..bb1ddb220 100644 --- a//cli/latest/reference/mwaa/get-environment.md +++ b//cli/latest/reference/mwaa/get-environment.md @@ -15 +15 @@ - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) » @@ -240,12 +240,12 @@ Environment -> (structure) ->> * `CREATING` \- Indicates the request to create the environment is in progress. ->> * `CREATING_SNAPSHOT` \- Indicates the request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade an environment fails. ->> * `CREATE_FAILED` \- Indicates the request to create the environment failed, and the environment could not be created. ->> * `AVAILABLE` \- Indicates the request was successful and the environment is ready to use. ->> * `PENDING` \- Indicates the request was successful, but the process to create the environment is paused until you create the required VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes. ->> * `UPDATING` \- Indicates the request to update the environment is in progress. ->> * `ROLLING_BACK` \- Indicates the request to update environment details, or upgrade the environment version, failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot. ->> * `DELETING` \- Indicates the request to delete the environment is in progress. ->> * `DELETED` \- Indicates the request to delete the environment is complete, and the environment has been deleted. ->> * `UNAVAILABLE` \- Indicates the request failed, but the environment did not return to its previous state and is not stable. ->> * `UPDATE_FAILED` \- Indicates the request to update the environment failed, and the environment was restored to its previous state successfully and is ready to use. ->> * `MAINTENANCE` \- Indicates that the environment is undergoing maintenance. Depending on the type of work Amazon MWAA is performing, your environment might become unavailable during this process. After all operations are done, your environment will return to its status prior to mainteneace operations. +>> * `CREATING` \- The request to create the environment is in progress. +>> * `CREATING_SNAPSHOT` \- The request to update environment details, or upgrade the environment version, is in progress and Amazon MWAA is creating a storage volume snapshot of the Amazon RDS database cluster associated with the environment. A database snapshot is a backup created at a specific point in time. Amazon MWAA uses snapshots to recover environment metadata if the process to update or upgrade an environment fails. +>> * `CREATE_FAILED` \- The request to create the environment failed and the environment was not created. +>> * `AVAILABLE` \- The request was successful and the environment is ready to use. +>> * `PENDING` \- The request was successful, but the process to create the environment is paused until you create the required VPC endpoints in your VPC. After you create the VPC endpoints, the process resumes. +>> * `UPDATING` \- The request to update the environment is in progress. +>> * `ROLLING_BACK` \- The request to update environment details or upgrade the environment version failed and Amazon MWAA is restoring the environment using the latest storage volume snapshot. +>> * `DELETING` \- The request to delete the environment is in progress. +>> * `DELETED` \- The request to delete the environment is complete, and the environment has been deleted. +>> * `UNAVAILABLE` \- The request failed, but the environment did not return to its previous state and is not stable. +>> * `UPDATE_FAILED` \- The request to update the environment failed and the environment was restored to its previous state successfully and is ready to use. +>> * `MAINTENANCE` \- The environment is undergoing maintenance. Depending on the type of work Amazon MWAA is performing, your environment might be unavailable during this process. Note that as part of the maintenance work, Amazon MWAA performs with a `GRACEFUL` ` `workerReplacementStrategy` <https://docs.aws.amazon.com/mwaa/latest/API/API_UpdateEnvironment.html#mwaa-UpdateEnvironment-request>-WorkerReplacementStrategy`__ . @@ -255 +255 @@ Environment -> (structure) ->> We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. For more information, see [Amazon MWAA troubleshooting](https://docs.aws.amazon.com/mwaa/latest/userguide/troubleshooting.html) . +>> You can review our troubleshooting guide for a list of common errors and their solutions. For more information, refer to [Amazon MWAA troubleshooting](https://docs.aws.amazon.com/mwaa/latest/userguide/troubleshooting.html) . @@ -292 +292 @@ Environment -> (structure) ->> The Apache Airflow _web server_ host name for the Amazon MWAA environment. For more information, see [Accessing the Apache Airflow UI](https://docs.aws.amazon.com/mwaa/latest/userguide/access-airflow-ui.html) . +>> The Apache Airflow _web server_ host name for the Amazon MWAA environment. For more information, refer to [Accessing the Apache Airflow UI](https://docs.aws.amazon.com/mwaa/latest/userguide/access-airflow-ui.html) . @@ -304 +304 @@ Environment -> (structure) ->> The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services resources in your environment. For example, `arn:aws:iam::123456789:role/my-execution-role` . For more information, see [Amazon MWAA Execution role](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) . +>> The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services resources in your environment. For example, `arn:aws:iam::123456789:role/my-execution-role` . For more information, refer to [Amazon MWAA Execution role](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html) . @@ -316 +316 @@ Environment -> (structure) ->> The Amazon Resource Name (ARN) for the service-linked role of the environment. For more information, see [Amazon MWAA Service-linked role](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-slr.html) . +>> The Amazon Resource Name (ARN) for the service-linked role of the environment. For more information, refer to [Amazon MWAA Service-linked role](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-slr.html) . @@ -342 +342 @@ Environment -> (structure) ->> Valid values: `1.10.12` , `2.0.2` , `2.2.2` , `2.4.3` , `2.5.1` , `2.6.3` , `2.7.2` , `2.8.1` , `2.9.2` , `2.10.1` , and `2.10.3` . +>> Valid values: `2.7.2` , `2.8.1` , `2.9.2` , `2.10.1` , `2.10.3` , `2.11.0` , and `3.0.6` . @@ -354 +354 @@ Environment -> (structure) ->> The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, `arn:aws:s3:::my-airflow-bucket-unique-name` . For more information, see [Create an Amazon S3 bucket for Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html) . +>> The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, `arn:aws:s3:::my-airflow-bucket-unique-name` . For more information, refer to [Create an Amazon S3 bucket for Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html) . @@ -366 +366 @@ Environment -> (structure) ->> The relative path to the DAGs folder in your Amazon S3 bucket. For example, `s3://mwaa-environment/dags` . For more information, see [Adding or updating DAGs](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html) . +>> The relative path to the DAGs folder in your Amazon S3 bucket. For example, `s3://mwaa-environment/dags` . For more information, refer to [Adding or updating DAGs](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html) . @@ -378 +378 @@ Environment -> (structure) ->> The relative path to the file in your Amazon S3 bucket. For example, `s3://mwaa-environment/plugins.zip` . For more information, see [Installing custom plugins](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html) . +>> The relative path to the file in your Amazon S3 bucket. For example, `s3://mwaa-environment/plugins.zip` . For more information, refer to [Installing custom plugins](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html) . @@ -396 +396 @@ Environment -> (structure) ->> For more information, see [Installing custom plugins](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html) . +>> For more information, refer to [Installing custom plugins](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html) . @@ -407 +407 @@ Environment -> (structure) ->> The relative path to the `requirements.txt` file in your Amazon S3 bucket. For example, `s3://mwaa-environment/requirements.txt` . For more information, see [Installing Python dependencies](https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html) . +>> The relative path to the `requirements.txt` file in your Amazon S3 bucket. For example, `s3://mwaa-environment/requirements.txt` . For more information, refer to [Installing Python dependencies](https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html) . @@ -425 +425 @@ Environment -> (structure) ->> For more information, see [Installing Python dependencies](https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html) . +>> For more information, refer to [Installing Python dependencies](https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html) . @@ -438 +438 @@ Environment -> (structure) ->> Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see [Using a startup script](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html) . +>> Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, refer to [Using a startup script](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html) . @@ -448 +448 @@ Environment -> (structure) ->> For more information, see [Using a startup script](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html) . +>> For more information, refer to [Using a startup script](https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html) . @@ -452 +452 @@ Environment -> (structure) ->> A list of key-value pairs containing the Apache Airflow configuration options attached to your environment. For more information, see [Apache Airflow configuration options](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html) . +>> A list of key-value pairs containing the Apache Airflow configuration options attached to your environment. For more information, refer to [Apache Airflow configuration options](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html) . @@ -476 +476 @@ Environment -> (structure) ->> The environment class type. Valid values: `mw1.micro` , `mw1.small` , `mw1.medium` , `mw1.large` , `mw1.xlarge` , and `mw1.2xlarge` . For more information, see [Amazon MWAA environment class](https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html) . +>> The environment class type. Valid values: `mw1.micro` , `mw1.small` , `mw1.medium` , `mw1.large` , `mw1.xlarge` , and `mw1.2xlarge` . For more information, refer to [Amazon MWAA environment class](https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html) . @@ -497 +497 @@ Environment -> (structure) ->> Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see [About networking on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html) . +>> Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, refer to [About networking on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html) . @@ -501 +501 @@ Environment -> (structure) ->>> A list of subnet IDs. For more information, see [About networking on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html) . +>>> A list of subnet IDs. For more information, refer to [About networking on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html) . @@ -522 +522 @@ Environment -> (structure) ->>> A list of security group IDs. For more information, see [Security in your VPC on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html) . +>>> A list of security group IDs. For more information, refer to [Security in your VPC on Amazon MWAA](https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html) . @@ -792 +792 @@ Environment -> (structure) ->> The key-value tag pairs associated to your environment. For example, `"Environment": "Staging"` . For more information, see [Tagging Amazon Web Services resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) . +>> The key-value tag pairs associated to your environment. For example, `"Environment": "Staging"` . For more information, refer to [Tagging Amazon Web Services resources](https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html) . @@ -823 +823 @@ Environment -> (structure) ->> The Apache Airflow _web server_ access mode. For more information, see [Apache Airflow access modes](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html) . +>> The Apache Airflow _web server_ access mode. For more information, refer to [Apache Airflow access modes](https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html) . @@ -828,0 +829 @@ Environment -> (structure) +>> * `PUBLIC_AND_PRIVATE` @@ -933 +934 @@ Environment -> (structure) - * [AWS CLI 2.34.41 Command Reference](../../index.html) » + * [AWS CLI 2.34.44 Command Reference](../../index.html) »