Proper study guides for Renovate Amazon AWS Certified SysOps Administrator Associate certified begins with Amazon aws sysops administrator preparation products which designed to deliver the Top Quality sysops aws questions by making you pass the aws sysops pdf test at your first time. Try the free aws certified sysops administrator pdf demo right now.

Q41. - (Topic 1) 

When attached to an Amazon VPC which two components provide connectivity with external networks? Choose 2 answers 

A. Elastic IPS (EIP) 

B. NAT Gateway (NAT) 

C. Internet Gateway {IGW) 

D. Virtual Private Gateway (VGW) 

Answer: C,D 


Q42. - (Topic 3) 

A user has created a VPC with public and private subnets using the VPC wizard. Which of the below 

mentioned statements is true in this scenario? 

A. The AWS VPC will automatically create a NAT instance with the micro size 

B. VPC bounds the main route table with a private subnet and a custom route table with a public subnet 

C. The user has to manually create a NAT instance D. VPC bounds the main route table with a public subnet and a custom route table with a private subnet 

Answer:

Explanation: 

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 a public private subnet, the instances in the public subnet can receive inbound traffic directly from the internet, whereas the instances in the private subnet cannot. If these subnets are created with Wizard, AWS will create a NAT instance of a smaller or higher size, respectively. The VPC has an implied router and the VPC wizard updates the main route table used with the private subnet, creates a custom route table and associates it with the public subnet. 


Q43. - (Topic 2) 

A user has a refrigerator plant. The user is measuring the temperature of the plant every 15 minutes. If the user wants to send the data to CloudWatch to view the data visually, which of the below mentioned statements is true with respect to the information given above? 

A. The user needs to use AWS CLI or API to upload the data 

B. The user can use the AWS Import Export facility to import data to CloudWatch 

C. The user will upload data from the AWS console 

D. The user cannot upload data to CloudWatch since it is not an AWS service metric 

Answer:

Explanation: 

AWS CloudWatch supports the custom metrics. The user can always capture the custom data and upload the data to CloudWatch using CLI or APIs. While sending the data the user has to include the metric name, namespace and timezone as part of the request. 


Q44. - (Topic 1) 

You need to design a VPC for a web-application consisting of an Elastic Load Balancer (ELB). a fleet of web/application servers, and an RDS database The entire Infrastructure must be distributed over 2 availability zones. 

Which VPC configuration works while assuring the database is not available from the Internet? 

A. One public subnet for ELB one public subnet for the web-servers, and one private subnet for the database 

B. One public subnet for ELB two private subnets for the web-servers, two private subnets for RDS 

C. Two public subnets for ELB two private subnets for the web-servers and two private subnets for RDS 

D. Two public subnets for ELB two public subnets for the web-servers, and two public subnets for RDS 

Answer:


Q45. - (Topic 1) 

You receive a frantic call from a new DBA who accidentally dropped a table containing all your customers. 

Which Amazon RDS feature will allow you to reliably restore your database to within 5 minutes of when the mistake was made? 

A. Multi-AZ RDS 

B. RDS snapshots 

C. RDS read replicas 

D. RDS automated backup 

Answer:

Explanation: Reference: 

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.BackingUpAndRestoringAmazonRDSInstances.html 


Q46. - (Topic 3) 

A user has launched an EBS backed instance with EC2-Classic. The user stops and starts the instance. Which of the below mentioned statements is not true with respect to the stop/start action? 

A. The instance gets new private and public IP addresses 

B. The volume is preserved 

C. The Elastic IP remains associated with the instance 

D. The instance may run on a anew host computer 

Answer:

Explanation: 

A user can always stop/start an EBS backed EC2 instance. When the user stops the instance, it first enters the stopping state, and then the stopped state. AWS does not charge the running cost but charges only for the EBS storage cost. If the instance is running in EC2-Classic, it receives a new private IP address; as the Elastic IP address (EIP. associated with the instance is no longer associated with that instance. 


Q47. - (Topic 3) 

A user has created a VPC with the public and private subnets using the VPC wizard. The VPC has CIDR 

20.0.0.0/16. The public subnet uses CIDR 20.0.1.0/24. The user is planning to host a web server in the public subnet (port 80. and a DB server in the private subnet (port 3306.. The user is configuring a security group for the public subnet (WebSecGrp. and the private subnet (DBSecGrp.. Which of the below mentioned entries is required in the private subnet database security group (DBSecGrp.? 

A. Allow Inbound on port 3306 for Source Web Server Security Group (WebSecGrp. 

B. Allow Inbound on port 3306 from source 20.0.0.0/16 

C. Allow Outbound on port 3306 for Destination Web Server Security Group (WebSecGrp. 

D. Allow Outbound on port 80 for Destination NAT Instance IP 

Answer:

Explanation: 

A user can create a subnet with VPC and launch instances inside that subnet. If the user has created a public private subnet to host the web server and DB server respectively, the user should configure that the instances in the private subnet can receive inbound traffic from the public subnet on the DB port. Thus, configure port 3306 in Inbound with the source as the Web Server Security Group (WebSecGrp.. The user should configure ports 80 and 443 for Destination 0.0.0.0/0 as the route table directs traffic to the NAT instance from the private subnet. 


Q48. - (Topic 3) 

You have a proprietary data store on-premises that must be backed up daily by dumping the data store contents to a single compressed 50GB file and sending the file to AWS. Your SLAs state that any dump file backed up within the past 7 days can be retrieved within 2 hours. Your compliance department has stated that all data must be held indefinitely. The time required to restore the data store from a backup is approximately 1 hour. Your on-premise network connection is capable of sustaining 1gbps to AWS. 

Which backup methods to AWS would be most cost-effective while still meeting all of your requirements? 

A. Send the daily backup files to Glacier immediately after being generated 

B. Transfer the daily backup files to an EBS volume in AWS and take daily snapshots of the volume 

C. Transfer the daily backup files to S3 and use appropriate bucket lifecycle policies to send to Glacier 

D. Host the backup files on a Storage Gateway with Gateway-Cached Volumes and take daily snapshots 

Answer:

Explanation: Reference: 

http://aws.amazon.com/storagegateway/faqs/