AWS mwaa documentation change
Summary
Updated documentation wording from 'see' to 'refer to' for dependency management instructions and added a reference link to Linux Bastion Host architecture documentation.
Security assessment
The changes are minor wording improvements and additional reference links. No security vulnerabilities or security feature enhancements are mentioned. The added architecture link provides general guidance but does not introduce new security controls.
Diff
diff --git a/mwaa/latest/userguide/tutorials-private-network-bastion.md b/mwaa/latest/userguide/tutorials-private-network-bastion.md index 63833ee88..6c25bdade 100644 --- a//mwaa/latest/userguide/tutorials-private-network-bastion.md +++ b//mwaa/latest/userguide/tutorials-private-network-bastion.md @@ -46 +46 @@ The private network access mode limits access to the Apache Airflow UI to users -When you create an environment with private web server access, you must package all of your dependencies in a Python wheel archive (`.whl`), then reference the `.whl` in your `requirements.txt`. For instructions on packaging and installing your dependencies using wheel, see [Managing dependencies using Python wheel](./best-practices-dependencies.html#best-practices-dependencies-python-wheels). +When you create an environment with private web server access, you must package all of your dependencies in a Python wheel archive (`.whl`), then reference the `.whl` in your `requirements.txt`. For instructions on packaging and installing your dependencies using wheel, refer to [Managing dependencies using Python wheel](./best-practices-dependencies.html#best-practices-dependencies-python-wheels). @@ -62 +62 @@ You can use this tutorial after you've created an Amazon MWAA environment. You m - 3. Create an SSH key. You need to create an Amazon EC2 SSH key (**.pem**) in the same Region as your Amazon MWAA environment to connect to the virtual servers. If you don't have an SSH key, see [Create or import a key pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#prepare-key-pair) in the _Amazon EC2 User Guide_. + 3. Create an SSH key. You need to create an Amazon EC2 SSH key (**.pem**) in the same Region as your Amazon MWAA environment to connect to the virtual servers. If you don't have an SSH key, refer to [Create or import a key pair](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#prepare-key-pair) in the _Amazon EC2 User Guide_. @@ -130,0 +131,2 @@ TCP forwarding must be set to **true** in this step. Otherwise, you won't be abl +To learn more about the architecture of your Linux Bastion Host, refer to [Linux Bastion Hosts on the AWS Cloud: Architecture](https://docs.aws.amazon.com/quickstart/latest/linux-bastion/architecture.html). +