lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.68.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.69.0
- old
+ new
@@ -209,11 +209,11 @@
#
# Default: `m1.small`
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html
# @option options [Integer] :ipv_6_address_count
# \[EC2-VPC\] A number of IPv6 addresses to associate with the primary
# network interface. Amazon EC2 chooses the IPv6 addresses from the
# range of your subnet. You cannot specify this option and the option to
# assign specific IPv6 addresses in the same request. You can specify
@@ -232,11 +232,11 @@
# For more information, see [ PV-GRUB][1] in the *Amazon Elastic Compute
# Cloud User Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
# @option options [String] :key_name
# The name of the key pair. You can create a key pair using
# CreateKeyPair or ImportKeyPair.
#
# If you do not specify a key pair, you can't connect to the instance
@@ -280,11 +280,11 @@
# For more information, see [ PV-GRUB][1] in the *Amazon Elastic Compute
# Cloud User Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
# @option options [Array<String>] :security_group_ids
# One or more security group IDs. You can create a security group using
# CreateSecurityGroup.
#
# Default: Amazon EC2 uses the default security group.
@@ -302,12 +302,12 @@
# base64-encoding is performed for you, and you can load the text from a
# file. Otherwise, you must provide base64-encoded text.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
- # [2]: http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-instance-metadata.html#instancedata-add-user-data
# @option options [String] :additional_info
# Reserved.
# @option options [String] :client_token
# Unique, case-sensitive identifier you provide to ensure the
# idempotency of the request. For more information, see [Ensuring
@@ -315,11 +315,11 @@
#
# Constraints: Maximum 64 ASCII characters
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
# @option options [Boolean] :disable_api_termination
# If you set this parameter to `true`, you can't terminate the instance
# using the Amazon EC2 console, CLI, or API; otherwise, you can. To
# change this attribute to `false` after launch, use
# ModifyInstanceAttribute. Alternatively, if you set
@@ -389,19 +389,19 @@
#
# Default: `standard` (T2 instances) or `unlimited` (T3 instances)
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html
# @option options [Types::CpuOptionsRequest] :cpu_options
# The CPU options for the instance. For more information, see
# [Optimizing CPU Options][1] in the *Amazon Elastic Compute Cloud User
# Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html
# @option options [Types::CapacityReservationSpecification] :capacity_reservation_specification
# Information about the Capacity Reservation targeting option. If you do
# not specify this parameter, the instance's Capacity Reservation
# preference defaults to `open`, which enables it to run in any open
# Capacity Reservation that has matching attributes (instance type,
@@ -411,11 +411,11 @@
# information, see [Hibernate Your Instance][1] in the *Amazon Elastic
# Compute Cloud User Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html
# @option options [Array<Types::LicenseConfigurationRequest>] :license_specifications
# The license configurations.
# @return [Instance::Collection]
def create_instances(options = {})
batch = []
@@ -563,11 +563,11 @@
# ENI Per Instance Type][1] in the *Amazon Virtual Private Cloud User
# Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI
# @option options [required, String] :subnet_id
# The ID of the subnet to associate with the network interface.
# @return [NetworkInterface]
def create_network_interface(options = {})
resp = @client.create_network_interface(options)
@@ -831,11 +831,11 @@
# information, see [Amazon EBS Encryption][1] in the *Amazon Elastic
# Compute Cloud User Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
# @option options [Integer] :iops
# The number of I/O operations per second (IOPS) to provision for the
# volume, with a maximum ratio of 50 IOPS/GiB. Range is 100 to 64,000
# IOPS for volumes in most regions. Maximum IOPS of 64,000 is guaranteed
# only on [Nitro-based
@@ -846,10 +846,10 @@
#
# This parameter is valid only for Provisioned IOPS SSD (io1) volumes.
#
#
#
- # [1]: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html
# @option options [String] :kms_key_id
# An identifier for the AWS Key Management Service (AWS KMS) customer
# master key (CMK) to use when creating the encrypted volume. This
# parameter is only required if you want to use a non-default CMK; if
# this parameter is not specified, the default CMK for EBS is used. If a