AWS AWSEC2 documentation change
Summary
Updated AWS CLI documentation links from v2 references to latest version URLs
Security assessment
The changes only update CLI command reference URLs to point to latest documentation paths. No security-related content modifications or vulnerability fixes are present in the diff.
Diff
diff --git a/AWSEC2/latest/UserGuide/create-ec2-fleet.md b/AWSEC2/latest/UserGuide/create-ec2-fleet.md index 60e7ae325..ce4a76ff0 100644 --- a//AWSEC2/latest/UserGuide/create-ec2-fleet.md +++ b//AWSEC2/latest/UserGuide/create-ec2-fleet.md @@ -9 +9 @@ EC2 Fleet limitationsCreate an EC2 FleetCreate an EC2 Fleet that replaces unheal -To create an EC2 Fleet, define the fleet configuration in a JSON file and reference the file with the [create-fleet](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-fleet.html) command. In the JSON file, you must specify the total target capacity for the fleet, separate target capacities for Spot Instances and On-Demand Instances, and a launch template that defines the configuration for the instances in the fleet, such as an AMI, instance type, subnet or Availability Zone, and one or more security groups. You can optionally specify additional configurations, such as parameters to override the launch template configuration, allocation strategies for selecting Spot Instances and On-Demand Instances from the EC2 capacity pools, and the maximum amount you're willing to pay for the fleet. For more information, see [Configuration options for your EC2 Fleet or Spot Fleet](./ec2-fleet-configuration-strategies.html). +To create an EC2 Fleet, define the fleet configuration in a JSON file and reference the file with the [create-fleet](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-fleet.html) command. In the JSON file, you must specify the total target capacity for the fleet, separate target capacities for Spot Instances and On-Demand Instances, and a launch template that defines the configuration for the instances in the fleet, such as an AMI, instance type, subnet or Availability Zone, and one or more security groups. You can optionally specify additional configurations, such as parameters to override the launch template configuration, allocation strategies for selecting Spot Instances and On-Demand Instances from the EC2 capacity pools, and the maximum amount you're willing to pay for the fleet. For more information, see [Configuration options for your EC2 Fleet or Spot Fleet](./ec2-fleet-configuration-strategies.html). @@ -19 +19 @@ The following limitations apply to EC2 Fleet: - * Creating an EC2 Fleet is available only through the [Amazon EC2 API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html), [AWS CLI](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-fleet.html), [AWS SDKs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html#API_CreateFleet_SeeAlso), and [AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html). + * Creating an EC2 Fleet is available only through the [Amazon EC2 API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html), [AWS CLI](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-fleet.html), [AWS SDKs](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet.html#API_CreateFleet_SeeAlso), and [AWS CloudFormation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ec2fleet.html). @@ -53 +53 @@ There is currently no console support for creating an EC2 Fleet. -Use the [create-fleet](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-fleet.html) command to create the fleet and specify the JSON file that contains the fleet configuration parameters. +Use the [create-fleet](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-fleet.html) command to create the fleet and specify the JSON file that contains the fleet configuration parameters. @@ -224 +224 @@ You can configure your fleet to replace unhealthy Spot Instances. After setting -To view the full list of EC2 Fleet configuration parameters, you can generate a JSON file. For a description of each parameter, see [create-fleet](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-fleet.html). +To view the full list of EC2 Fleet configuration parameters, you can generate a JSON file. For a description of each parameter, see [create-fleet](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-fleet.html). @@ -228 +228 @@ To view the full list of EC2 Fleet configuration parameters, you can generate a -Use the [create-fleet](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-fleet.html) (AWS CLI) command and the `--generate-cli-skeleton` parameter to generate an EC2 Fleet JSON file, and direct the output to a file to save it. +Use the [create-fleet](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-fleet.html) (AWS CLI) command and the `--generate-cli-skeleton` parameter to generate an EC2 Fleet JSON file, and direct the output to a file to save it.