@@ -3512,13 +3512,15 @@ namespace Model
35123512 * <p>[VPC only] Adds the specified outbound (egress) rules to a security group for
35133513 * use with a VPC.</p> <p>An outbound rule permits instances to send traffic to the
35143514 * specified IPv4 or IPv6 CIDR address ranges, or to the instances that are
3515- * associated with the specified source security groups.</p> <p>You specify a
3516- * protocol for each rule (for example, TCP). For the TCP and UDP protocols, you
3517- * must also specify the destination port or port range. For the ICMP protocol, you
3518- * must also specify the ICMP type and code. You can use -1 for the type or code to
3519- * mean all types or all codes.</p> <p>Rule changes are propagated to affected
3520- * instances as quickly as possible. However, a small delay might occur.</p> <p>For
3521- * information about VPC security group quotas, see <a
3515+ * associated with the specified source security groups. When specifying an
3516+ * outbound rule for your security group in a VPC, the <code>IpPermissions</code>
3517+ * must include a destination for the traffic.</p> <p>You specify a protocol for
3518+ * each rule (for example, TCP). For the TCP and UDP protocols, you must also
3519+ * specify the destination port or port range. For the ICMP protocol, you must also
3520+ * specify the ICMP type and code. You can use -1 for the type or code to mean all
3521+ * types or all codes.</p> <p>Rule changes are propagated to affected instances as
3522+ * quickly as possible. However, a small delay might occur.</p> <p>For information
3523+ * about VPC security group quotas, see <a
35223524 * href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon
35233525 * VPC quotas</a>.</p><p><h3>See Also:</h3> <a
35243526 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupEgress">AWS
@@ -3540,15 +3542,21 @@ namespace Model
35403542 * <p>Adds the specified inbound (ingress) rules to a security group.</p> <p>An
35413543 * inbound rule permits instances to receive traffic from the specified IPv4 or
35423544 * IPv6 CIDR address range, or from the instances that are associated with the
3543- * specified destination security groups.</p> <p>You specify a protocol for each
3544- * rule (for example, TCP). For TCP and UDP, you must also specify the destination
3545- * port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type
3546- * and code. You can use -1 to mean all types or all codes.</p> <p>Rule changes are
3547- * propagated to instances within the security group as quickly as possible.
3548- * However, a small delay might occur.</p> <p>For more information about VPC
3549- * security group quotas, see <a
3545+ * specified destination security groups. When specifying an inbound rule for your
3546+ * security group in a VPC, the <code>IpPermissions</code> must include a source
3547+ * for the traffic.</p> <p>You specify a protocol for each rule (for example, TCP).
3548+ * For TCP and UDP, you must also specify the destination port or port range. For
3549+ * ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1
3550+ * to mean all types or all codes.</p> <p>Rule changes are propagated to instances
3551+ * within the security group as quickly as possible. However, a small delay might
3552+ * occur.</p> <p>For more information about VPC security group quotas, see <a
35503553 * href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon
3551- * VPC quotas</a>.</p><p><h3>See Also:</h3> <a
3554+ * VPC quotas</a>.</p> <p>We are retiring EC2-Classic on August 15, 2022. We
3555+ * recommend that you migrate from EC2-Classic to a VPC. For more information, see
3556+ * <a
3557+ * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
3558+ * from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User
3559+ * Guide</i>.</p> <p><h3>See Also:</h3> <a
35523560 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/AuthorizeSecurityGroupIngress">AWS
35533561 * API Reference</a></p>
35543562 */
@@ -4944,7 +4952,12 @@ namespace Model
49444952 * <a>RevokeSecurityGroupIngress</a>, and <a>RevokeSecurityGroupEgress</a>.</p>
49454953 * <p>For more information about VPC security group limits, see <a
49464954 * href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon
4947- * VPC Limits</a>.</p><p><h3>See Also:</h3> <a
4955+ * VPC Limits</a>.</p> <p>We are retiring EC2-Classic on August 15, 2022. We
4956+ * recommend that you migrate from EC2-Classic to a VPC. For more information, see
4957+ * <a
4958+ * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
4959+ * from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User
4960+ * Guide</i>.</p> <p><h3>See Also:</h3> <a
49484961 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreateSecurityGroup">AWS
49494962 * API Reference</a></p>
49504963 */
@@ -6400,7 +6413,12 @@ namespace Model
64006413 * <p>Deletes a security group.</p> <p>If you attempt to delete a security group
64016414 * that is associated with an instance, or is referenced by another security group,
64026415 * the operation fails with <code>InvalidGroup.InUse</code> in EC2-Classic or
6403- * <code>DependencyViolation</code> in EC2-VPC.</p><p><h3>See Also:</h3> <a
6416+ * <code>DependencyViolation</code> in EC2-VPC.</p> <p>We are retiring
6417+ * EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic
6418+ * to a VPC. For more information, see <a
6419+ * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
6420+ * from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User
6421+ * Guide</i>.</p> <p><h3>See Also:</h3> <a
64046422 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DeleteSecurityGroup">AWS
64056423 * API Reference</a></p>
64066424 */
@@ -7146,8 +7164,12 @@ namespace Model
71467164 * <li> <p> <code>max-elastic-ips</code>: The maximum number of Elastic IP
71477165 * addresses that you can allocate for use with EC2-Classic. </p> </li> <li> <p>
71487166 * <code>vpc-max-elastic-ips</code>: The maximum number of Elastic IP addresses
7149- * that you can allocate for use with EC2-VPC.</p> </li> </ul><p><h3>See Also:</h3>
7150- * <a
7167+ * that you can allocate for use with EC2-VPC.</p> </li> </ul> <p>We are
7168+ * retiring EC2-Classic on August 15, 2022. We recommend that you migrate from
7169+ * EC2-Classic to a VPC. For more information, see <a
7170+ * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
7171+ * from EC2-Classic to a VPC</a> in the <i>Amazon EC2 User Guide</i>.</p>
7172+ * <p><h3>See Also:</h3> <a
71517173 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeAccountAttributes">AWS
71527174 * API Reference</a></p>
71537175 */
@@ -9049,7 +9071,12 @@ namespace Model
90499071 * and <a
90509072 * href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security
90519073 * groups for your VPC</a> in the <i>Amazon Virtual Private Cloud User
9052- * Guide</i>.</p><p><h3>See Also:</h3> <a
9074+ * Guide</i>.</p> <p>We are retiring EC2-Classic on August 15, 2022. We
9075+ * recommend that you migrate from EC2-Classic to a VPC. For more information, see
9076+ * <a
9077+ * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
9078+ * from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User
9079+ * Guide</i>.</p> <p><h3>See Also:</h3> <a
90539080 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeSecurityGroups">AWS
90549081 * API Reference</a></p>
90559082 */
@@ -14297,7 +14324,12 @@ namespace Model
1429714324 * revoked.</p> <p>Amazon Web Services recommends that you describe the security
1429814325 * group to verify that the rules were removed.</p> <p>Rule changes are propagated
1429914326 * to instances within the security group as quickly as possible. However, a small
14300- * delay might occur.</p><p><h3>See Also:</h3> <a
14327+ * delay might occur.</p> <p>We are retiring EC2-Classic on August 15, 2022.
14328+ * We recommend that you migrate from EC2-Classic to a VPC. For more information,
14329+ * see <a
14330+ * href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate
14331+ * from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User
14332+ * Guide</i>.</p> <p><h3>See Also:</h3> <a
1430114333 * href="http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RevokeSecurityGroupIngress">AWS
1430214334 * API Reference</a></p>
1430314335 */
0 commit comments