We use the tool for networking purposes. It helps us to establish connections between machines and various components within a company's infrastructure. Specifically, the product serves as our account's core infrastructure component or our applications' cloud infrastructure. Through it, we can facilitate communication between different applications and expose them to external access when needed.
Senior DevOps Engineer at Rearc
Useful for networking and has Transit Gateway features
Pros and Cons
- "One important tool we use is Transit Gateway, which helps connect different parts of our network. We also use Internet Gateways, NAT Gateways, and Route Tables to ensure our applications run smoothly on AWS. While most people use these basics, some specialized tools, like Transit Gateway, are useful for specific needs."
- "I recently worked on Transit Gateway, which connects multiple VPCs in one account and enables communication between them. However, I found the documentation unclear, possibly because few people encounter this situation. I figured it out and implemented it, but it required some research. Most people prefer using infrastructure as code rather than the UI for AWS tasks. However, the documentation may not always be up to date."
What is our primary use case?
What is most valuable?
One important tool we use is Transit Gateway, which helps connect different parts of our network. We also use Internet Gateways, NAT Gateways, and Route Tables to ensure our applications run smoothly on AWS. While most people use these basics, some specialized tools, like Transit Gateway, are useful for specific needs.
The tool's most valuable feature is Transit Gateway. Security groups are like basic shields for your EC2 instances or virtual machines. They're the first line of defense, keeping your machines safe. Security groups are like bread for breakfast - a basic necessity for your instances to be secure.
The Amazon VPC subnetting feature allows you to divide your virtual network into different allocations, creating public and private subnets. This enables you to designate which machines belong to the public or private subnets. The crucial factor is the route table associated with each subnet, containing routing rules determining whether the subnet is public. Subnetting is essential for networking and is widely used regardless of whether you use AWS. It's a straightforward concept that requires understanding its usage.
Network ACLs are positioned outside your subnet and control traffic entering or leaving the subnet. They operate at the subnet level and can block specific IP addresses or port numbers from accessing the subnet.
On the other hand, security groups are applied at the instance level within the subnet. They regulate traffic to and from EC2 instances or virtual machines and determine which IP addresses and port numbers can communicate with the instances.
Integrating the tool with other AWS services was quite easy for me. AWS provides clear documentation on integrating one service with another, so I didn't find it difficult.
What needs improvement?
I recently worked on Transit Gateway, which connects multiple VPCs in one account and enables communication between them. However, I found the documentation unclear, possibly because few people encounter this situation. I figured it out and implemented it, but it required some research. Most people prefer using infrastructure as code rather than the UI for AWS tasks. However, the documentation may not always be up to date.
What do I think about the stability of the solution?
I haven't encountered any issues with the tool's stability.
Buyer's Guide
Amazon Virtual Private Cloud
February 2025
Learn what your peers think about Amazon Virtual Private Cloud. Get advice and tips from experienced pros sharing their opinions. Updated: February 2025.
832,138 professionals have used our research since 2012.
What do I think about the scalability of the solution?
Scaling resources isn't a concern for us when using Amazon VPC. With Amazon VPC, managed by AWS, scaling happens automatically. We don't need to stress about CPU or memory, as AWS handles scaling based on our network's needs. So, we do not need to worry about scaling up; it's all taken care of by AWS.
Unlike other services where you might need to consider scaling your application or service, with Amazon VPC, scalability is entirely managed by AWS. It's like creating a network adapter that can scale on its own without you needing to worry about CPU, memory, or utilization. AWS handles scaling automatically, and in my experience over the last ten years, I've never encountered scalability issues. Any issues that arose were typically due to specific account use cases or data center problems rather than scalability issues.
How are customer service and support?
As an AWS account manager in my previous roles, I used to have weekly calls with them to improve our account. My experience with them is good.
How would you rate customer service and support?
Neutral
Which solution did I use previously and why did I switch?
Before choosing Amazon VPC, I used Oracle Cloud while working at Oracle for a year. However, while Oracle Cloud may be cheaper, it lacks the variety of options and scalability AWS offers. Therefore, I would recommend sticking with AWS.
How was the initial setup?
I wouldn't say the initial setup is difficult. I find it more interesting and fulfilling to create things the right way from the start rather than going back to correct something built incorrectly by someone else.
What's my experience with pricing, setup cost, and licensing?
The product is expensive.
What other advice do I have?
The tool is a basic necessity if you're using AWS. It provides the essential networking infrastructure for any application to be deployed and managed in the AWS environment. I rate the overall solution an eight out of ten.
Disclosure: My company has a business relationship with this vendor other than being a customer:
DevOps Engineer at Upperthrust Technologies Private Limited
Easy-to-setup security groups with reliable technical support services
Pros and Cons
- "I recommend introducing Amazon VPC to others as it provides an excellent entry-level understanding of cloud computing and its relevance in today's world."
- "It would be beneficial to introduce more managed features and enhance customization options in the product."
What is our primary use case?
Our primary use case for Amazon Virtual Private Cloud involves securely hosting our application and database servers within the private data center.
What is most valuable?
AWS services are quite convenient and user-friendly. Specifically, Amazon DynamoDB, EKS, and security features are easy to deploy and manage directly through AWS.
What needs improvement?
It would be beneficial to introduce more managed features and enhance customization options in the product. It could be more versatile and easy to use.
For how long have I used the solution?
We have been using Amazon Virtual Private Cloud for two to three years.
What do I think about the stability of the solution?
I rate the platform's stability a nine out of ten.
What do I think about the scalability of the solution?
I rate the platform's scalability an eight out of ten. Compared to Azure and GCP, there's room for improvement, particularly in managing aspects. 70% to 80% of our users have migrated to AWS.
How are customer service and support?
We provide support directly to our customers. VPC's technical support team has been helpful. Their reliability has been particularly noteworthy, as they have effectively addressed any issues we've encountered, ensuring that solutions are implemented correctly. Our experience with customer service has been mainly focused on supporting development and operational aspects, where their assistance has been invaluable.
How would you rate customer service and support?
Positive
How was the initial setup?
The initial setup was challenging but simple enough. It becomes easier to grasp if you approach it with a willingness to learn. It allows for a better understanding of the underlying architecture and how it's utilized.
Our work experience has mainly been with on-premises and cloud deployments, primarily within the AWS environment.
The deployment process for Amazon VPC typically involves initial planning and design discussions to understand the customer's requirements and ensure cost optimization. This planning phase may take some time as it involves coordination with various stakeholders and team members to finalize the architecture. However, once the design is in place, the actual deployment is relatively fast and efficient, depending on the setup's complexity and the project's specific requirements.
What's my experience with pricing, setup cost, and licensing?
VPC tends to offer competitive pricing compared to other services. It's optimized and provides more personalized options, making it cost-effective.
What other advice do I have?
The VPC's subnetting feature has significantly impacted our network design by enhancing security measures. It provides provisions to secure our network, ensuring it is not susceptible to manipulation by external users. Additionally, we leverage other security features such as the Web Application Firewall and AWS Network Firewall to enhance protection further. It is easy to set up security groups for the product.
Integrating it with other AWS services includes configuring VPCs and defining the subnet CIDR ranges. Then, we provision both public and private subnets, with sensitive databases typically placed in the private subnets. Additionally, we utilize features such as transit gateway and security groups to enhance network security. After deploying the servers within these subnets, we host our applications and manage traffic using load balancers and auto-scaling groups. Overall, the integration allows for an isolated network environment that we can efficiently manage via routing.
I recommend introducing Amazon VPC to others as it provides an excellent entry-level understanding of cloud computing and its relevance in today's world. Setting up on-premises clusters can be challenging, but its services offer a straightforward and accessible way to begin working with cloud computing. The users can gain a basic understanding of cloud computing concepts and gradually expand their knowledge to more advanced topics.
I rate it a nine out of ten.
Disclosure: My company has a business relationship with this vendor other than being a customer:
Buyer's Guide
Amazon Virtual Private Cloud
February 2025
Learn what your peers think about Amazon Virtual Private Cloud. Get advice and tips from experienced pros sharing their opinions. Updated: February 2025.
832,138 professionals have used our research since 2012.
System Engineer at Wipro Limited
A cloud solution for configuring the infrastructure with fair pricing and technical support
Pros and Cons
- "Subnet is an important feature as it helps to save network and route traffic."
- "While creating a VPC, you can create a private and public subnet. If you forget to automatically assign a public IP address when creating an EC2 instance, the instance will not be able to access the internet. You can enable automatic public IP assignment for your public subnet to avoid this. This is something one always forgets while creating a VPC in infrastructure."
What is our primary use case?
We use Amazon Virtual Private Cloud for different requirements. When it comes to building a virtual cloud platform for our infrastructure, my team and I are interested in gateways because they are the foundation of VPCs. This is how you will access the internet or data. Gateways and subnets are the most important features. Subnets help you save network and routing traffic.
How has it helped my organization?
The solution provides the networking infrastructure of the organization.
What is most valuable?
Subnet is an important feature as it helps to save network and route traffic.
What needs improvement?
While creating a VPC, you can create a private and public subnet. If you forget to automatically assign a public IP address when creating an EC2 instance, the instance will not be able to access the internet. You can enable automatic public IP assignment for your public subnet to avoid this. This is something one always forgets while creating a VPC in infrastructure.
For how long have I used the solution?
I have been using the Red Hat Ansible Automation Platform for four years. I use the latest version of the solution.
What do I think about the stability of the solution?
The solution’s stability is good, I rate it a nine out of ten. It is a stable product.
What do I think about the scalability of the solution?
According to my knowledge of the network, I rate the solution’s scalability a nine out of ten.
How are customer service and support?
The customer service and support are good.
How would you rate customer service and support?
Positive
How was the initial setup?
The initial setup of Amazon Virtual Private Cloud is easy. It doesn't require the skills of a network manager. Someone who doesn't have any training on VPCs will find it hard.
What's my experience with pricing, setup cost, and licensing?
The pricing is fair.
What other advice do I have?
I advise you to go for it, and you can see what it's all about. I've been using this application because cloud computing is a big tool. I would definitely recommend cloud computing to people who want to start using it.
Overall, I rate the solution a ten out of ten.
Which deployment model are you using for this solution?
Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
AWS Presales Solutions Architect at Escala 24x7 Inc.
Enhanced security and efficient network management with seamless AWS integration
Pros and Cons
- "I like that within the same AWS account, you can have different scenarios and workloads. You can isolate workloads using different VPCs, reducing the exposure of critical services."
- "I would like to see an improvement in the process of peering multiple VPCs."
What is our primary use case?
I use Amazon VPC because whenever I need to isolate some services or components of the architecture, I start with the VPC. Then, I create some public or private subnets in it.
How has it helped my organization?
Amazon VPC positively impacts organizations by providing robust security and isolated environments, reducing the risk of security incidents and ensuring efficient network management.
What is most valuable?
I like that within the same AWS account, you can have different scenarios and workloads. You can isolate workloads using different VPCs, reducing the exposure of critical services. Another valuable feature is the capability to create both public and private subnets, allowing for enhanced security and segmentation of resources. Additionally, the integration of VPC with other AWS services is seamless, and setting up security groups and network ACLs has become easier over time.
What needs improvement?
I would like to see an improvement in the process of peering multiple VPCs. It should be easier to select different VPCs for peering. However, I need to revisit the platform to verify if these improvements have already been made.
For how long have I used the solution?
I have been using Amazon VPC for approximately eight years, from the very beginning.
What do I think about the stability of the solution?
Personally, I have not had any issues with the stability of Amazon VPC. However, I have heard from colleagues that improper network configuration from the beginning can lead to complex issues over time. It is essential to set up the network correctly to avoid stability problems.
What do I think about the scalability of the solution?
Amazon VPC offers excellent scalability. As long as the components are appropriately separated, you can create scaling groups or policies. Even if a particular feature does not support direct scaling, you can complement it with additional events and policies to achieve scalability. Though scalability might involve some downtime, it is generally straightforward within the AWS infrastructure.
How are customer service and support?
AWS provides very fast customer service and support and is strongly committed to customer satisfaction. I have had the chance to talk directly with the product's developers when necessary, and they have been very responsive.
How would you rate customer service and support?
Positive
How was the initial setup?
I find the initial setup of Amazon VPC to be very easy, especially over time. Initially, it was more complex, but now with proper planning and a logical diagram, setting up through the console is straightforward.
What about the implementation team?
In some projects, clients specify what to include and exclude for internal use and public access. If the client is open to suggestions, I analyze the data flow and volumetry to determine the proper setup.
What's my experience with pricing, setup cost, and licensing?
The cost of Amazon VPC depends on the components you put inside the VPC and the traffic volume. While the direct cost of the VPC is usually not problematic, the associated components and their traffic can influence the overall expense.
What other advice do I have?
I'd rate the solution ten out of ten.
Which deployment model are you using for this solution?
Public Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer:
Last updated: Sep 29, 2024
Flag as inappropriateDevOps Developer at AFORV Private Limited
Offers valuable features like network access control and security groups
Pros and Cons
- "Stability-wise, I rate the solution a ten out of ten."
- "From an improvement perspective, the product's initial setup phase should be easy for those who are not experienced in creating VPCs."
What is our primary use case?
Amazon EKS and a few particular services are used with the help of Amazon Virtual Private Cloud in our company. In our organization, we have a few dedicated services on Amazon Virtual Private Cloud.
What is most valuable?
The most valuable features of the solution stem from the security groups it provides. Network access control is also a beneficial feature of the product. With the security group as a part of Amazon Virtual Private Cloud, users can access any particular URL or IP address to which access has been assigned. The benefits provided by the product include enhanced security features along with customizable policies that can be adapted or changed whenever required.
What needs improvement?
From an improvement perspective, the product's initial setup phase should be easy for those who are not experienced in creating VPCs.
For how long have I used the solution?
I have experience with Amazon Virtual Private Cloud.
What do I think about the stability of the solution?
Stability-wise, I rate the solution a ten out of ten.
What do I think about the scalability of the solution?
Scalability-wise, I rate the solution a nine to ten out of ten.
How was the initial setup?
The product's initial setup phase is easy if you have a certain amount of experience in creating VPCs.
What other advice do I have?
In our company's cloud architecture, we have two Amazon Virtual Private Clouds used in multiple regions. Amazon Virtual Private Cloud also has multiple subnets, consisting of four public subnets and four private subnets. In public and private subnets, my company has multiple services. Our company's main database is maintained in the private subnet. The normal services are used on the public subnet. An internet gateway is present on a public subnet. If my company needs to access any data from the public subnet, we can use the internet gateway and access any services we want. If my company wants to access any database, then we will have to maintain it on the private subnet. In our company, we have to attach the NAT gateways to the public subnet. Within those NAT gateways, we can access the data in private subnets.
Scaling resources is not a part of Amazon Virtual Private Cloud. Resources would be a part of the services available in subnets.
In subnetting, that is, public subnets and private submits. Public subnets have internet access. Users can access any kind of data from the public subnet with the internet. In private subnets, users don't have any internet access. If you need to access data on the internet from private subnets, you can use NAT gateways.
It is easy to deal with the setup process of network ACLs and security groups in Amazon Virtual Private Cloud.
In terms of the integration of AWS services with Amazon Virtual Private Cloud, most of the services in our company are created inside Amazon Virtual Private Cloud. For any of the services that we use in our company, we select Amazon Virtual Private Cloud. My company has the option to choose the product's default and dedicated version, and we choose the dedicated Amazon Virtual Private Cloud. Whatever we use or create in our company is assigned to the dedicated Amazon Virtual Private Cloud chosen by us.
I recommend the product to others who plan to use it.
My company deals with many Amazon Virtual Private Clouds available in multiple zones. If we need to access data in an Amazon Virtual Private Cloud from a separate Amazon Virtual Private Cloud, the company can use VPC peering to connect them.
I rate the tool a nine out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
ITO Head at OUR LADY OF FATIMA UNIVERSITY
Has better performance compared to that of on-premises solutions
Pros and Cons
- "Compared to that of on-premises solutions, the performance of Amazon Virtual Private Cloud is much better."
- "Billing and technical support should be better. There is a steep learning curve as well."
What is most valuable?
Compared to that of on-premises solutions, the performance of Amazon Virtual Private Cloud is much better.
What needs improvement?
Billing and technical support should be better.
There is a steep learning curve as well.
For how long have I used the solution?
I've been using this solution for about three years. We are migrating all of our critical production applications, management information systems, and legacy on-premises applications to this solution. We have 80,000 to 90,000 users at any point in time.
What do I think about the stability of the solution?
Amazon Virtual Private Cloud has been stable after we resolved some of the issues during deployment.
How are customer service and support?
Amazon's technical support has not been very helpful. I was left to figure things out on my own. Therefore, I would rate technical support at four on a scale from one to ten.
How would you rate customer service and support?
Neutral
How was the initial setup?
I had to figure out the initial setup myself. The documentation is available, but technical support was not helpful. There was a lot of trial and error.
I have handled the maintenance of the solution myself. However, for proper maintenance, backups, backup tools, and CDNs, I would prefer a service that's not native AWS.
What's my experience with pricing, setup cost, and licensing?
Amazon is not very transparent with pricing. It's quite complicated to see where you're spending and how you can track it. I was spending $30,000 a year and $3600 monthly on top of that initial payment. However, I have been able to bring the cost down for this year.
What other advice do I have?
This is not a solution for large production environments that are implementing it for the first time. It is not very user-friendly, and there is a lot of documentation that you have to take the time to go through.
However, having the features hosted on AWS is so much better than having them on-premises. Therefore, compared to on-premises solutions but not Azure or GCP I would rate Amazon Virtual Private Cloud at nine out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Software Engineer at Readyly
An easy to setup tool that provides security to its users while remaining exceptionally stable
Pros and Cons
- "It is a very stable product...Amazon Virtual Private Cloud gives you security."
- "There are some differences in the route tables between public and private subnets, which is something that is not properly documented."
What is our primary use case?
You cannot provision an EC2 server or an EFS instance in AWS without putting them inside a Virtual Private Cloud. If the EFS is connected to a Lambda, then the Lambda also has to be inside the same Virtual Private Cloud. By adding inbound rules to the Virtual Private Cloud's Security Group, you can tighten the security of the resources within it.
What is most valuable?
Amazon Virtual Private Cloud gives you security. If you put something inside Virtual Private Cloud, then you can add rules to that Virtual Private Cloud, and allow connections from IP addresses and allow connections to an IP address. The inbound and outbound connections can be limited based on IP address. Thereby it adds security. It's a feature of security groups, but that is another AWS service. We put a resource inside a Virtual Private Cloud and then connect a security group to that Virtual Private Cloud, in which we define the traffic rules. In the aforementioned manner, we can limit the IP address that we connect to, so it adds to security.
What needs improvement?
There is some difference between the route tables of public and private subnets, which is something that is not properly documented. Basically, if you add a route to an Internet Gateway in the private subnet's route table, then it should be able to connect to the Internet. But this doesn't happen. You have to use a NAT gateway instead.
For how long have I used the solution?
I have been using Amazon Virtual Private Cloud for more than one year.
What do I think about the stability of the solution?
It is a very stable product.
What do I think about the scalability of the solution?
The solution is used by only two people in my company. It is a very scalable solution.
How are customer service and support?
We never had any issues with this tool.
How was the initial setup?
The initial setup is easy. It is easier now, actually, since they have changed their UI.
What other advice do I have?
There is no way for you to not use it. If you are using EFS or EC2, then you have to use Virtual Private Cloud. There might be other services too, but these are the two I can remember now. Also, it is safer to put things inside of Virtual Private Cloud because it is more secure. I would advise you to do it, but you have to configure it correctly. If it is not needed, then don't use it.
When I tried to modify the route table of a private subnet, it didn't become a public subnet.
I rate the overall solution a nine out of ten.
Disclosure: I am a real user, and this review is based on my own experience and opinions.
Senior Consultant at ATOS
Very good stability with an easy process for provisioning and building networks
Pros and Cons
- "It is very easy to provision a VPC and build your network."
- "The solution could have tighter security for traffic."
What is our primary use case?
Our company uses the solution to provide virtual private clouds for customers. It is the heart of AWS because it is the networking part of cloud services that includes a private subnet, public subnet, and private gateway. The solution represents everything from the network perspective.
Within the solution, you create the network environment that includes provisions, services, the DB, the EKS, and zones. You set inbound and outbound traffic services. You enable security features and firewalls that are used by the solution.
What is most valuable?
It is very easy to provision VPCs and build networks.
What needs improvement?
The solution could have tighter security for traffic.
For how long have I used the solution?
I have been using the solution for four years.
What do I think about the stability of the solution?
The stability is very good so is rated a ten out of ten.
What do I think about the scalability of the solution?
The scalability is good so is rated a ten out of ten.
How are customer service and support?
Technical support is highly supportive so is rated a nine out of ten.
How would you rate customer service and support?
Positive
How was the initial setup?
The setup is a little bit difficult. After creating the VPC, you have to create subnets based on your requirements for private or public. Then you have to create everything else including the NAT gateway. The final step is to configure both gateways for private and public subnets. The overall creation process takes about 40 minutes.
The entire concept is networking. You have to figure out what things are important and create bridges.
For example, one person with Vodafone services in the UK places a call to another person in India. The country and regional VPCs are in place and it takes permissions to cross them. The call's TCP response goes to the UK servers and the call is dialed using the VPC in the UK. It then hits the VPC in India where it is verified, pushed to the mobile network servers, and is rings through.
Because the setup has complex steps, it is rated a four out of ten.
What about the implementation team?
We implement the solution for customers.
What's my experience with pricing, setup cost, and licensing?
The solution's pricing is on the higher side so is rated a five out of ten.
What other advice do I have?
The solution is a very, very good product and the heart of everything. I rate the solution a ten out of ten.
Which deployment model are you using for this solution?
Hybrid Cloud
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Amazon Web Services (AWS)
Disclosure: My company has a business relationship with this vendor other than being a customer: Partner
Buyer's Guide
Download our free Amazon Virtual Private Cloud Report and get advice and tips from experienced pros
sharing their opinions.
Updated: February 2025
Product Categories
Compute ServiceBuyer's Guide
Download our free Amazon Virtual Private Cloud Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- How would you recommend selecting a compute and storage solution based on the company size?
- When evaluating Compute Service, what aspect do you think is the most important to look for?
- What is quantum computing? How does it work?
- What is the best compute service solution?
- What should I look for in a compute service solution?
- What is serverless computing? What are the benefits of using this technology?
- Why is Compute Service important for companies?