lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.155.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.156.0
- old
+ new
@@ -904,9 +904,12 @@
# To create a subnet in a Local Zone, set this value to the Local Zone
# ID, for example `us-west-2-lax-1a`. For information about the Regions
# that support Local Zones, see [Available Regions][1] in the *Amazon
# Elastic Compute Cloud User Guide*.
#
+ # To create a subnet in an Outpost, set this value to the Availability
+ # Zone for the Outpost and specify the Outpost ARN.
+ #
#
#
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
# @option options [String] :availability_zone_id
# The AZ ID or the Local Zone ID of the subnet.