Amazon AWS Certified Solutions Architect - Professional SAP-C01
Prev

There are 579 results

Next
#301 (Accuracy: 100% / 2 votes)
A user has created a VPC with a public subnet. The user has terminated all the instances which are part of the subnet.
Which of the below mentioned statements is true with respect to this scenario?
  • A. The subnet to which the instances were launched with will be deleted
  • B. When the user launches a new instance it cannot use the same subnet
  • C. The user cannot delete the VPC since the subnet is not deleted
  • D. Secondary network interfaces attached to the terminated instances may persist.
#302 (Accuracy: 100% / 1 votes)
A user has created a VPC with CIDR 20.0.0.0/16 using the VPC wizard. The user has created public and VPN only subnets along with hardware VPN access to connect to the user's data center. The user has not yet launched any instance as well as modified or deleted any setup. He wants to delete this VPC from the console.
Will the console allow the user to delete the VPC?
  • A. Yes, the user can detach the virtual private gateway and then use the VPC console to delete the VPC.
  • B. No, since the NAT instance is running, the user cannot delete the VPC.
  • C. Yes, the user can use the CLI to delete the VPC that will detach the virtual private gateway automatically.
  • D. No, the VPC console needs to be accessed using an administrator account to delete the VPC.
#303 (Accuracy: 100% / 2 votes)
In which step of "start using AWS Direct Connect" steps is the virtual interface you created tagged with a customer-provided tag that complies with the Ethernet
802.1Q standard?
  • A. Download Router Configuration.
  • B. Complete the Cross Connect.
  • C. Configure Redundant Connections with AWS Direct Connect.
  • D. Create a Virtual Interface.
#304 (Accuracy: 100% / 2 votes)
Your supervisor has given you the task of creating an elastic network interface on each of your web servers that connect to a mid-tier network where an application server resides. He also wants this set up as a Dual-homed Instance on Distinct Subnets. Instead of routing network packets through the dual-homed instances, where should each dual-homed instance receive and process requests to fulfil his criteria?
  • A. On one of the web servers
  • B. On the front end
  • C. On the back end
  • D. Through a security group
#305 (Accuracy: 100% / 1 votes)
Which of the following should be followed before connecting to Amazon Virtual Private Cloud (Amazon VPC) using AWS Direct Connect?
  • A. Provide a public Autonomous System Number (ASN) to identify your network on the Internet.
  • B. Create a virtual private gateway and attach it to your Virtual Private Cloud (VPC).
  • C. Allocate a private IP address to your network in the 122.x.x.x range.
  • D. Provide a public IP address for each Border Gateway Protocol (BGP) session.
#306 (Accuracy: 100% / 1 votes)
A user has created a VPC with CIDR 20.0.0.0/16. The user has created one subnet with CIDR 20.0.0.0/16 by mistake. The user is trying to create another subnet of CIDR 20.0.1.0/24.
How can the user create the second subnet?
  • A. The user can modify the first subnet CIDR with AWS CLI
  • B. The user can modify the first subnet CIDR from the console
  • C. There is no need to update the subnet as VPC automatically adjusts the CIDR of the first subnet based on the second subnet's CIDR
  • D. It is not possible to create a second subnet with overlapping IP CIDR without deleting the first subnet.
#307 (Accuracy: 100% / 2 votes)
Which of the following is the final step that should be completed to start using AWS Direct Connect?
  • A. Creating your Virtual Interface
  • B. Configuring your router
  • C. Completing the Cross Connect
  • D. Verifying your Virtual Interface
#308 (Accuracy: 100% / 3 votes)
After setting an AWS Direct Connect, which of the following cannot be done with an AWS Direct Connect Virtual Interface?
  • A. You can exchange traffic between the two ports in the same region connecting to different Virtual Private Gateways (VGWs) if you have more than one virtual interface.
  • B. You can change the region of your virtual interface.
  • C. You can delete a virtual interface; if its connection has no other virtual interfaces, you can delete the connection.
  • D. You can create a hosted virtual interface.
#309 (Accuracy: 100% / 1 votes)
An elastic network interface (ENI) is a virtual network interface that you can attach to an instance in a VPC. An ENI can include one public IP address, which can be auto-assigned to the elastic network interface for eth0 when you launch an instance, but only when you_____.
  • A. create an elastic network interface for eth1
  • B. include a MAC address
  • C. use an existing network interface
  • D. create an elastic network interface for eth0
#310 (Accuracy: 100% / 1 votes)
What is a circular dependency in AWS CloudFormation?
  • A. When Nested Stacks depend on each other.
  • B. When Resources form a Depend On loop.
  • C. When a Template references an earlier version of itself.
  • D. When a Template references a region, which references the original Template.