Amazon Virtual Private Cloud

From Wikipedia, the free encyclopedia
Amazon Virtual Private Cloud
AWS Simple Icons Virtual Private Cloud.svg
Amazon Virtual Private Cloud.svg
Original author(s)Amazon.com, Inc.
Developer(s)Amazon.com
Initial releaseSeptember 25, 2009; 12 years ago (2009-09-25)
Operating systemMicrosoft Windows, Linux, FreeBSD
Available inEnglish
TypeVirtual Private Server
LicenseProprietary software
Websiteaws.amazon.com/vpc/

Amazon Virtual Private Cloud (VPC) is a commercial cloud computing service that provides users a virtual private cloud, by "provision[ing] a logically isolated section of Amazon Web Services (AWS) Cloud".[1] Enterprise customers are able to access the Amazon Elastic Compute Cloud (EC2) over an IPsec based virtual private network.[2][3] Unlike traditional EC2 instances which are allocated internal and external IP numbers by Amazon, the customer can assign IP numbers of their choosing from one or more subnets.[4] By giving the user the option of selecting which AWS resources are public facing and which are not, VPC provides much more granular control over security. For Amazon it is "an endorsement of the hybrid approach, but it's also meant to combat the growing interest in private clouds".[5]

Comparison to private clouds[]

Amazon Virtual Private Cloud aims to provide a service similar to private clouds using technology such as OpenStack or HPE Helion Eucalyptus. However, private clouds typically also use technology such as OpenShift application hosting and various database systems. Cloud security experts warned there can be compliance risks, such as a loss of control or service cancellation in using public resources[6] which do not exist with in-house systems. If transaction records are requested from Amazon about a VPC using a National security letter they may not even be legally allowed to inform the customer of the breach of the security of their system. This would be true even if the actual VPC resources were in another country.[7] The API used by AWS is only partly compatible with that of HPE Helion Eucalyptus and is not compatible with other private cloud systems so migration from AWS may be difficult. This has led to warnings of the possibility of lock-in to a specific technology.[6]

IP Addressing[]

Initially, users are able to choose a range of IP addresses for their VPC. Within this range, users can assign various private and public IPv4 and IPv6[8] addresses to instances in the VPC in order to communicate with the Internet and other instances of VPCs. These addresses are assigned to specific instances rather than the user's entire VPC account.[9] Static assignment of Public IP addresses is not possible, instead the address is assigned and unassigned in certain cases, causing the address of an instance to change. When a consistent IP address is needed, a third type of IP Address, Elastic IP addresses, can be used in place of Public IP addresses.[9]

Connectivity[]

AWS VPC allows users to connect to the Internet, a user's corporate data center, and other users' VPCs.[8]

Users are able to connect to the Internet by adding an Internet Gateway to their VPC, which assigns the VPC a public IPv4 Address.[10]

Users are able to connect to a data center by setting up a Hardware Virtual Private Network connection between the data center and the VPC. This connection allows the user to "interact with Amazon EC2 instances within a VPC as if they were within [the user's] existing network."[8]

Users are able to route traffic from one VPC to another VPC using private IP addresses, and are able to communicate as if they were on the same network. Peering can be achieved by connecting a route between two VPC's on the same account or two VPC's on different accounts in the same region. VPC Peering is a one-to-one connection, but users are able to connect to more than one VPC at a time.[11]

To achieve a one-to-many connections between VPCs, you can deploy a transit gateway (TGW).[12][13] In addition, you can connect your VPCs to your on premise systems by employing the transit gateway.

Security[]

AWS VPC's security is two-fold: firstly, AWS VPC uses security groups as a firewall to control traffic at the instance level, while it also uses network access control lists as a firewall to control traffic at the subnet level.[14] As another measure of privacy, AWS VPC provides users with ability to create "dedicated instances" on hardware, physically isolating the dedicated instances from non-dedicated instances and instances owned by other accounts.[15][non-primary source needed]

AWS VPC is free, with users only paying for the consumption of EC2 resources. However, if choosing to access VPC via a Virtual Private Network (VPN), there is a charge.

See also[]

References[]

  1. ^ "Amazon Virtual Private Cloud (VPC)". Amazon Web Services, Inc.
  2. ^ "Amazon to soothe Enterprise fears with Virtual Private Cloud". arstechnica.com. 27 August 2009.
  3. ^ "Latest Topics - ZDNet". ZDNet.
  4. ^ "Amazon Integrates With Datacenter Using Private Clouds". PCWorld. 26 August 2009.
  5. ^ "Amazon Adds a Virtual Private Cloud VPC Peering". readwriteweb.com. Archived from the original on 2009-09-11. Retrieved 2009-08-28.
  6. ^ a b John R. Vacca (2012-11-05), Computer and Information Security Handbook, p. 99, ISBN 9780123946126
  7. ^ Whittaker, Zack. "Microsoft admits Patriot Act can access EU-based cloud data | ZDNet". ZDNet. Retrieved 2018-07-05.
  8. ^ a b c "Amazon VPC FAQs". Amazon Web Services, Inc.
  9. ^ a b "IP Addressing in Your VPC - Amazon Virtual Private Cloud". docs.aws.amazon.com.
  10. ^ "Internet Gateways - Amazon Virtual Private Cloud". docs.aws.amazon.com.
  11. ^ "VPC Peering - Amazon Virtual Private Cloud". docs.aws.amazon.com.
  12. ^ "AWS Transit Gateway". Amazon Web Services, Inc. Retrieved 2021-04-19.
  13. ^ "What is a transit gateway? - Amazon Virtual Private Cloud". docs.aws.amazon.com.
  14. ^ "Amazon Virtual Private Cloud Security" (PDF). uci.edu.
  15. ^ "Dedicated Instances - Amazon Elastic Compute Cloud". docs.aws.amazon.com.

External links[]

Retrieved from ""