Amazon AWS Certified Solutions Architect - Professional SAP-C01
Prev

There are 579 results

Next
#241 (Accuracy: 100% / 2 votes)
A user is planning to launch multiple EC2 instance same as current running instance.
Which of the below mentioned parameters is not copied by Amazon EC2 in the launch wizard when the user has selected the option "Launch more like this"?
  • A. Termination protection
  • B. Tenancy setting
  • C. Storage
  • D. Shutdown behavior
#242 (Accuracy: 100% / 2 votes)
A user has created an AWS AMI. The user wants the AMI to be available only to his friend and not anyone else. How can the user manage this?
  • A. Share the AMI with the community and setup the approval workflow before anyone launches it.
  • B. It is not possible to share the AMI with the selected user.
  • C. Share the AMI with a friend's AWS account ID.
  • D. Share the AMI with a friend's AWS login ID.
#243 (Accuracy: 100% / 3 votes)
A user is accessing an EC2 instance on the SSH port for IP 10.20.30.40/32.
Which one is a secure way to configure that the instance can be accessed only from this IP?
  • A. In the security group, open port 22 for IP 10.20.30.40
  • B. In the security group, open port 22 for IP 10.20.30.0
  • C. In the security group, open port 22 for IP 10.20.30.40/32
  • D. In the security group, open port 22 for IP 10.20.30.40/0
#244 (Accuracy: 100% / 2 votes)
Which EC2 functionality allows the user to place the Cluster Compute instances in clusters?
  • A. Cluster group
  • B. Cluster security group
  • C. GPU units
  • D. Cluster placement group
#245 (Accuracy: 100% / 2 votes)
Does Autoscaling automatically assign tags to resources?
  • A. No, not unless they are configured via API.
  • B. Yes, it does.
  • C. Yes, by default.
  • D. No, it does not.
#246 (Accuracy: 100% / 1 votes)
After moving an E-Commerce website for a client from a dedicated server to AWS you have also set up auto scaling to perform health checks on the instances in your group and replace instances that fail these checks. Your client has come to you with his own health check system that he wants you to use as it has proved to be very useful prior to his site running on AWS.
What do you think would be an appropriate response to this given all that you know about auto scaling and CloudWatch?
  • A. It is not possible to implement your own health check system due to compatibility issues.
  • B. It is not possible to implement your own health check system. You need to use AWSs health check system.
  • C. It is possible to implement your own health check system and then send the instance's health information directly from your system to CloudWatch but only in the US East (N. Virginia) region.
  • D. It is possible to implement your own health check system and then send the instance's health information directly from your system to CloudWatch.
#247 (Accuracy: 100% / 2 votes)
To scale out the AWS resources using manual AutoScaling, which of the below mentioned parameters should the user change?
  • A. Current capacity
  • B. Desired capacity
  • C. Preferred capacity
  • D. Maximum capacity
#248 (Accuracy: 100% / 1 votes)
You have set up Auto Scaling to automatically scale in. Consequently, you must decide which instances Auto Scaling should end first.
What should you use to configure this?
  • A. An Elastic Load Balancer
  • B. A termination policy
  • C. An IAM role
  • D. Another scaling group
#249 (Accuracy: 100% / 3 votes)
A user is hosting a public website on AWS. The user wants to have the database and the app server on the AWS VPC. The user wants to setup a database that can connect to the Internet for any patch upgrade but cannot receive any request from the internet. How can the user set this up?
  • A. Setup DB in a private subnet with the security group allowing only outbound traffic.
  • B. Setup DB in a public subnet with the security group allowing only inbound data.
  • C. Setup DB in a local data center and use a private gateway to connect the application with DB.
  • D. Setup DB in a private subnet which is connected to the internet via NAT for outbound.
#250 (Accuracy: 100% / 2 votes)
Mike is appointed as Cloud Consultant in ABC.com. ABC has the following VPCs set- up in the US East Region:
A VPC with CIDR block 10.10.0.0/16, a subnet in that VPC with CIDR block 10.10.1.0/24 A VPC with CIDR block 10.40.0.0/16, a subnet in that VPC with CIDR block 10.40.1.0/24 ABC.com is trying to establish network connection between two subnets, a subnet with CIDR block 10.10.1.0/24 and another subnet with CIDR block 10.40.1.0/24.
Which one of the following solutions should Mike recommend to ABC.com?
  • A. Create 2 Virtual Private Gateways and configure one with each VPC.
  • B. Create 2 Internet Gateways, and attach one to each VPC.
  • C. Create a VPC Peering connection between both VPCs.
  • D. Create one EC2 instance in each subnet, assign Elastic IPs to both instances, and configure a set up Site-to-Site VPN connection between both EC2 instances.