Amazon AWS Certified SysOps Administrator - Associate SOA-C01
Prev

There are 439 results

Next
#51 (Accuracy: 100% / 1 votes)
A user has granted read/write permission of his S3 bucket using ACL. Which of the below mentioned options is a valid ID to grant permission to other AWS accounts (grantee. using ACL?
  • A. IAM User ID
  • B. S3 Secure ID
  • C. Access ID
  • D. Canonical user ID
#52 (Accuracy: 100% / 1 votes)
A user has configured ELB with SSL using a security policy for secure negotiation between the client and load balancer. Which of the below mentioned security policies is supported by ELB?
  • A. Dynamic Security Policy
  • B. All the other options
  • C. Predefined Security Policy
  • D. Default Security Policy
#53 (Accuracy: 100% / 2 votes)
A user has launched an EC2 instance. However, due to some reason the instance was terminated. If the user wants to find out the reason for termination, where can he find the details?
  • A. It is not possible to find the details after the instance is terminated
  • B. The user can get information from the AWS console, by checking the Instance description under the State transition reason label
  • C. The user can get information from the AWS console, by checking the Instance description under the Instance Status Change reason label
  • D. The user can get information from the AWS console, by checking the Instance description under the Instance Termination reason label
#54 (Accuracy: 100% / 2 votes)
A user has launched an EC2 instance from an instance store backed AMI. If the user restarts the instance, what will happen to the ephemeral storage data?
  • A. All the data will be erased but the ephemeral storage will stay connected
  • B. All data will be erased and the ephemeral storage is released
  • C. It is not possible to restart an instance launched from an instance store backed AMI
  • D. The data is preserved
#55 (Accuracy: 100% / 2 votes)
A user has configured Auto Scaling with 3 instances. The user had created a new AMI after updating one of the instances. If the user wants to terminate two specific instances to ensure that Auto Scaling launches an instances with the new launch configuration, which command should he run?
  • A. as-delete-instance-in-auto-scaling-group <Instance ID> --no-decrement-desired-capacity
  • B. as-terminate-instance-in-auto-scaling-group <Instance ID> --update-desired-capacity
  • C. as-terminate-instance-in-auto-scaling-group <Instance ID> --decrement-desired-capacity
  • D. as-terminate-instance-in-auto-scaling-group <Instance ID> --no-decrement-desired-capacity
#56 (Accuracy: 100% / 1 votes)
A user is using the AWS SQS to decouple the services. Which of the below mentioned operations is not supported by SQS?
  • A. SendMessageBatch
  • B. DeleteMessageBatch
  • C. CreateQueue
  • D. DeleteMessageQueue
#57 (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.0.1/24. How can the user create the second subnet?
  • A. 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
  • B. The user can modify the first subnet CIDR from the console
  • C. It is not possible to create a second subnet as one subnet with the same CIDR as the VPC has been created
  • D. The user can modify the first subnet CIDR with AWS CLI
#58 (Accuracy: 100% / 1 votes)
A user is receiving a notification from the RDS DB whenever there is a change in the DB security group. The user does not want to receive these notifications for only a month. Thus, he does not want to delete the notification. How can the user configure this?
  • A. Change the Disable button for notification to ג€Yesג€ in the RDS console
  • B. Set the send mail flag to false in the DB event notification console
  • C. The only option is to delete the notification from the console
  • D. Change the Enable button for notification to ג€Noג€ in the RDS console
#59 (Accuracy: 100% / 1 votes)
A user has configured ELB with Auto Scaling. The user suspended the Auto Scaling terminate process only for a while. What will happen to the availability zone rebalancing process (AZRebalance. during this period?
  • A. Auto Scaling will not launch or terminate any instances
  • B. Auto Scaling will allow the instances to grow more than the maximum size
  • C. Auto Scaling will keep launching instances till the maximum instance size
  • D. It is not possible to suspend the terminate process while keeping the launch active
#60 (Accuracy: 100% / 1 votes)
A user wants to find the particular error that occurred on a certain date in the AWS MySQL RDS DB. Which of the below mentioned activities may help the user to get the data easily?
  • A. It is not possible to get the log files for MySQL RDS
  • B. Find all the transaction logs and query on those records
  • C. Direct the logs to the DB table and then query that table
  • D. Download the log file to DynamoDB and search for the record