- Home
- All questions
- Question 339
AWS Certified Solutions Architect study material · question 339 of 500
An EC2 instance is launched into a nondefault subnet with no public IPv4 address assigned. What connectivity does it have?
Show the answer
Answer: B. It can reach other instances but not the internet
Without a public IPv4 address the instance communicates inside the VPC only; internet access needs an internet gateway plus an Elastic IP, or a NAT device.
Source: How Amazon VPC works (Amazon Web Services) — Access the internet