Skip to main content

Posts

Showing posts from November, 2019

AWS Certification Study - VPC questions Part 2

1. You have a EC2 instance in your VPC with IPV4 addresses and you need to initiate outbound connections to the internet but prevent unsolicited inbound connections from the internet. What would you use?     a) VGW        b) Egress-Only Internet Gateways        c) EC2 instance with Elastic IP        d) NAT device ----------------------------------------------------------------------------------------------------------------------- 2. connections to the internet but prevent unsolicited inbound connections from the internet. What would you use?    a. NAT device    b. VGW    c. Egress-Only Internet Gateways    d. EC2 instance with Elastic IP ------------------------------------------------------------------------------------------------------------------------ 3. You have a Site-to-Site VPN connection consists of a virtual private gateway attached to your VPC at Amazon side. What device you should have at the Corporate data Center side? 
         a) Customer Gateway      

AWS Certification Study - VPC questions Part I

1.You are going to design an application which should run in a virtual network closely resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS. Which AWS feature allows you to define the virtual network?     a) VGW     b) VPC     c) IGW     d) Bastion Host --------------------------------------------------------------------------------------------------------------------------- 2.You have a EC2 instance which should be connected to the internet. You have created a VPC with private and public subnets. What is the best strategy to put this EC2 instance?     a) Use public subnet for the EC2 instance     b) Use private subnet for the EC2 instance because it is more secure     c) Use Private subnet with Bastion host     d) Use Private subnet with Network Gateway --------------------------------------------------------------------------------------------------------------------------- 3. A V