Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

vpc 4.0 operation notes

chris grzegorczyk edited this page Sep 10, 2013 · 1 revision

Table of Contents

VPC

VPC Fundamentals

VPCs

  • CreateVpc
  • DeleteVpc
  • DescribeVpcAttribute
  • DescribeVpcs
  • ModifyVpcAttribute
Subnets
  • CreateSubnet
  • DeleteSubnet
  • DescribeSubnets
DHCP Options
  • AssociateDhcpOptions
  • CreateDhcpOptions
  • DeleteDhcpOptions
  • DescribeDhcpOptions

VPC Attributes

Security Groups

  • AuthorizeSecurityGroupEgress
  • RevokeSecurityGroupEgress
Network ACLs
  • CreateNetworkAcl
  • CreateNetworkAclEntry
  • DeleteNetworkAcl
  • DeleteNetworkAclEntry
  • DescribeNetworkAcls
  • ReplaceNetworkAclAssociation
  • ReplaceNetworkAclEntry
Route Tables
  • AssociateRouteTable
  • CreateRoute
  • CreateRouteTable
  • DeleteRoute
  • DeleteRouteTable
  • DescribeRouteTables
  • DisableVgwRoutePropagation
  • DisassociateRouteTable
  • EnableVgwRoutePropagation
  • ReplaceRoute
  • ReplaceRouteTableAssociation

Network Interfaces

Elastic Network Interfaces

  • AssignPrivateIpAddresses
  • AttachNetworkInterface
  • CreateNetworkInterface
  • DeleteNetworkInterface
  • DescribeNetworkInterfaceAttribute
  • DescribeNetworkInterfaces
  • DetachNetworkInterface
  • ModifyNetworkInterfaceAttribute
  • ResetNetworkInterfaceAttribute
  • UnassignPrivateIpAddresses

Gateways & VPNs

Customer Gateways

  • CreateCustomerGateway
  • DeleteCustomerGateway
  • DescribeCustomerGateways
Internet Gateways
  • AttachInternetGateway
  • CreateInternetGateway
  • DeleteInternetGateway
  • DescribeInternetGateways
  • DetachInternetGateway
VPN Connections
  • CreateVpnConnection
  • CreateVpnConnectionRoute
  • DeleteVpnConnection
  • DescribeVpnConnections
Virtual Private Gateways
  • AttachVpnGateway
  • CreateVpnGateway
  • DeleteVpnGateway
  • DescribeVpnGateways
  • DetachVpnGateway



Clone this wiki locally