Tag Archives: AWS VPC

Using NAT Gateway instead of NAT Instance with AWS VPC

I recently bumped into my own post of some time ago in which I describe how to add a NAT instance to your private subnet to have access to the internet to install packages etc. Although this still works some … Continue reading

Posted in AWS, cloud | Tagged , , | Comments Off on Using NAT Gateway instead of NAT Instance with AWS VPC

Adding a NAT to your AWS VPC

In a previous post I described how to setup a VPC with both private and public subnets with AWS. In the post I showed a basic configuration in which we saw that the instances in the private subnet didn’t have … Continue reading

Posted in AWS, Security | Tagged , , | Comments Off on Adding a NAT to your AWS VPC

Setting up your own VPC with AWS

When you are using AWS resources like EC2 instances they will be assigned to a default VPC. However, by using AWS it is quite easy to setup your own VPC. In this post I describe how to setup a basic … Continue reading

Posted in AWS, cloud | Tagged , , | 1 Comment