Difference between revisions of "AWS ClassicLink"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html | * https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-classiclink.html | ||
ClassicLink allows you to link [[EC2]]-Classic instances to a [[VPC‘‘ in your account, within the same Region. | ClassicLink allows you to link [[EC2]]-Classic instances to a [[VPC‘‘ in your account, within the same Region. | ||
+ | |||
+ | |||
+ | ╷ | ||
+ | │ [[Warning: Argument is deprecated]] | ||
+ | │ | ||
+ | │ with [[aws_vpc]].this, | ||
+ | │ on main.tf line 27, in resource "aws_vpc" "this": | ||
+ | │ 27: enable_classiclink = var.enable_classiclink | ||
+ | │ | ||
+ | │ With the retirement of EC2-Classic the enable_classiclink attribute has | ||
+ | │ been deprecated and will be removed in a future version. | ||
+ | │ | ||
+ | │ (and one more similar warning elsewhere) | ||
+ | ╵ | ||
Revision as of 08:55, 2 September 2022
ClassicLink allows you to link EC2-Classic instances to a [[VPC‘‘ in your account, within the same Region.
╷ │ Warning: Argument is deprecated │ │ with aws_vpc.this, │ on main.tf line 27, in resource "aws_vpc" "this": │ 27: enable_classiclink = var.enable_classiclink │ │ With the retirement of EC2-Classic the enable_classiclink attribute has │ been deprecated and will be removed in a future version. │ │ (and one more similar warning elsewhere) ╵
See also
- AWS VPC, AWS default VPC, AWS VPC sharing, AWS subnets, Amazon VPC NAT gateway, Amazon VPN internet gateway, VPC Flow Logs,
aws ec2 create-vpc
,aws ec2 describe-vpcs
, NACL, VPC Scenarios, AWS VPC endpoint, AWS ClassicLink, VPC peering, Reachability Analyzer, AWS internet gateway, VPC Lattice,vpce.amazonaws.com
Advertising: