Amazon ANS-C00 Exam Practice Questions (P. 4)
- Full Access (377 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #31
Your company has set up AWS Direct Connect to connect on-premises to an Amazon VPC instance. Two Direct Connect connections terminate at two different
Direct Connect locations. You are using two routers, R1 and R2, at your end (one of each Direct Connect connection). R1 and R2 do NOT have connectivity between them. Both routers advertise the same routers over BGP to the VGW. You have a stateful firewall on each router. The routers drop some of the traffic coming from the VPC.
Which two actions should you take to fix this problem? (Choose two.)
Direct Connect locations. You are using two routers, R1 and R2, at your end (one of each Direct Connect connection). R1 and R2 do NOT have connectivity between them. Both routers advertise the same routers over BGP to the VGW. You have a stateful firewall on each router. The routers drop some of the traffic coming from the VPC.
Which two actions should you take to fix this problem? (Choose two.)
- AUse BGP AS prepend attribute to prepend additional AS numbers while advertising routers from R1 to VGW.Most Voted
- BUse BGP local preference attribute to assign R1 to a lower local preference number than R2.
- CUse BGP local preference attribute to assign R1 a higher local preference number than R2.
- DUse BGP MED attribute to assign a higher MED value to the routes advertised R1 to VGW.Most Voted
- EUse BGP MED attribute to assign a higher MED value to the routes advertised from R2 to VGW.
Correct Answer:
AC
AC
send
light_mode
delete
Question #32
An organization will be expanding its current network design. When fully built out, there will be 99 VPCs spread across 11 AWS accounts (9 VPCs per account).
There is currently an AWS Direct Connect connection into one account with 9 VPCs, each with a virtual network interface (VIF) per VPC.
Which of the following designs will minimize cost while allowing the organization to expand?
There is currently an AWS Direct Connect connection into one account with 9 VPCs, each with a virtual network interface (VIF) per VPC.
Which of the following designs will minimize cost while allowing the organization to expand?
- AOrder 10 new Direct Connect connections, one from each of the accounts that will be provisioned. Create private VIFs in each account. Attach one private VIF per VPC.
- BCreate a public VIF on the Direct Connect connection. Leverage the public VIF to create a VPN connection to each VPC.
- CCreate hosted private VIFs in the existing account. Connect a private VIF to an AWS Direct Connect gateway in each account. Connect the gateway in each account to the VPCs.
- DCreate a transit VPC in the existing account that consists of two routers in separate Availability Zones. Connect each VPC to the two routers in the transit VPC by using VPN.Most Voted
Correct Answer:
D
D
send
light_mode
delete
Question #33
An organization with a growing ecommerce presence uses the AWS CloudHSM to offload the SSL/TLS processing of its web server fleet. The company leverages
Amazon EC2 Auto Scaling for web servers to handle the growth. What architectural approach is optimal to scale the encryption operation?
Amazon EC2 Auto Scaling for web servers to handle the growth. What architectural approach is optimal to scale the encryption operation?
- AUse multiple CloudHSM instances, and load balance them using a Network Load Balancer.
- BUse multiple CloudHSM instances to the cluster; request to it will automatically load balance.Most Voted
- CEnable Auto Scaling on the CloudHSM instance, with similar configuration to the web tier Auto Scaling group.
- DUse multiple CloudHSM instances, and load balance them using an Application Load Balancer.
Correct Answer:
A
A
send
light_mode
delete
Question #34
A company has 225 mobile and desktop devices and 300 partner VPNs that need access to an AWS VPC. VPN users should not be able to reach one another.
Which approach will meet the technical and security requirements while minimizing costs?
Which approach will meet the technical and security requirements while minimizing costs?
- AUse the AWS IPsec VPN for the mobile, desktop, and partner VPN connections. Use network access control lists (Network ACLs) and security groups to maintain routing separation.
- BUse the AWS IPsec VPN for the partner VPN connections. Use an Amazon EC2 instance VPN for the mobile and desktop devices. Use Network ACLs and security groups to maintain routing separation.
- CCreate an AWS Direct Connect connection between on-premises and AWS Use a public virtual interface to connect to the AWS IPsec VPN for the mobile, desktop, and partner VPN connections.
- DUse an Amazon EC2 instance VPN for the desktop, mobile, and partner VPN connections. Use features of the VPN instance to limit routing and connectivity.Most Voted
Correct Answer:
B
B
send
light_mode
delete
Question #35
Your company needs to leverage Amazon Simple Storage Solution (S3) for backup and archiving. According to company policy, data should not flow on the public
Internet even if data is encrypted. You have set up two S3 buckets in us-east-1 and us-west-2. Your company data center is located on the West Coast of the
United States. The design must be cost-effective and enable minimal latency.
Which design should you set up?
Internet even if data is encrypted. You have set up two S3 buckets in us-east-1 and us-west-2. Your company data center is located on the West Coast of the
United States. The design must be cost-effective and enable minimal latency.
Which design should you set up?
- AAn AWS Direct Connect connection to us-east-1 and a Direct Connect connection to us-west-2.
- BAn AWS Direct Connect connection to us-east-1.
- CAn AWS Direct Connect connection to us-west-2.Most Voted
- DAn AWS Direct Connect connection to us-west-2 and a VPN connection to us-east-1.
Correct Answer:
A
A
send
light_mode
delete
Question #36
Your organization runs a popular e-commerce application deployed on AWS that uses auto scaling in conjunction with an Elastic Load balancing (ELB) service with an HTTPS listener. Your security team reports that an exploitable vulnerability has been discovered in the encryption protocol and cipher that your site uses.
Which step should you take to fix this problem?
Which step should you take to fix this problem?
- AGenerate new SSL certificates for all web servers and replace current certificates.
- BChange the security policy on the ELB to disable vulnerable protocols and ciphers.Most Voted
- CGenerate new SSL certificates and use ELB to front-end the encrypted traffic for all web servers.
- DLeverage your current configuration management system to update SSL policy on all web servers.
Correct Answer:
D
D
send
light_mode
delete
Question #37
Your organization leverages an IP Address Management (IPAM) product to manage IP address distribution. The IPAM exposes an API. Development teams use
CloudFormation to provision approved reference architectures. At deployment time, IP addresses must be allocated to the VPC. When the VPC is deleted, the
IPAM must reclaim the VPC's IP allocation.
Which method allows for efficient, automated integration of the IPAM with CloudFormation?
CloudFormation to provision approved reference architectures. At deployment time, IP addresses must be allocated to the VPC. When the VPC is deleted, the
IPAM must reclaim the VPC's IP allocation.
Which method allows for efficient, automated integration of the IPAM with CloudFormation?
- AAWS CloudFormation parameters using the ג€Ref::ג€ intrinsic function
- BAWS CloudFormation custom resource using an AWS Lambda invocation.Most Voted
- CCloudFormation::OpsWorks::Stack with custom Chef configuration.
- DAWS CloudFormation parameters using the ג€Fn::FindInMapג€ intrinsic function.
Correct Answer:
A
A
send
light_mode
delete
Question #38
You need to set up an Amazon Elastic Compute Cloud (EC2) instance for an application that requires the lowest latency and the highest packet-per-second network performance. The application will talk to other servers in a peered VPC.
Which two of the following components should be part of the design? (Choose two.)
Which two of the following components should be part of the design? (Choose two.)
- ASelect an instance with support for single root I/O virtualization.Most Voted
- BSelect an instance that has support for multiple ENAs.
- CEnsure that the instance supports jumbo frames and set 9001 MTU.
- DSelect an instance with Amazon Elastic Block Store (EBS)-optimization.
- EEnsure that proper OS drivers are installed.Most Voted
Correct Answer:
AB
References:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html
AB
References:
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enhanced-networking.html
send
light_mode
delete
Question #39
You are configuring a virtual interface for access to your VPC on a newly provisioned 1-Gbps AWS Direct Connect connection. Which two configuration values do you need to provide? (Choose two.)
- APublic AS number
- BVLAN IDMost Voted
- CIP prefixes to advertiseMost Voted
- DDirect Connect location
- EVirtual private gateway
Correct Answer:
AE
References:
https://aws.amazon.com/directconnect/faqs/
AE
References:
https://aws.amazon.com/directconnect/faqs/
send
light_mode
delete
Question #40
A corporate network routing table contains 624 individual RFC 1918 and public IP prefixes. You have two AWS Direct Connect connectors. You configure a private virtual interface on both connections to a virtual private gateway. The virtual private gateway is not currently attached to a VPC. Neither BGP session will maintain the Established state on the customer router. The AWS Management Console reports the private virtual interfaces as Down.
What could you do to address the problem so that the AWS Management Console reports the private virtual interface as Available?
What could you do to address the problem so that the AWS Management Console reports the private virtual interface as Available?
- AAttach the virtual private gateway to a VPC and enable route propagation.
- BFilter the public IP pre?xes on the corporate network from the private virtual interface.
- CChange the BGP advertisements from the corporate network to only be a default route.Most Voted
- DAttach the second virtual interface to an alternative virtual private gateway.
Correct Answer:
D
D
send
light_mode
delete
All Pages