Premium

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



Question : A user has scheduled the maintenance window of an RDS DB on Monday at AM. Which of the below
mentioned events may force to take the DB instance offline during the maintenance window?
  : A user has scheduled the maintenance window of an RDS DB on Monday at  AM. Which of the below
1. Enabling Read Replica
2. Making the DB Multi AZ
3. Access Mostly Uused Products by 50000+ Subscribers
4. Security patching

Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon RDS performs maintenance on the DB instance during a user-definable maintenance window. The system may be offline or experience
lower performance during that window. The only maintenance events that may require RDS to make the DB instance offline are:
Scaling compute operations
Software patching. Required software patching is automatically scheduled only for patches that are security
and durability related. Such patching occurs infrequently (typically once every few months. and seldom
requires more than a fraction of the maintenance window.





Question : An organization has launched instances: for production and for testing. The organization wants that one particular group of IAM users should
only access the test instances and not the production ones. How can the organization set that as a part of the policy?
 : An organization has launched  instances:  for production and  for testing. The organization wants that one particular group of IAM users should
1. Launch the test and production instances in separate regions and allow region wise access to the group
2. Define the IAM policy which allows access based on the instance ID
3. Access Mostly Uused Products by 50000+ Subscribers
4. Define the tags on the test and production servers and add a condition to the IAM policy which allows access to specific tags

Correct Answer : Get Lastest Questions and Answer :

Explanation: AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS
services. The user can add conditions as a part of the IAM policies. The condition can be set on AWS Tags, Time, and Client IP as well as on
various parameters. If the organization wants the user to access only specific instances he should define proper tags and add to the IAM policy
condition. The sample policy is shown below.
"Statement": [
{
"Action": "ec2:*",
"Effect": "Allow",
"Resource": "*",
"Condition": {
"StringEquals": {
"ec2:ResourceTag/InstanceType": "Production"
}
}
}
]









Question : A user has configured Auto Scaling with the minimum capacity as and the desired capacity as . The user is trying to terminate one of the
existing instance with the command:
as-terminate-instance-in-auto-scaling-group (Instance ID) --decrement-desired-capacity
What will Auto Scaling do in this scenario?
 : A user has configured Auto Scaling with the minimum capacity as  and the desired capacity as . The user is trying to terminate one of the
1. Terminates the instance and does not launch a new instance
2. Terminates the instance and updates the desired capacity to 1
3. Access Mostly Uused Products by 50000+ Subscribers
4. Throws an error

Correct Answer : Get Lastest Questions and Answer :


Explanation: The Auto Scaling command as-terminate-instance-in-auto-scaling-group (Instance ID) will terminate the
specific instance ID. The user is required to specify the parameter as --decrement-desired- capacity. Then Auto Scaling will terminate the instance
and decrease the desired capacity by 1. In this case since the minimum size is 2, Auto Scaling will not allow the desired capacity to go below
2. Thus, it will throw an error.



Related Questions


Question : When you put objects in Amazon S, what is the indication that an object was successfully stored?
  : When you put objects in Amazon S, what is the indication that an object was successfully stored?
1. Each S3 account has a special bucket named_s3_logs. Success codes are written to this bucket with a timestamp and checksum.
2. A success code is inserted into the S3 object metadata.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Amazon S3 is engineered for 99.999999999% durability. Therefore there is no need to confirm that data was inserted.


Question : Which services allow the customer to retain run administrative privileges or the undertying
EC2 instances? Choose 2 answers
A. AWS Elastic Beanstalk
B. Amazon Elastic Map Reduce
C. Elastic Load Balancing
D. Amazon Relational Database Service
E. Amazon Elasti Cache
  : Which services allow the customer to retain run administrative privileges or the undertying
1. A,C
2. A,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. B,D
5. A,B


Question : You have a business-to-business web application running in a VPC consisting of an Elastic
Load Balancer (ELB), web servers, application servers and a database. Your web
application should only accept traffic from pre-defined customer IP addresses.
Which two options meet this security requirement? Choose 2 answers
A. Configure web server VPC security groups to allow traffic from your customers' IPs
B. Configure your web servers to filter traffic based on the ELB's "X-forwarded-for" header
C. Configure ELB security groups to allow traffic from your customers' IPs and deny all outbound traffic
D. Configure a VPC NACL to allow web traffic from your customers' IPs and deny all outbound traffic

  : You have a business-to-business web application running in a VPC consisting of an Elastic
1. A,C
2. A,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. B,D
5. A,B


Question : How can an EBS volume that is currently attached to an EC instance be migrated from one Availability Zone to another?
  : How can an EBS volume that is currently attached to an EC instance be migrated from one Availability Zone to another?
1. Simply create a new volume in the other AZ and specify the original volume as the source.
2. Detach the volume, then use the ec2-migrate-volume command to move it to another AZ.
3. Access Mostly Uused Products by 50000+ Subscribers
4. Detach the volume and attach it to another EC2 instance in the other AZ.




Question : Your business is building a new application that will store its entire customer database on a
RDS MySQL database, and will have various applications and users that will query that
data for different purposes.
Large analytics jobs on the database are likely to cause other applications to not be able to
get the query results they need to, before time out. Also, as your data grows, these
analytics jobs will start to take more time, increasing the negative effect on the other
applications.
How do you solve the contention issues between these different workloads on the same
data?


  : Your business is building a new application that will store its entire customer database on a
1. Enable Multi-AZ mode on the RDS instance
2. Use ElastiCache to offload the analytics job data
3. Access Mostly Uused Products by 50000+ Subscribers
4. Run the RDS instance on the largest size possible



Question : You run a web application with the following components Elastic Load Balancer (ELB),
Web/Application servers, 1 MySQL RDS database with read replicas, and Amazon Simple
Storage Service (Amazon S3) for static content. Average response time for users is
increasing slowly.
What three CloudWatch RDS metrics will allow you to identify if the database is the
bottleneck? Choose 3 answers

A. The number of outstanding IOs waiting to access the disk.
B. The amount of write latency.
C. The amount of disk space occupied by binary logs on the master.
D. The amount of time a Read Replica DB Instance lags behind the source DB Instance
E. The average number of disk I/O operations per second.
  : You run a web application with the following components Elastic Load Balancer (ELB),
1. A,C,D
2. B,C,D
3. Access Mostly Uused Products by 50000+ Subscribers
4. A,B,D
5. B,C,E