Share your experience using Amazon Elastic Inference

The easiest route - we'll conduct a 15 minute phone interview and write up the review for you.

Use our online form to submit your review. It's quick and you can post anonymously.

Your review helps others learn about this solution
The PeerSpot community is built upon trust and sharing with peers.
It's good for your career
In today's digital world, your review shows you have valuable expertise.
You can influence the market
Vendors read their reviews and make improvements based on your feedback.
Examples of the 83,000+ reviews on PeerSpot:

Omkar Dharmapuri - PeerSpot reviewer
DevOps Engineer at CGS
Real User
Reliable product with a straightforward setup process
Pros and Cons
  • "The initial setup was straightforward."
  • "They could improve the platform's ability to establish VPN connections to interact with resources outside the network."

What is our primary use case?

In our cloud networking architecture, we create VPCs for our environment, subnets, and security groups. We establish private and public subnets and configure VPC endpoints for various services, such as SFTP and Lambda functions. Additionally, we set up endpoints for specific applications like SAP servers.

What is most valuable?

The product's most valuable features are VPC endpoints and VPC peering. Subnetting is also valuable as it allows us to effectively segregate different infrastructure sections.

What needs improvement?

They could improve the platform's ability to establish VPN connections to interact with resources outside the network.

For how long have I used the solution?

We have been using Amazon Virtual Private Cloud for three years.

What do I think about the stability of the solution?

The solution is generally stable, and I consider AWS a reliable cloud service provider compared to others. However, we encountered some issues recently, such as extending the quota without success, possibly due to a bug. Nevertheless, these issues were resolved within 24 hours.

What do I think about the scalability of the solution?

The platform helps us effectively utilize our company resources, including databases. I rate the scalability an eight out of ten.

How are customer service and support?

The technical support team is good and supportive.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I also worked with Azure. While stable, the console requires frequent refreshes. AWS is more robust and reliable.

How was the initial setup?

The initial setup was straightforward for us. Since we're using a platform, we apply the code, and it's up and running and ready for the environment.

What other advice do I have?

The subnetting feature allows us to segment our infrastructure effectively. For example, we use separate subnets for components such as document DB, application servers, and SFTP.

I find that setting up security groups is easier compared to network ACLs.

When creating a service, we create a separate endpoint specifically for that service, which then integrates into a subnet.

I recommend VPC to others and rate it a ten out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
Govardhan Mundlur - PeerSpot reviewer
Senior DevOps Engineer at Rearc
Real User
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?

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.

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. 

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:
Flag as inappropriate