AWS batch documentation change
Summary
Added markdown version link and updated multiple internal documentation links by removing .title fragments from anchor links.
Security assessment
Changes are formatting updates to internal links and navigation. The document discusses IAM permissions for EKS access, but these are existing security controls, not new security documentation or fixes.
Diff
diff --git a/batch/latest/userguide/getting-started-eks-privateclusters.md b/batch/latest/userguide/getting-started-eks-privateclusters.md index fbee10c48..f8838c454 100644 --- a//batch/latest/userguide/getting-started-eks-privateclusters.md +++ b//batch/latest/userguide/getting-started-eks-privateclusters.md @@ -0,0 +1,2 @@ +[View a markdown version of this page](getting-started-eks-privateclusters.md) + @@ -111 +113 @@ To run kubectl commands, you will need private access to your Amazon EKS cluster - * Permissions – Users calling the [CreateComputeEnvironment](https://docs.aws.amazon.com/batch/latest/APIReference/API_CreateComputeEnvironment.html) API operation to create a compute environment that uses Amazon EKS resources require permissions to the `eks:DescribeCluster` and `eks:ListClusters` API operation. You can attach the [AWSBatchFullAccess](./batch_managed_policies.html#batch_managed_policies.title) managed policy to your user account by following the directions [Adding and removing IAM identity permissions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html) in the _IAM User Guide_. + * Permissions – Users calling the [CreateComputeEnvironment](https://docs.aws.amazon.com/batch/latest/APIReference/API_CreateComputeEnvironment.html) API operation to create a compute environment that uses Amazon EKS resources require permissions to the `eks:DescribeCluster` and `eks:ListClusters` API operation. You can attach the [AWSBatchFullAccess](./batch_managed_policies.html) managed policy to your user account by following the directions [Adding and removing IAM identity permissions](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html) in the _IAM User Guide_. @@ -582 +584 @@ After you complete the tutorial, you might want to explore the following topics: - * Learn more about the [Best practices](./best-practices.html#best-practices.title). + * Learn more about the [Best practices](./best-practices.html). @@ -586 +588 @@ After you complete the tutorial, you might want to explore the following topics: - * Learn more about the different [Compute Environments](./compute_environments.html#compute_environments.title) available in AWS Batch. + * Learn more about the different [Compute Environments](./compute_environments.html) available in AWS Batch. @@ -588 +590 @@ After you complete the tutorial, you might want to explore the following topics: - * Learn more about [Job queues](./job_queues.html#job_queues.title) and their different scheduling options. + * Learn more about [Job queues](./job_queues.html) and their different scheduling options. @@ -590 +592 @@ After you complete the tutorial, you might want to explore the following topics: - * Learn more about [Job definitions](./job_definitions.html#job_definitions.title) and the different configuration options. + * Learn more about [Job definitions](./job_definitions.html) and the different configuration options. @@ -592 +594 @@ After you complete the tutorial, you might want to explore the following topics: - * Learn more about the different types of [Jobs](./jobs.html#jobs.title). + * Learn more about the different types of [Jobs](./jobs.html).