Top "Amazon-vpc" questions

Amazon Virtual Private Cloud (Amazon VPC) lets you provision a private, isolated section of the Amazon Web Services (AWS) Cloud where you can launch AWS resources in a virtual network that you define.

EC2 instance has no public DNS

A guy I work with gave me the EC2 credentials to log onto his EC2 console. I was not the …

amazon-web-services amazon-ec2 amazon-vpc
AWS VPC - Internet Gateway vs. NAT

What is an Internet Gateway? What is a NAT Instance? What services do they offer? Reading AWS VPC documentation, I …

amazon-web-services amazon-vpc
How to connect to outside world from amazon vpc?

I have amazon VPC set through wizard as "public only network", so all my instances are in public subnet. Instances …

amazon-ec2 amazon-web-services connectivity vpc amazon-vpc
Assigning Static IP Address to AWS Load Balancer

How can I assign a static IP address to a ELB. Seems like I cannot. Some articles online asks to …

amazon-web-services amazon-ec2 amazon-elb amazon-vpc
Amazon ELB for EC2 instances in private subnet in VPC

I'm using Amazon EC2, and I want to put an internet-facing ELB (load balancer) to 2 instances on a private subnet. …

amazon-web-services amazon-ec2 amazon-elb amazon-vpc vpc
How to get the IP address of RDS instance in AWS

I got the same answer everywhere on the internet regarding my question of how to get the IP address of …

amazon-web-services ip-address amazon-vpc rds
EC2 t2.micro instance has no public DNS

I launched an Amazon Web Service (AWS) EC2 Instance, t2.micro, which must be launched into a VPC. The VPC …

amazon-ec2 amazon-vpc
Allow AWS Lambda to access RDS Database

I am trying to connect to RDS Database from an AWS Lambda (Java). Which IP should I enable from the …

amazon-web-services aws-lambda amazon-vpc aws-security-group
Connecting to Amazon RDS instance through EC2 instance using MySQL Workbench

In AWS I have a VPC set up with a Bastion Host. The bastion host is a single EC2 instance …

mysql amazon-web-services ssh amazon-rds amazon-vpc
Why do we need private subnet in VPC?

There are 4 scenarios in AWS VPC configure. But let's look at these two: Scenario 1: 1 public subnet. Scenario 2: 1 public subnet and 1 …

amazon-web-services amazon-vpc vpc