generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.kind/new-resourceCategorizes issue or PR as related to a new resource.Categorizes issue or PR as related to a new resource.service/ec2Indicates issues or PRs that are related to ec2-controller.Indicates issues or PRs that are related to ec2-controller.
Description
The current state of the ec2-controller
lacks support for managing VPC Peering Connections. This feature request aims to enhance the capabilities of the ec2-controller by adding comprehensive support for creating, updating, deleting, and accepting VPC Peering Connections.
API definitions:
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVpcPeeringConnection.html
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteVpcPeeringConnection.html
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AcceptVpcPeeringConnection.html
- https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcPeeringConnectionOptions.html
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.kind/new-resourceCategorizes issue or PR as related to a new resource.Categorizes issue or PR as related to a new resource.service/ec2Indicates issues or PRs that are related to ec2-controller.Indicates issues or PRs that are related to ec2-controller.