Premium

AWS Certified SysOps Administrator - Associate Questions and Answers (Dumps and Practice Questions)



Question : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
rebooted. Thus, it failed the Auto Scaling health check. Auto Scaling has marked it for replacement. How can the system admin ensure that the
instance does not get terminated?
  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. Update the Auto Scaling group to ignore the instance reboot event
2. It is not possible to change the status once it is marked for replacement
3. Access Mostly Uused Products by 50000+ Subscribers
4. Change the health of the instance to healthy using the Auto Scaling commands


Ans : 4
Exp : After an instance has been marked unhealthy by Auto Scaling, as a result of an Amazon EC2 or ELB health check, it is almost immediately
scheduled for replacement as it will never automatically recover its health. If the user knows that the instance is healthy then he can manually call
the SetInstanceHealth action (or the as-setinstance- health command from CLI. to set the instance's health status back to healthy. Auto Scaling
will throw an error if the instance is already terminating or else it will mark it healthy.





Question : A system admin wants to add more zones to the existing ELB. The system admin wants to perform this activity from CLI. Which of the below
mentioned command helps the system admin to add new zones to the existing ELB?

  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. elb-enable-zones-for-lb
2. elb-add-zones-for-lb
3. Access Mostly Uused Products by 50000+ Subscribers
4. elb-configure-zones-for-lb
Ans : 1
Exp : The user has created an Elastic Load Balancer with the availability zone and wants to add more zones to the existing ELB. The user can do so in
two ways: From the console or CLI, add new zones to ELB;






Question : An organization is planning to create a user with IAM. They are trying to understand the limitations of IAM so that they can plan accordingly. Which
of the below mentioned statements is not true with respect to the
limitations of IAM?

  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. One IAM user can be a part of a maximum of 5 groups
2. The organization can create 100 groups per AWS account
3. Access Mostly Uused Products by 50000+ Subscribers
4. One AWS account can have 250 roles
Ans : 1
Exp : AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS
services. The default maximums for each of the IAM entities is given below:
Groups per AWS account: 100
Users per AWS account: 5000
Roles per AWS account: 250
Number of groups per user: 10 (that is, one user can be part of these many groups.



Question : A user is planning to scale up an application by AM and scale down by PM daily using Auto Scaling. What should the user do in this case?
  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. Setup the scaling policy to scale up and down based on the CloudWatch alarms
2. The user should increase the desired capacity at 8 AM and decrease it by 7 PM manually
3. Access Mostly Uused Products by 50000+ Subscribers
4. Setup scheduled actions to scale up or down at a specific time
Ans : 1
Exp : Auto Scaling based on a schedule allows the user to scale the application in response to predictable load
changes. To configure the Auto Scaling group to scale based on a schedule, the user needs to create
scheduled actions. A scheduled action tells Auto Scaling to perform a scaling action at a certain time in the future.




Question : A user has created a VPC with two subnets: one public and one private. The user is planning to run the patch update for the instances in the
private subnet. How can the instances in the private subnet connect to theinternet?
  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. Use the internet gateway with a private IP
2. Allow outbound traffic in the security group for port 80 to allow internet updates
3. Access Mostly Uused Products by 50000+ Subscribers
4. Use NAT with an elastic IP

Ans : 4
Exp : A Virtual Private Cloud (VPC. is a virtual network dedicated to the user's AWS account. A user can create a subnet with VPC and launch instances
inside that subnet. If the user has created two subnets (one private and one public., he would need a Network Address Translation (NAT. instance
with the elastic IP address. This enables the instances in the private subnet to send requests to the internet (for example, to perform software
updates..




Question : A user has configured an EC instance in the US-East-a zone. The user has enabled detailed monitoring of the instance. The user is trying to get
the data from CloudWatch using a CLI. Which of the below mentioned CloudWatch endpoint URLs should the user use?
  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. monitoring.us-east-1.amazonaws.com
2. monitoring.us-east-1-a.amazonaws.com
3. Access Mostly Uused Products by 50000+ Subscribers
4. cloudwatch.us-east-1a.amazonaws.com

Ans 1
Exp : The CloudWatch resources are always region specific and they will have the end point as region specific. If the user is trying to access the metric
in the US-East-1 region, the endpoint URL will be:
monitoring.us-east- 1.amazonaws.com



Question : A user has configured ELB with Auto Scaling. The user suspended the Auto Scaling AddToLoadBalancer
(which adds instances to the load balancer. process for a while. What will happen to the instances launched during the suspension period?


  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. The instances will not be registered with ELB and the user has to manually register when the process is resumed
2. The instances will be registered with ELB only once the process has resumed
3. Access Mostly Uused Products by 50000+ Subscribers
4. It is not possible to suspend only the AddToLoadBalancer process

Ans : 1
Exp : Auto Scaling performs various processes, such as Launch, Terminate, add to Load Balancer etc. The user can also suspend the individual
process. The AddToLoadBalancer process type adds instances to the load balancer when the instances are launched. If this process is
suspended, Auto Scaling will launch the instances but will not add them to the load balancer. When the user resumes this process, Auto Scaling
will resume adding new instances launched after resumption to the load balancer. However, it will not add running instances that were launched
while the process was suspended; those instances must be added manually.




Question : A sys admin has enabled a log on ELB. Which of the below mentioned activities are not captured by the log?
  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. Response processing time
2. Front end processing time
3. Access Mostly Uused Products by 50000+ Subscribers
4. Request processing time
Ans :2
Exp : Elastic Load Balancing access logs capture detailed information for all the requests made to the load balancer. Each request will have details,
such as client IP, request path, ELB IP, time, and latencies. The time will have information, such as Request Processing time, Backend
Processing time and Response Processing time.



Question : A user has moved an object to Glacier using the life cycle rules. The user requests to restore the archive after months. When the restore request
is completed the user accesses that archive. Which of the below mentioned statements is not true in this condition?

  : An organization has setup Auto Scaling with ELB. Due to some manual error, one of the instances got
1. The archive will be available as an object for the duration specified by the user during the restoration request
2. The restored object's storage class will be RRS
3. Access Mostly Uused Products by 50000+ Subscribers
4. The user needs to pay storage for both RRS (restored. and Glacier (Archive. Rates



Correct Answer : Get Lastest Questions and Answer :

Explanation: AWS Glacier is an archival service offered by AWS. AWS S3 provides lifecycle rules to archive and restore objects from S3 to Glacier. Once the
object is archived their storage class will change to Glacier. If the user sends a request for restore, the storage class will still be Glacier for the
restored object. The user will be paying for both the archived copy as well as for the restored object. The object is available only for the duration
specified in the restore request and if the user wants to modify that period, he has to raise another restore request with the updated duration.





Question : A user is running a batch process on EBS backed EC instances. The batch process starts a few instances to process hadoop Map reduce jobs
which can run between 50 - 600 minutes or sometimes for more time. The user wants to configure that the instance gets terminated only when the
process is completed. How can the user configure this with CloudWatch?
 : A user is running a batch process on EBS backed EC instances. The batch process starts a few instances to process hadoop Map reduce jobs
1. Setup the CloudWatch action to terminate the instance when the CPU utilization is less than 5%
2. Setup the CloudWatch with Auto Scaling to terminate all the instances
3. Access Mostly Uused Products by 50000+ Subscribers
4. It is not possible to terminate instances automatically



Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon CloudWatch alarm watches a single metric over a time period that the user specifies and performs one or more actions based on the
value of the metric relative to a given threshold over a number of time periods. The user can setup an action which terminates the instances when
their CPU utilization is below a certain threshold for a certain period of time. The EC2 action can either terminate or stop the instance as part of the
EC2 action.




Question : A user has enabled versioning on an S bucket. The user is using server side encryption for data at rest. If the user is supplying his own keys for
encryption (SSE-C., what is recommended to the user for the purpose of security?
 : A user has enabled versioning on an S bucket. The user is using server side encryption for data at rest. If the user is supplying his own keys for
1. The user should not use his own security key as it is not secure
2. Configure S3 to rotate the user's encryption key at regular intervals
3. Access Mostly Uused Products by 50000+ Subscribers
4. Keep rotating the encryption key manually at the client side



Correct Answer : Get Lastest Questions and Answer :

Explanation:AWS S3 supports client side or server side encryption to encrypt all data at Rest. The server side encryption can either have the S3 supplied
AES-256 encryption key or the user can send the key along with each API call to supply his own encryption key (SSE-C.. Since S3 does not store
the encryption keys in SSE-C, it is recommended that the user should manage keys securely and keep rotating them regularly at the client side
version.





Related Questions


Question : JavaSkill Inc System Administrator has configured two single availability zones. The Auto Scaling groups are configured in
separate zones. Now they wants to merge the groups such that one group spans across multiple zones. How can the user configure this?
 :  JavaSkill Inc System Administrator has configured two single availability zones. The Auto Scaling groups are configured in
1. Run the command as-join-auto-scaling-group to join the two groups
2. Run the command as-update-auto-scaling-group to configure one group to span across zones and delete the other group
3. Run the command as-copy-auto-scaling-group to join the two groups
4. Run the command as-merge-auto-scaling-group to merge the groups



Question : An AWS account wants to be part of the consolidated billing of his organization's payee account. How can the owner of that account achieve this?
  : An AWS account wants to be part of the consolidated billing of his organization's payee account. How can the owner of that account achieve this?
1. The payee account has to request AWS support to link the other accounts with his account
2. The owner of the linked account should add the payee account to his master account list from the billing console
3. The payee account will send a request to the linked account to be a part of consolidated billing
4. The owner of the linked account requests the payee account to add his account to consolidated billing



Question : A sysadmin has created the below mentioned policy on an S bucket named hadoopexam. What does this policy define?
"Statement": [{
"Sid": "Stmt1388811069831",
"Effect": "Allow",
"Principal": { "AWS": "*"},
"Action": [ "s3:GetObjectAcl", "s3:ListBucket"],
"Resource": [ "arn:aws:s3:::hadoopexam]
}]
 : A sysadmin has created the below mentioned policy on an S bucket named hadoopexam. What does this policy define?
1. It will make the hadoopexam bucket as well as all its objects as public
2. It will allow everyone to view the ACL of the bucket
3. It will give an error as no object is defined as part of the policy while the action defines the rule about the object
4. It will make the hadoopexam bucket as public



Question : A user has launched two EBS backed EC instances in the US-East-a region. The user wants to change the zone of one of the instances. How
can the user change it?
  :   A user has launched two EBS backed EC instances in the US-East-a region. The user wants to change the zone of one of the instances. How
1. The zone can only be modified using the AWS CLI
2. It is not possible to change the zone of an instance after it is launched
3. Stop one of the instances and change the availability zone
4. From the AWS EC2 console, select the Actions - > Change zones and specify the new zone


Question : An organization (account ID . has configured the IAM policy to allow the user to modify his
credentials. What will the below mentioned statement allow the user to perform?
{"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"iam:AddUserToGroup",
"iam:RemoveUserFromGroup",
"iam:GetGroup"
],
"Resource": "arn:aws:iam:: 777777777777:group/TestingGroup"
}]
 :  An organization (account ID . has configured the IAM policy to allow the user to modify his
1. The IAM policy will throw an error due to an invalid resource name

2. The IAM policy will allow the user to subscribe to any IAM group
3. Allow the IAM user to update the membership of the group called TestingGroup

4. Allow the IAM user to delete the TestingGroup


Question : HadoopExam Sysadmin has configured ELB with two EBS backed instances (for backup). The user has stopped the instances for week to save costs. The user restarts the
instances after 1 week. Which of the below mentioned statements will help the user to understand the ELB and instance registration better?
 :  HadoopExam Sysadmin has configured ELB with two EBS backed instances (for backup). The user has stopped the instances for  week to save costs. The user restarts the
1. There is no way to register the stopped instances with ELB
2. The user cannot stop the instances if they are registered with ELB
3. If the instances have the same Elastic IP assigned after reboot they will be registered with ELB
4. The instances will automatically get registered with ELB