Amazon AWS Certified Solutions Architect - Professional SAP-C01
Prev

There are 579 results

Next
#61 (Accuracy: 100% / 1 votes)
If I write the below command, what does it do?
ec2-run ami-e3a5408a -n 20 -g appserver
  • A. Start twenty instances as members of appserver group.
  • B. Creates 20 rules in the security group named appserver
  • C. Terminate twenty instances as members of appserver group.
  • D. Start 20 security groups
#62 (Accuracy: 100% / 2 votes)
The ________ service is targeted at organizations with multiple users or systems that use AWS products such as Amazon EC2, Amazon SimpleDB, and the AWS
Management Console.
  • A. Amazon RDS
  • B. AWS Integrity Management
  • C. AWS Identity and Access Management
  • D. Amazon EMR
#63 (Accuracy: 100% / 1 votes)
By default, Amazon Cognito maintains the last-written version of the data. You can override this behavior and resolve data conflicts programmatically.
In addition, push synchronization allows you to use Amazon Cognito to send a silent notification to all devices associated with an identity to notify them that new data is available.
  • A. get
  • B. post
  • C. pull
  • D. push
#64 (Accuracy: 100% / 1 votes)
You want to use AWS CodeDeploy to deploy an application to Amazon EC2 instances running within an Amazon Virtual Private Cloud (VPC).
What criterion must be met for this to be possible?
  • A. The AWS CodeDeploy agent installed on the Amazon EC2 instances must be able to access only the public AWS CodeDeploy endpoint.
  • B. The AWS CodeDeploy agent installed on the Amazon EC2 instances must be able to access only the public Amazon S3 service endpoint.
  • C. The AWS CodeDeploy agent installed on the Amazon EC2 instances must be able to access the public AWS CodeDeploy and Amazon S3 service endpoints.
  • D. It is not currently possible to use AWS CodeDeploy to deploy an application to Amazon EC2 instances running within an Amazon Virtual Private Cloud (VPC.)
#65 (Accuracy: 100% / 1 votes)
An organization is planning to extend their data center by connecting their DC with the AWS VPC using the VPN gateway. The organization is setting up a dynamically routed VPN connection.
Which of the below mentioned answers is not required to setup this configuration?
  • A. The type of customer gateway, such as Cisco ASA, Juniper J-Series, Juniper SSG, Yamaha.
  • B. Elastic IP ranges that the organization wants to advertise over the VPN connection to the VPC.
  • C. Internet-routable IP address (static) of the customer gateway's external interface.
  • D. Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the customer gateway.
#66 (Accuracy: 100% / 1 votes)
In the context of AWS IAM, identify a true statement about user passwords (login profiles).
  • A. They must contain Unicode characters.
  • B. They can contain any Basic Latin (ASCII) characters.
  • C. They must begin and end with a forward slash (/).
  • D. They cannot contain Basic Latin (ASCII) characters.
#67 (Accuracy: 100% / 1 votes)
An organization is planning to host a Wordpress blog as well a joomla CMS on a single instance launched with VPC. The organization wants to have separate domains for each application and assign them using Route 53. The organization may have about ten instances each with two applications as mentioned above.
While launching the instance, the organization configured two separate network interfaces (primary + ENI) and wanted to have two elastic IPs for that instance.
It was suggested to use a public IP from AWS instead of an elastic IP as the number of elastic IPs is restricted.
What action will you recommend to the organization?
  • A. I agree with the suggestion but will prefer that the organization should use separate subnets with each ENI for different public IPs.
  • B. I do not agree as it is required to have only an elastic IP since an instance has more than one ENI and AWS does not assign a public IP to an instance with multiple ENIs.
  • C. I do not agree as AWS VPC does not attach a public IP to an ENI; so the user has to use only an elastic IP only.
  • D. I agree with the suggestion and it is recommended to use a public IP from AWS since the organization is going to use DNS with Route 53.
#68 (Accuracy: 100% / 3 votes)
A customer has a website which shows all the deals available across the market. The site experiences a load of 5 large EC2 instances generally.
However, a week before Thanksgiving vacation they encounter a load of almost 20 large instances.
The load during that period varies over the day based on the office timings.
Which of the below mentioned solutions is cost effective as well as help the website achieve better performance?
  • A. Setup to run 10 instances during the pre-vacation period and only scale up during the office time by launching 10 more instances using the AutoScaling schedule.
  • B. Keep only 10 instances running and manually launch 10 instances every day during office hours.
  • C. During the pre-vacation period setup 20 instances to run continuously.
  • D. During the pre-vacation period setup a scenario where the organization has 15 instances running and 5 instances to scale up and down using Auto Scaling based on the network I/O policy.
#69 (Accuracy: 100% / 2 votes)
An organization is setting a website on the AWS VPC. The organization has blocked a few IPs to avoid a D-DOS attack.
How can the organization configure that a request from the above mentioned IPs does not access the application instances?
  • A. Create an IAM policy for VPC which has a condition to disallow traffic from that IP address.
  • B. Configure a security group at the subnet level which denies traffic from the selected IP.
  • C. Configure the security group with the EC2 instance which denies access from that IP address.
  • D. Configure an ACL at the subnet which denies the traffic from that IP address.
#70 (Accuracy: 100% / 1 votes)
In Amazon IAM, what is the maximum length for a role name?
  • A. 128 characters
  • B. 512 characters
  • C. 64 characters
  • D. 256 characters