Question : Being a QuickTechie.com AWS Developer you have launched an EC instance. Which of the below mentioned statements is not true with respect to instance addressing? 1. The private IP address and public IP address for an instance are directly mapped to each other using NAT. 2. The private IP address for the instance is assigned using DHCP. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The user can communicate using the private IP across regions.
Correct Answer : Get Lastest Questions and Answer : Amazon Web Services, when a user has launched an EC2 instance, it will have a public / private DNS and IP assigned using DHCP. The public and private DNS are mapped using NAT. The private IP is useful when the user wants communication between instances in the same network (same region) but does not work across regions
Question : Being a QuickTechie.com AWS Developer you are creating a custom firewall configuration in EC-Classic. How will the user ensure that the internal DNS resolution of the instance does not fail? 1. The user should implement NAT for DNS and IP mapping. 2. Allow inbound traffic on port 53 from the Amazon DNS server. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The custom firewall should map the internal DNS with the elastic IP using NAT.
Correct Answer : Get Lastest Questions and Answer : In Amazon Web Services, if a user is creating a custom firewall configuration in EC2-Classic, the user must allow inbound traffic from port 53 (with a destination port from the ephemeral range) from the address of the Amazon DNS server. Otherwise, the internal DNS resolution from the user's instances fails. If the firewall does not automatically allow the DNS query responses, then the user needs to allow traffic from the IP address of the Amazon DNS server. To get the IP address of the Amazon DNS server on Linux, use the following command: grep nameserver /etc/resolv.conf. To get the IP address of the Amazon DNS Server on Windows, use the following command: ipconfig /all | findstr /c:"DNS Servers".
Question : Being a QuickTechie.com AWS Developer you have launched an EC instance and mounted a GB volume on /dev/sdf. What will happen to the volume when the instance is terminated? 1. The volume will be terminated only if it is mounted as a root device. 2. The volume will be terminated only if the user has marked the flag of deleteontermination false. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The volume will survive instance termination.
Correct Answer : Get Lastest Questions and Answer : Explanation: In Amazon Web Services, if the EC2 instance is not mounted as the root device (root device is by default /dev/sda1) the instance is an additional volume mounted. All the additional volumes will survive instance termination and will not be deleted.
1. You can only associate two IAM role with an EC2 instance at this time, so applying these two roles are fine 2. All the HR and Finance application which were part of HRFinance will be denied access immediately 3. Access Mostly Uused Products by 50000+ Subscribers 4. 1 and 2 5. 2 and 3
1. IAM roles for EC2 instances also work in Virtual Private Cloud, with spot insnaces only 2. IAM roles for EC2 instances also work in Virtual Private Cloud, with with reserved instances only 3. Access Mostly Uused Products by 50000+ Subscribers 4. The AWS temporary security credentials associated with an IAM role are automatically rotated multiple times a day on the EC2 instance 5. 3 and 4