Explanation: A VPC can span several Availability Zones. In contrast a subnet must be located within a single Availability Zone.
Question : You have kept a Windows EC instance in a private subnet and configured NACL to allow traffic on Internet, and deny on any incoming traffic from internet. Now, you need to install a patch which can only be downloaded from vendor website. Please select the correct statement which applies.
1. You have logged in from windows EC2 instance which send request over internet however, patch download will fail. Because, you can send request on internet but incoming is denied.
2. You have logged in from windows EC2 instance which send request over internet, patch download will success.
4. No, you cannot install Patch your own. You have to raise AWS support request.
Correct Answer : Get Lastest Questions and Answer : Explanation: NACL are stateless. Hence, you have to define separate rule for both incoming and outgoing internet traffic. So incoming request can only be accepted if you have explicitly allowed.
Explanation: If you wish to block the traffic generated by link-local addresses (used to support DNS and DHCP services) in your VPC instances, you can implement additional firewall solutions, since neither security groups nor network ACLs can block this kind of traffic