Skip to content

Commit aa03c47

Browse files
author
awstools
committed
feat(client-ec2): This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
1 parent 495f023 commit aa03c47

21 files changed

+143
-110
lines changed

clients/client-ec2/src/EC2.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,7 +3613,7 @@ export class EC2 extends EC2Client {
36133613

36143614
/**
36153615
* <note>
3616-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3616+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
36173617
* </note>
36183618
* <p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's
36193619
* security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You
@@ -4728,7 +4728,7 @@ export class EC2 extends EC2Client {
47284728
* that possible?" in the <a href="http://aws.amazon.com/vpc/faqs/#Default_VPCs">Default VPCs
47294729
* FAQ</a>.</p>
47304730
* <note>
4731-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4731+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
47324732
* </note>
47334733
*/
47344734
public createDefaultVpc(
@@ -10039,7 +10039,7 @@ export class EC2 extends EC2Client {
1003910039
* information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot
1004010040
* use this request to return information about other instances.</p>
1004110041
* <note>
10042-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
10042+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1004310043
* </note>
1004410044
*/
1004510045
public describeClassicLinkInstances(
@@ -10663,9 +10663,9 @@ export class EC2 extends EC2Client {
1066310663
}
1066410664

1066510665
/**
10666-
* <p>Describes one or more flow logs. To view the information in your flow logs (the log
10667-
* streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs
10668-
* API.</p>
10666+
* <p>Describes one or more flow logs.</p>
10667+
* <p>To view the published flow log records, you must view the log destination. For example,
10668+
* the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.</p>
1066910669
*/
1067010670
public describeFlowLogs(
1067110671
args: DescribeFlowLogsCommandInput,
@@ -14064,7 +14064,7 @@ export class EC2 extends EC2Client {
1406414064
/**
1406514065
* <p>Describes the ClassicLink status of one or more VPCs.</p>
1406614066
* <note>
14067-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
14067+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1406814068
* </note>
1406914069
*/
1407014070
public describeVpcClassicLink(
@@ -14098,7 +14098,7 @@ export class EC2 extends EC2Client {
1409814098

1409914099
/**
1410014100
* <note>
14101-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
14101+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1410214102
* </note>
1410314103
* <p>Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS
1410414104
* hostname of a linked EC2-Classic instance resolves to its private IP address when
@@ -14474,7 +14474,7 @@ export class EC2 extends EC2Client {
1447414474

1447514475
/**
1447614476
* <note>
14477-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
14477+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1447814478
* </note>
1447914479
* <p>Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.</p>
1448014480
*/
@@ -14929,7 +14929,7 @@ export class EC2 extends EC2Client {
1492914929
/**
1493014930
* <p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.</p>
1493114931
* <note>
14932-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
14932+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1493314933
* </note>
1493414934
*/
1493514935
public disableVpcClassicLink(
@@ -14969,7 +14969,7 @@ export class EC2 extends EC2Client {
1496914969
* <p>You must specify a VPC ID in the request.</p>
1497014970
*
1497114971
* <note>
14972-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
14972+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1497314973
* </note>
1497414974
*/
1497514975
public disableVpcClassicLinkDnsSupport(
@@ -15759,7 +15759,7 @@ export class EC2 extends EC2Client {
1575915759

1576015760
/**
1576115761
* <note>
15762-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
15762+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1576315763
* </note>
1576415764
* <p>Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your
1576515765
* ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot
@@ -15800,7 +15800,7 @@ export class EC2 extends EC2Client {
1580015800

1580115801
/**
1580215802
* <note>
15803-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
15803+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1580415804
* </note>
1580515805
* <p>Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS
1580615806
* hostname of a linked EC2-Classic instance resolves to its private IP address when
@@ -19403,7 +19403,7 @@ export class EC2 extends EC2Client {
1940319403

1940419404
/**
1940519405
* <note>
19406-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
19406+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1940719407
* </note>
1940819408
* <p>Modifies the VPC peering connection options on one side of a VPC peering connection. You can do the following:</p>
1940919409
* <ul>

clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface AttachClassicLinkVpcCommandOutput extends AttachClassicLinkVpcR
2929

3030
/**
3131
* <note>
32-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3333
* </note>
3434
* <p>Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's
3535
* security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You

clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface CreateDefaultVpcCommandOutput extends CreateDefaultVpcResult, _
4141
* that possible?" in the <a href="http://aws.amazon.com/vpc/faqs/#Default_VPCs">Default VPCs
4242
* FAQ</a>.</p>
4343
* <note>
44-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
44+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4545
* </note>
4646
* @example
4747
* Use a bare-bones client and the command you need to make an API call.

clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface DescribeClassicLinkInstancesCommandOutput
3434
* information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot
3535
* use this request to return information about other instances.</p>
3636
* <note>
37-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
37+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3838
* </note>
3939
* @example
4040
* Use a bare-bones client and the command you need to make an API call.

clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export interface DescribeFlowLogsCommandInput extends DescribeFlowLogsRequest {}
2828
export interface DescribeFlowLogsCommandOutput extends DescribeFlowLogsResult, __MetadataBearer {}
2929

3030
/**
31-
* <p>Describes one or more flow logs. To view the information in your flow logs (the log
32-
* streams for the network interfaces), you must use the CloudWatch Logs console or the CloudWatch Logs
33-
* API.</p>
31+
* <p>Describes one or more flow logs.</p>
32+
* <p>To view the published flow log records, you must view the log destination. For example,
33+
* the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.</p>
3434
* @example
3535
* Use a bare-bones client and the command you need to make an API call.
3636
* ```javascript

clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface DescribeVpcClassicLinkCommandOutput extends DescribeVpcClassicL
3030
/**
3131
* <p>Describes the ClassicLink status of one or more VPCs.</p>
3232
* <note>
33-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3434
* </note>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.

clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface DescribeVpcClassicLinkDnsSupportCommandOutput
3131

3232
/**
3333
* <note>
34-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
34+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3535
* </note>
3636
* <p>Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS
3737
* hostname of a linked EC2-Classic instance resolves to its private IP address when

clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface DetachClassicLinkVpcCommandOutput extends DetachClassicLinkVpcR
2929

3030
/**
3131
* <note>
32-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3333
* </note>
3434
* <p>Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped.</p>
3535
* @example

clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface DisableVpcClassicLinkCommandOutput extends DisableVpcClassicLin
3030
/**
3131
* <p>Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.</p>
3232
* <note>
33-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
33+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3434
* </note>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.

clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DisableVpcClassicLinkDnsSupportCommandOutput
3737
* <p>You must specify a VPC ID in the request.</p>
3838
*
3939
* <note>
40-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
40+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4141
* </note>
4242
* @example
4343
* Use a bare-bones client and the command you need to make an API call.

clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface EnableVpcClassicLinkCommandOutput extends EnableVpcClassicLinkR
2929

3030
/**
3131
* <note>
32-
* <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
32+
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
3333
* </note>
3434
* <p>Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your
3535
* ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot

0 commit comments

Comments
 (0)