Computer Science, asked by laila4972, 8 months ago

A user has launched 5 instances in ec2-classic and attached 5 elastic ips to the five different instances in the us east region. The user is creating a vpc in the same region. The user wants to assign an elastic ip to the vpc instance. How can the user achieve this?
a. The user has to request aws to increase the number of elastic ips associated with the account
b. Aws allows 10 ec2 classic ips per region; so it will allow to allocate new elastic ips to the same region
c. The aws will not allow to create a new elastic ip in vpc; it will throw an error
d. The user can allocate a new ip address in vpc as it has a different limit than ec2

Answers

Answered by basavaraj5392
0

Answer:

d. The user can allocate a new ip address in vpc as it has a different limit than ec2

subnet with VPC and launch instances inside that subnet. A user can have 5 IP addresses per region with EC2

Classic. The user can have 5 separate IPs with VPC in the same region as it has a separate limit than EC2 Classic.

Similar questions