AWS parallelcluster documentation change
Summary
Minor text corrections and clarifications (e.g., expanded acronyms, grammar fixes, terminology consistency)
Security assessment
Changes are editorial improvements without any mention of security vulnerabilities, mitigations, or security feature enhancements. Examples include expanding HVM to 'hardware virtual machine' and terminology adjustments like 'customers' to 'you'.
Diff
diff --git a/parallelcluster/latest/ug/aws-services-v3.md b/parallelcluster/latest/ug/aws-services-v3.md index 763e3bcdf..1cf6b1685 100644 --- a//parallelcluster/latest/ug/aws-services-v3.md +++ b//parallelcluster/latest/ug/aws-services-v3.md @@ -84 +84 @@ For more information about AWS Batch, see [https://aws.amazon.com/batch/](https: -AWS CloudFormation is an infrastructure-as-code service that provides a common language to model and provision AWS and third-party application resources in your cloud environment. It is the main service used by AWS ParallelCluster. Each cluster in AWS ParallelCluster is represented as a stack, and all resources required by each cluster are defined within the AWS ParallelCluster AWS CloudFormation template. In most cases, AWS ParallelCluster CLI commands directly correspond to AWS CloudFormation stack commands, such as create, update, and delete commands. Instances that are launched within a cluster make HTTPS calls to the AWS CloudFormation endpoint in the AWS Region where the cluster is launched. +AWS CloudFormation is an infrastructure-as-code service that provides a common language to model and provision AWS and third-party application resources in your cloud environment. It is the main service used by AWS ParallelCluster. Each cluster in AWS ParallelCluster is represented as a stack, and all resources required by each cluster are defined within the AWS ParallelCluster CloudFormation template. In most cases, AWS ParallelCluster CLI commands directly correspond to AWS CloudFormation stack commands, such as create, update, and delete. Instances that are launched within a cluster make HTTPS calls to the AWS CloudFormation endpoint in the AWS Region where the cluster is launched. @@ -112 +112 @@ For more information, see [Integration with Amazon CloudWatch Logs](./cloudwatch -AWS CodeBuild (CodeBuild) is an AWS managed continuous integration service that complies source code, runs tests, and produces software packages that are ready to deploy. In AWS ParallelCluster, CodeBuild is used to automatically and transparently build Docker images when clusters are created. +AWS CodeBuild (CodeBuild) is an AWS managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. In AWS ParallelCluster, CodeBuild is used to automatically and transparently build Docker images when clusters are created. @@ -134 +134 @@ For more information about Amazon EBS, see [https://aws.amazon.com/ebs/](https:/ -Amazon Elastic Compute Cloud (Amazon EC2 ) provides the computing capacity for AWS ParallelCluster. The head and compute nodes are Amazon EC2 instances. Any instance type that support HVM can be selected. The head and compute nodes can be different instance types. Moreover, if multiple queues are used, some or all of compute nodes can also be launched as a Spot Instance. Instance store volumes found on the instances are mounted as striped LVM volumes. +Amazon Elastic Compute Cloud (Amazon EC2 ) provides the computing capacity for AWS ParallelCluster. The head and compute nodes are Amazon EC2 instances. Any instance type that supports hardware virtual machin (HVM) can be selected. The head and compute nodes can be different instance types. Moreover, if multiple queues are used, some or all of compute nodes can also be launched as a Spot Instance. Instance store volumes found on the instances are mounted as striped Logical Volume Manager (LVM) volumes. @@ -218 +218 @@ For more information, see [https://aws.amazon.com/s3/](https://aws.amazon.com/s3 -An Amazon VPC defines a network used by the nodes in your cluster. +An Amazon Virtual Private Cloud (VPC) defines a network used by the nodes in your cluster. @@ -224 +224 @@ For more information about Amazon VPC, see [https://aws.amazon.com/vpc/](https:/ -Elastic Fabric Adapter (EFA) is a network interface for instances that customers can use to run applications requiring high levels of inter-node communications at scale on AWS. +Elastic Fabric Adapter (EFA) is a network interface for instances that you can use to run applications requiring high levels of inter-node communications at scale on AWS.