Difference between revisions of "VpcId"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} aws ec2 describe-vpcs | grep VpcId == See also == * {{AWS VPC}} Category:AWS") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
[[aws ec2 describe-vpcs]] | grep VpcId | [[aws ec2 describe-vpcs]] | grep VpcId | ||
+ | [[aws ec2 describe-vpcs]] --output table | egrep "[[Name]]|VpcId" | ||
+ | [[RDS]] | ||
+ | * <code>[[aws rds describe-db-instances]] | egrep -i "[[Address]]|vpcid"</code> | ||
+ | [[VPC peering]] | ||
+ | [[aws ec2 create-vpc-peering-connection]] --peer-vpc-id YOUR_FROM_VPC_ID --vpc-id YOUR_TO_VPC_ID | ||
+ | |||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws rds describe-db-instances]] | grep VcpId</code> | ||
+ | * <code>[[aws rds create-db-instance]]</code> | ||
+ | * <code>[[VpcSecurityGroups]]</code> | ||
== See also == | == See also == |
Latest revision as of 15:35, 30 June 2022
aws ec2 describe-vpcs | grep VpcId aws ec2 describe-vpcs --output table | egrep "Name|VpcId"
aws rds describe-db-instances | egrep -i "Address|vpcid"
aws ec2 create-vpc-peering-connection --peer-vpc-id YOUR_FROM_VPC_ID --vpc-id YOUR_TO_VPC_ID
Related[edit]
See also[edit]
- 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: