Amazon ANS-C00 Practice Test - Questions Answers, Page 24
List of questions
Question 231
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Your organization uses a VPN to connect to your VPC but must upgrade to a 1-G AWS Direct Connect connection for stability and performance. Your telecommunications provider has provisioned the circuit from your data center to an AWS Direct Connect facility and needs information on how to cross-connect (e.g., which rack/port to connect). What is the AWS-recommended procedure for providing this information?
Question 232
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Which one of the following options is not true about WorkSpaces?
Question 233
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
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.)
Explanation:
Explanation:
References: https://aws.amazon.com/directconnect/faqs/
Question 234
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You have a server that serves www, FTP, and mail. You need to access this server using www.yourname.com, ftp.yourname.com, and mail.yourname.com. You want to ensure an IP change results in the least number of other changes. What is the best solution?
Explanation:
Explanation:
There is no ALIAS record for an EC2 instance, CNAME records pointed to the A record provided by AWS won't work because if the IP changes, the A record will change also. A PTR record is not appropriate here and cannot point to more than one record. Having three CNAME records and one A record will result in only having to change the A record if the IP changes.
Question 235
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
You have a web application (app.mycompany.com) running on an EC2 instance with a single elastic network interface in a subnet in a VPC. Because of a network redesign, you need to move the web application to a different subnet in the same Availability Zone.
Which of the following migration strategies meets the requirements?
Explanation:
Explanation:
Instances cannot change subnets, so a new instance must be created (Response B). A is wrong because you cannot remove the original elastic network interface. C is not possible. D is wrong because the OS has no ability to affect the AWS assigned IP addresses.
Question 236
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
With AWS CloudTrail, creating multiple trails in one region allows ____ to focus on one aspect of AWS operation.
Explanation:
Explanation:
With multiple trails, different stakeholders such as security administrators, software developers, and IT auditors can create and manage their own trails. For example, a security administrator can create a trail that applies to all regions and configure encryption using one Key Management Service key. A developer can create a trail that applies to one region for troubleshooting operational issues. Reference: https://aws.amazon.com/cloudtrail/faqs/
Question 237
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
Your company is expanding its cloud infrastructure and moving many of its flat files and static assets to S3. You currently use a VPN to access your compute infrastructure, but you require more reliability for your static files as you are offloading all of your important data to AWS. What is your best course of action while keeping costs low?
Explanation:
Explanation:
An S3 endpoint cannot be used with a VPN. A Private VIF cannot access S3 resources. A Public VIF with a VPN will ensure security for your compute resources and access to your S3 resources. Two DX connections are very expensive and a Private VIF still won't allow access to your S3 resources.
Question 238
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What is the maximum number of CloudTrails that you can create per AWS region?
Explanation:
Explanation:
You can create up to five CloudTrails per Amazon AWS region. A trail that applies to all regions exists in each region and is counted as one trail in each region. Reference: https://aws.amazon.com/cloudtrail/faqs/
Question 239
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
What two items are required for all AWS VPNs? (Choose two.)
Explanation:
Explanation:
An ASN is only required for dynamic VPNs and hardware routers are not required.
Question 240
![Export Export](https://examgecko.com/assets/images/icon-download-24.png)
In order to change the name of the AWS Config ____, you must stop the configuration recorder, delete the current one, and create a new one with a new name, since there can only be one of these per AWS account.
Explanation:
Explanation:
As AWS Config continually records the changes that occur to your AWS resources, it sends notifications and updated configuration states through the delivery channel. You can manage the delivery channel to control where AWS Config sends configuration updates. You can have only one delivery channel per AWS account, and the delivery channel is required to use AWS Config. To change the delivery channel name, you must delete it and create a new delivery channel with the desired name. Before you can delete the delivery channel, you must temporarily stop the configuration recorder. The AWS Config console does not provide the option to delete the delivery channel, so you must use the AWS CLI, the AWS Config API, or one of the AWS SDKs.
Reference: http://docs.aws.amazon.com/config/latest/developerguide/update-dc.html
Question