Home » Exam Preparation » Certification » AWS SysOps Administrator Associate Certification Exam Dumps » Page 20

AWS SysOps Administrator Associate Certification Exam Dumps

Question #96

A root AWS account owner is trying to understand various options to set the permission to AWS S3. Which of the below mentioned options is not the right option to grant permission for S3?

  • A. User Access Policy
  • B. S3 Object Access Policy
  • C. S3 Bucket Access Policy
  • D. S3 ACL

Correct Answer: B
Amazon S3 provides a set of operations to work with the Amazon S3 resources. Managing S3 resource access refers to granting others permissions to work with S3. There are three ways the root account owner can define access with S3:
S3 ACL: The user can use ACLs to grant basic read/write permissions to other AWS accounts.
S3 Bucket Policy: The policy is used to grant other AWS accounts or IAM users permissions for the bucket and the objects in it.
User Access Policy: Define an IAM user and assign him the IAM policy which grants him access to S3.

Question #97

A sys admin has created a shopping cart application and hosted it on EC2. The EC2 instances are running behind ELB. The admin wants to ensure that the end user request will always go to the EC2 instance where the user session has been created. How can the admin configure this?

Related:  Working with AWS S3 Using Python and Boto3
  • A. Enable ELB cross zone load balancing
  • B. Enable ELB cookie setup
  • C. Enable ELB sticky session
  • D. Enable ELB connection draining

Correct Answer: C
Generally, AWS ELB routes each request to a zone with the minimum load. The Elastic Load Balancer provides a feature called sticky session which binds the users session with a specific EC2 instance. If the sticky session is enabled the first request from the user will be redirected to any of the EC2 instances. But, henceforth, all requests from the same user will be redirected to the same EC2 instance. This ensures that all requests coming from the user during the session will be sent to the same application instance.

Question #98

A user has configured ELB with three instances. The user wants to achieve High Availability as well as redundancy with ELB. Which of the below mentioned AWS services helps the user achieve this for ELB?

  • A. Route 53
  • B. AWS Mechanical Turk
  • C. Auto Scaling
  • D. AWS EMR
Related:  AWS is Opening Yet Another Cloud Computing Region

Correct Answer: A
The user can provide high availability and redundancy for applications running behind Elastic Load Balancer by enabling the Amazon Route 53 Domain Name System (DNS. failover for the load balancers. Amazon Route
53 is a DNS service that provides reliable routing to the users infrastructure.

Question #99

An organization is using AWS since a few months. The finance team wants to visualize the pattern of AWS spending. Which of the below AWS tool will help for this requirement?

  • A. AWS Cost Manager
  • B. AWS Cost Explorer
  • C. AWS CloudWatch
  • D. AWS Consolidated Billing

Correct Answer: B
The AWS Billing and Cost Management console includes the Cost Explorer tool for viewing AWS cost data as a graph. It does not charge extra to user for this service. With Cost Explorer the user can filter graphs using resource tags or with services in AWS. If the organization is using Consolidated Billing, it helps generate report based on linked accounts. This will help organization to identify areas that require further inquiry. The organization can view trends and use that to understand spend and to predict future costs.

Related:  AWS Certified Cloud Practitioner Exam Dumps

Question #100

A user has launched an ELB which has 5 instances registered with it. The user deletes the ELB by mistake.
What will happen to the instances?

  • A. ELB will ask the user whether to delete the instances or not
  • B. Instances will be terminated
  • C. ELB cannot be deleted if it has running instances registered with it
  • D. Instances will keep running

Correct Answer: D
When the user deletes the Elastic Load Balancer, all the registered instances will be deregistered. However, they will continue to run. The user will incur charges if he does not take any action on those instances.

Leave a Comment