We want to get a little more insight into some of the networking around EC2 instances. Every EC2 instance is associated with a VPC and one or more subnets. We should be able to list them and view metadata. They should also implement Delete.
We'll start with subnets and VPCs being separate entity groups. It may make sense later to provide symbolic links between a VPC and its subnets.
We want to get a little more insight into some of the networking around EC2 instances. Every EC2 instance is associated with a VPC and one or more subnets. We should be able to list them and view metadata. They should also implement
Delete
.We'll start with subnets and VPCs being separate entity groups. It may make sense later to provide symbolic links between a VPC and its subnets.