ExamGecko
Home Home / Amazon / ANS-C00

Amazon ANS-C00 Practice Test - Questions Answers, Page 29

Question list
Search
Search

List of questions

Search

Related questions











For web distributions in Amazon CloudFront, your origin can be either an Amazon S3 bucket or _______ .

A.
a DNS server
A.
a DNS server
Answers
B.
a proxy server
B.
a proxy server
Answers
C.
an FTP server
C.
an FTP server
Answers
D.
an HTTP server
D.
an HTTP server
Answers
Suggested answer: D

Explanation:

Explanation:

For web distributions in Amazon CloudFront, your origin can be either an Amazon S3 bucket or an HTTP server. Reference: http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-overview.html

Which of these metrics cannot help detect a DDoS?

A.
EC2 CPUUtilization
A.
EC2 CPUUtilization
Answers
B.
ELB SurgeQueueLength
B.
ELB SurgeQueueLength
Answers
C.
EMR EMRspersecond
C.
EMR EMRspersecond
Answers
D.
CloudFront Requests
D.
CloudFront Requests
Answers
Suggested answer: C

Explanation:

Explanation:

EMR EMRspersecond doesn't exist.

A network engineer has configured a private hosted zone using Amazon Route 53. The engineer needs to configure health checks for record sets within the zone that are associated with instances. How can the engineer meet the requirements?

A.
Configure a Route 53 health check to a private IP associated with the instances inside the VPC to be checked.
A.
Configure a Route 53 health check to a private IP associated with the instances inside the VPC to be checked.
Answers
B.
Configure a Route 53 health check pointing to an Amazon SNS topic that notifies an Amazon CloudWatch alarm when the Amazon EC2 StatusCheckFailed metric fails.
B.
Configure a Route 53 health check pointing to an Amazon SNS topic that notifies an Amazon CloudWatch alarm when the Amazon EC2 StatusCheckFailed metric fails.
Answers
C.
Create a CloudWatch metric that checks the status of the EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm.
C.
Create a CloudWatch metric that checks the status of the EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm.
Answers
D.
Create a CloudWatch alarm for the StatusCheckFailed metric and choose Recover this instance, selecting a threshold value of 1.
D.
Create a CloudWatch alarm for the StatusCheckFailed metric and choose Recover this instance, selecting a threshold value of 1.
Answers
Suggested answer: A

Your company just purchased a domain using another registrar and wants to use the same nameservers as your current domain hosted with AWS. How would this be achieved?

A.
Every domain must have different nameservers.
A.
Every domain must have different nameservers.
Answers
B.
In the API, create a Reusable Delegation Set.
B.
In the API, create a Reusable Delegation Set.
Answers
C.
Import the domain to your account and it will automatically set the same nameservers.
C.
Import the domain to your account and it will automatically set the same nameservers.
Answers
D.
In the console, create a Reusable Delegation Set.
D.
In the console, create a Reusable Delegation Set.
Answers
Suggested answer: B

Explanation:

Explanation:

You can't create a reusable delegation set in the console. AWS does not provide the same nameservers to new domains, but a reusable delegation set can be used with as many domains as you like.

A company is deploying a non-web application on an Elastic Load Balancing. All targets are servers located on-premises that can be accessed by using AWS Direct Connect. The company wants to ensure that the source IP addresses of clients connecting to the application are passed all the way to the end server. How can this requirement be achieved?

A.
Use a Network Load Balancer to automatically preserve the source IP address.
A.
Use a Network Load Balancer to automatically preserve the source IP address.
Answers
B.
Use a Network Load Balancer and enable the X-Forwarded-For attribute.
B.
Use a Network Load Balancer and enable the X-Forwarded-For attribute.
Answers
C.
Use a Network Load Balancer and enable the ProxyProtocol attribute.
C.
Use a Network Load Balancer and enable the ProxyProtocol attribute.
Answers
D.
Use an Application Load Balancer to automatically preserve the source IP address in the X-Forwarded-For header.
D.
Use an Application Load Balancer to automatically preserve the source IP address in the X-Forwarded-For header.
Answers
Suggested answer: D

Which statement about Elastic IP addresses is incorrect?

A.
Additional EIPs associated with one instance incur a charge.
A.
Additional EIPs associated with one instance incur a charge.
Answers
B.
Once an EIP is associated with an instance, you must manually change the hostname if you want it to match.
B.
Once an EIP is associated with an instance, you must manually change the hostname if you want it to match.
Answers
C.
Once you associate an EIP with an instance, the original public IP is released.
C.
Once you associate an EIP with an instance, the original public IP is released.
Answers
D.
Disassociated EIPs incur a charge.
D.
Disassociated EIPs incur a charge.
Answers
Suggested answer: B

Explanation:

Explanation:

The hostname automatically changes to match the new EIP.

A company has recently established an AWS Direct Connect connection from its on-premises data center to AWS. A Network Engineer has blocked all traffic destined for Amazon S3 over the company's gateway to the internet from its onpremises firewall. S3 traffic should only traverse the Direct Connect connection. Currently, no one in the on-premises data center can access Amazon S3. Which solution will resolve this connectivity issue?

A.
Configure a private virtual interface on the Direct Connect connection. Update the on-premises routing tables to choose Direct Connect as the preferred next hop for traffic destined for Amazon S3.
A.
Configure a private virtual interface on the Direct Connect connection. Update the on-premises routing tables to choose Direct Connect as the preferred next hop for traffic destined for Amazon S3.
Answers
B.
Establish an S3 VPC endpoint for the company's Amazon VP
B.
Establish an S3 VPC endpoint for the company's Amazon VP
Answers
C.
Configure a private virtual interface on the Direct Connect connection. Update the on-premises routing tables to choose Direct Connect as the preferred next hop.
C.
Configure a private virtual interface on the Direct Connect connection. Update the on-premises routing tables to choose Direct Connect as the preferred next hop.
Answers
D.
Configure a public virtual interface on the Direct Connect connection. Update the on-premises routing tables to choose Direct Connect as the preferred next hop for traffic destined for Amazon S3.
D.
Configure a public virtual interface on the Direct Connect connection. Update the on-premises routing tables to choose Direct Connect as the preferred next hop for traffic destined for Amazon S3.
Answers
E.
Configure a public virtual interface on the Direct Connect connection. Establish an AWS managed VPN over the connection. Update the on-premises routing tables to choose the VPN connection as the preferred next hop.
E.
Configure a public virtual interface on the Direct Connect connection. Establish an AWS managed VPN over the connection. Update the on-premises routing tables to choose the VPN connection as the preferred next hop.
Answers
Suggested answer: A

A Lambda function needs to access the private address of an Amazon ElastiCache cluster in a VPC. The Lambda function also needs to write messages to Amazon SQS. The Lambda function has been configured to run in a subnet in the VPC.

Which of the following actions meet the requirements? (Choose two.)

A.
The Lambda function needs an IAM role to access Amazon SQS
A.
The Lambda function needs an IAM role to access Amazon SQS
Answers
B.
The Lambda function must route through a NAT gateway or NAT instance in another subnet to access the public SQS API.
B.
The Lambda function must route through a NAT gateway or NAT instance in another subnet to access the public SQS API.
Answers
C.
The Lambda function must be assigned a public IP address to access the public Amazon SQS API.
C.
The Lambda function must be assigned a public IP address to access the public Amazon SQS API.
Answers
D.
The ElastiCache server outbound security group rules must be configured to permit the Lambda function's security group.
D.
The ElastiCache server outbound security group rules must be configured to permit the Lambda function's security group.
Answers
E.
The Lambda function must consume auto-assigned public IP addresses but not elastic IP addresses.
E.
The Lambda function must consume auto-assigned public IP addresses but not elastic IP addresses.
Answers
Suggested answer: A, C

Explanation:

Explanation:

References: https://aws.amazon.com/premiumsupport/knowledge-center/internet-access-lambda-function/

Which of the following physical layer standards is required for connection to AWS Direct Connect over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable?

A.
Single mode fiber, 1000BASE-LX for 1 gigabit Ethernet, or 10GBASE-ER for 10 gigabit Ethernet
A.
Single mode fiber, 1000BASE-LX for 1 gigabit Ethernet, or 10GBASE-ER for 10 gigabit Ethernet
Answers
B.
Multi mode fiber, 1000BASE-LX for 1 gigabit Ethernet, or 10GBASE-ER for 10 gigabit Ethernet
B.
Multi mode fiber, 1000BASE-LX for 1 gigabit Ethernet, or 10GBASE-ER for 10 gigabit Ethernet
Answers
C.
Single mode fiber, 1000BASE-LX for 1 gigabit Ethernet, or 10GBASE-LR for 10 gigabit Ethernet
C.
Single mode fiber, 1000BASE-LX for 1 gigabit Ethernet, or 10GBASE-LR for 10 gigabit Ethernet
Answers
D.
Multi mode fiber, 1000BASE-SX for 1 gigabit Ethernet, or 10GBASE-SR for 10 gigabit Ethernet
D.
Multi mode fiber, 1000BASE-SX for 1 gigabit Ethernet, or 10GBASE-SR for 10 gigabit Ethernet
Answers
Suggested answer: C

Explanation:

Explanation:

Connections to AWS Direct Connect require single mode fiber, 1000BASE-LX (1310nm) for 1 gigabit Ethernet, or 10GBASELR (1310nm) for 10 gigabit Ethernet. Reference: http://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html

A company uses a single connection to the internet when connecting its on-premises location to AWS. It has selected an AWS Partner Network (APN) Partner to provide a point-to-point circuit for its firstever 10 Gbps AWS Direct Connect connection.

What steps must be taken to order the cross-connect at the Direct Connect location?

A.
Obtain the LOA/CFA from the APN Partner when ordering connectivity. Upload it to the AWS Management Console when creating a new Direct Connect connection. AWS will ensure that the crossconnect is installed.
A.
Obtain the LOA/CFA from the APN Partner when ordering connectivity. Upload it to the AWS Management Console when creating a new Direct Connect connection. AWS will ensure that the crossconnect is installed.
Answers
B.
Obtain the LOA/CFA from the AWS Management Console when ordering the Direct Connect connection. Provide it to the APN Partner when ordering connectivity. The Direct Connect partner will ensure that the cross-connect is installed.
B.
Obtain the LOA/CFA from the AWS Management Console when ordering the Direct Connect connection. Provide it to the APN Partner when ordering connectivity. The Direct Connect partner will ensure that the cross-connect is installed.
Answers
C.
Obtain one LOA/CFA each from the AWS Management Console and the APN Partner. Provide both to the Facility Operator of the Direct Connect location. The facility operator will ensure that the crossconnect is installed.
C.
Obtain one LOA/CFA each from the AWS Management Console and the APN Partner. Provide both to the Facility Operator of the Direct Connect location. The facility operator will ensure that the crossconnect is installed.
Answers
D.
Identify the APN Partner in the AWS Management Console when creating the Direct Connect connection. Provide the resulting Connection ID to the APN Partner, who will ensure that the cross-connect is installed.
D.
Identify the APN Partner in the AWS Management Console when creating the Direct Connect connection. Provide the resulting Connection ID to the APN Partner, who will ensure that the cross-connect is installed.
Answers
Suggested answer: C
Total 414 questions
Go to page: of 42