This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
vpc 4.0 operation notes
chris grzegorczyk edited this page Sep 10, 2013
·
1 revision
- Need tasks for productizing of EDGE
- Design work backend APIs supporting current EDGE functionality
- Investigation of the needed parts of VPC
- http://docs.aws.amazon.com/AWSEC2/latest/APIReference/OperationList-query.html
- VPCs
- Subnets
- Elastic Network Interfaces
- Gateways: Customer, Internet, Virtual Private
- VPNs
- DHCP Options
- Network ACLs
- Route Tables
- Security Groups: Egress rules
VPCs
- CreateVpc
- DeleteVpc
- DescribeVpcAttribute
- DescribeVpcs
- ModifyVpcAttribute
- CreateSubnet
- DeleteSubnet
- DescribeSubnets
- AssociateDhcpOptions
- CreateDhcpOptions
- DeleteDhcpOptions
- DescribeDhcpOptions
Security Groups
- AuthorizeSecurityGroupEgress
- RevokeSecurityGroupEgress
- CreateNetworkAcl
- CreateNetworkAclEntry
- DeleteNetworkAcl
- DeleteNetworkAclEntry
- DescribeNetworkAcls
- ReplaceNetworkAclAssociation
- ReplaceNetworkAclEntry
- AssociateRouteTable
- CreateRoute
- CreateRouteTable
- DeleteRoute
- DeleteRouteTable
- DescribeRouteTables
- DisableVgwRoutePropagation
- DisassociateRouteTable
- EnableVgwRoutePropagation
- ReplaceRoute
- ReplaceRouteTableAssociation
Elastic Network Interfaces
- AssignPrivateIpAddresses
- AttachNetworkInterface
- CreateNetworkInterface
- DeleteNetworkInterface
- DescribeNetworkInterfaceAttribute
- DescribeNetworkInterfaces
- DetachNetworkInterface
- ModifyNetworkInterfaceAttribute
- ResetNetworkInterfaceAttribute
- UnassignPrivateIpAddresses
Customer Gateways
- CreateCustomerGateway
- DeleteCustomerGateway
- DescribeCustomerGateways
- AttachInternetGateway
- CreateInternetGateway
- DeleteInternetGateway
- DescribeInternetGateways
- DetachInternetGateway
- CreateVpnConnection
- CreateVpnConnectionRoute
- DeleteVpnConnection
- DescribeVpnConnections
- AttachVpnGateway
- CreateVpnGateway
- DeleteVpnGateway
- DescribeVpnGateways
- DetachVpnGateway
- Contact Info
- email: architecture@eucalyptus.com
- IRC: #eucalyptus-devel (freenode)
- Eucalyptus Links