Which definition describes a virtual private cloud (VPC)?
Which actions are best practices for designing a virtual private cloud (VPC) ? ( Select THREE.)
(Using the CIDR as an on-premises network might cause routing issues if the two networks are connected through AWS Direct Connect or a VPN. It is always a good idea to provide enough addresses to accommodate significant growth. Subnet CIDR blocks cannot overlap.)
A company wants to run a highly available web tier by using two EC2 instances and a load balancer. Which design is valid and provides the highest availability?
A company’s VPC has the CIDR block 172.16.0.0/21 (2048 addresses). It has two subnets (A and B). Each subnet must support 100 usable addresses now, but this number is expected to rise to at most 254 usable addresses soon. Which subnet addressing scheme meets the requirements and follows AWS best practices?
Which combination of actions enables direct internet access for IPv4 hosts in a virtual private cloud (VPC)? (Select THREE.)
( A VGW is a virtual private gateway and is used for AWS Direct Connect. DNS resolution and VPC domain name configuration are not required for IP traffic.)
A group of consultants requires access to an EC2 instance from the internet, for 3 consecutive days each week. The instance is shut down the rest of the week. The virtual private cloud (VPC) has internet access. How should you assign an IPv4 address to the instance to give the consultants access?
Several EC2 instances launch in a virtual private cloud (VPC) that has internet access. These instances should not be accessible from the internet, but they must be able to download updates from the internet. How should the instances launch?
You are configuring a bastion host to access EC2 instances in a virtual private cloud (VPC). What must you do to the security groups? (Select TWO.)
(Security groups deny access by default. You can add only rules that allow traffic. Security groups are stateful, which means that you do not need to add rules for return traffic.)
You have a virtual private cloud (VPC) with a public subnet and a secure subnet. All EC2 instances in the secure subnet must be able to communicate with specific internet addresses. How can you control traffic with a network access control list (network ACL)?
(Any current and future subnets that do not have an explicitly associated network ACL use the default network ACL. Rules specific to an individual subnet should not be placed in the default network ACL.)
All of the EC2 instances in a subnet can communicate with a certain IPv4 network on the internet. How should you modify the security groups or current custom network access control list (network ACL) to deny traffic to and from several restricted addresses in the network?
(The answer is not “- In the security groups, allow traffic…)