Difference between revisions of "AWS ClassicLink"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* 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)
 +
  
  
 
== See also ==
 
== See also ==
 +
* {{ClassicLink}}
 
* {{AWS VPC}}
 
* {{AWS VPC}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 10:10, 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[edit]

Advertising: