Exams > Amazon > AWS-SysOps: AWS Certified SysOps Administrator
AWS-SysOps: AWS Certified SysOps Administrator
Page 6 out of 91 pages Questions 51-60 out of 910 questions
Question#51

A user has created a VPC with CIDR 20.0.0.0/16. The user has created public and VPN only subnets along with hardware VPN access to connect to the user's datacenter. The user wants to make so that all traffic coming to the public subnet follows the organization's proxy policy. How can the user make this happen?

  • A. Setting up a NAT with the proxy protocol and configure that the public subnet receives traffic from NAT
  • B. Setting up a proxy policy in the internet gateway connected with the public subnet
  • C. It is not possible to setup the proxy policy for a public subnet
  • D. Setting the route table and security group of the public subnet which receives traffic from a virtual private gateway
Discover Answer Hide Answer

D
The user can create subnets within a VPC. If the user wants to connect to VPC from his own data center, he can setup public and VPN only subnets which uses hardware VPN access to connect with his data center. When the user has configured this setup, it will update the main route table used with the VPN-only subnet, create a custom route table and associate it with the public subnet. It also creates an internet gateway for the public subnet. By default, the internet traffic of the
VPN subnet is routed to a virtual private gateway while the internet traffic of the public subnet is routed through the internet gateway. The user can set up the route and security group rules. These rules enable the traffic to come from the organization's network over the virtual private gateway to the public subnet to allow proxy settings on that public subnet.

Question#52

A user has created a VPC with CIDR 20.0.0.0/24. The user has created a public subnet with CIDR 20.0.0.0/25 and a private subnet with CIDR 20.0.0.128/25. The user has launched one instance each in the private and public subnets. Which of the below mentioned options cannot be the correct IP address (private IP. assigned to an instance in the public or private subnet?

  • A. 20.0.0.255
  • B. 20.0.0.132
  • C. 20.0.0.122
  • D. 20.0.0.55
Discover Answer Hide Answer

A
When the user creates a subnet in VPC, he specifies the CIDR block for the subnet. In this case the user has created a VPC with the CIDR block 20.0.0.0/24, which supports 256 IP addresses (20.0.0.0 to 20.0.0.255. The public subnet will have IP addresses between 20.0.0.0 - 20.0.0.127 and the private subnet will have
IP addresses between 20.0.0.128 - 20.0.0.255. AWS reserves the first four IP addresses and the last IP address in each subnet's CIDR block. These are not available for the user to use. Thus, the instance cannot have an IP address of 20.0.0.255

Question#53

A user has launched an EBS backed EC2 instance. The user has rebooted the instance. Which of the below mentioned statements is not true with respect to the reboot action?

  • A. The private and public address remains the same
  • B. The Elastic IP remains associated with the instance
  • C. The volume is preserved
  • D. The instance runs on a new host computer
Discover Answer Hide Answer

D
A user can reboot an EC2 instance using the AWS console, the Amazon EC2 CLI or the Amazon EC2 API. Rebooting an instance is equivalent to rebooting an operating system. However, it is recommended that the user use the Amazon EC2 to reboot the instance instead of running the operating system reboot command from the instance. The instance remains on the same host computer and maintains its public DNS name, private IP address, and any data on its instance store volumes. It typically takes a few minutes for the reboot to complete, but the time it takes to reboot depends on the instance configuration.

Question#54

A user has setup a web application on EC2. The user is generating a log of the application performance at every second. There are multiple entries for each second. If the user wants to send that data to CloudWatch every minute, what should he do?

  • A. The user should send only the data of the 60th second as CloudWatch will map the receive data timezone with the sent data timezone
  • B. It is not possible to send the custom metric to CloudWatch every minute
  • C. Give CloudWatch the Min, Max, Sum, and SampleCount of a number of every minute
  • D. Calculate the average of one minute and send the data to CloudWatch
Discover Answer Hide Answer

C
Amazon CloudWatch aggregates statistics according to the period length that the user has specified while getting data from CloudWatch. The user can publish as many data points as he wants with the same or similar time stamps. CloudWatch aggregates them by the period length when the user calls get statistics about those data points. CloudWatch records the average (sum of all items divided by the number of items. of the values received for every 1-minute period, as well as the number of samples, maximum value, and minimum value for the same time period. CloudWatch will aggregate all the data which have time stamps within a one-minute period.

Question#55

An AWS root account owner is trying to create a policy to access RDS. Which of the below mentioned statements is true with respect to the above information?

  • A. Create a policy which allows the users to access RDS and apply it to the RDS instances
  • B. The user cannot access the RDS database if he is not assigned the correct IAM policy
  • C. The root account owner should create a policy for the IAM user and give him access to the RDS services
  • D. The policy should be created for the user and provide access for RDS
Discover Answer Hide Answer

C
AWS Identity and Access Management is a web service which allows organizations to manage users and user permissions for various AWS services. If the account owner wants to create a policy for RDS, the owner has to create an IAM user and define the policy which entitles the IAM user with various RDS services such as Launch Instance, Manage security group, Manage parameter group etc.

Question#56

A user is using a small MySQL RDS DB. The user is experiencing high latency due to the Multi AZ feature. Which of the below mentioned options may not help the user in this situation?

  • A. Schedule the automated back up in non-working hours
  • B. Use a large or higher size instance
  • C. Use PIOPS
  • D. Take a snapshot from standby Replica
Discover Answer Hide Answer

D
An RDS DB instance which has enabled Multi AZ deployments may experience increased write and commit latency compared to a Single AZ deployment, due to synchronous data replication. The user may also face changes in latency if deployment fails over to the standby replica. For production workloads, AWS recommends the user to use provisioned IOPS and DB instance classes (m1.large and larger. as they are optimized for provisioned IOPS to give a fast, and consistent performance. With Multi AZ feature, the user can not have option to take snapshot from replica.

Question#57

A user is displaying the CPU utilization, and Network in and Network out CloudWatch metrics data of a single instance on the same graph. The graph uses one Y- axis for CPU utilization and Network in and another Y-axis for Network out. Since Network in is too high, the CPU utilization data is not visible clearly on graph to the user. How can the data be viewed better on the same graph?

  • A. It is not possible to show multiple metrics with the different units on the same graph
  • B. Add a third Y-axis with the console to show all the data in proportion
  • C. Change the axis of Network by using the Switch command from the graph
  • D. Change the units of CPU utilization so it can be shown in proportion with Network
Discover Answer Hide Answer

C
Amazon CloudWatch provides the functionality to graph the metric data generated either by the AWS services or the custom metric to make it easier for the user to analyze. It is possible to show the multiple metrics with different units on the same graph. If the graph is not plotted properly due to a difference in the unit data over two metrics, the user can change the Y-axis of one of the graph by selecting that graph and clicking on the Switch option.

Question#58

A user is planning to use AWS services for his web application. If the user is trying to set up his own billing management system for AWS, how can he configure it?

  • A. Set up programmatic billing access. Download and parse the bill as per the requirement
  • B. It is not possible for the user to create his own billing management service with AWS
  • C. Enable the AWS CloudWatch alarm which will provide APIs to download the alarm data
  • D. Use AWS billing APIs to download the usage report of each service from the AWS billing console
Discover Answer Hide Answer

A
AWS provides an option to have programmatic access to billing. Programmatic Billing Access leverages the existing Amazon Simple Storage Service (Amazon
S3. APIs. Thus, the user can build applications that reference his billing data from a CSV (comma-separated value. file stored in an Amazon S3 bucket. AWS will upload the bill to the bucket every few hours and the user can download the bill CSV from the bucket, parse it and create a billing system as per the requirement.

Question#59

A user is planning to schedule a backup for an EBS volume. The user wants security of the snapshot data. How can the user achieve data encryption with a snapshot?

  • A. Use encrypted EBS volumes so that the snapshot will be encrypted by AWS
  • B. While creating a snapshot select the snapshot with encryption
  • C. By default, the snapshot is encrypted by AWS
  • D. Enable server side encryption for the snapshot using S3
Discover Answer Hide Answer

A
AWS EBS supports encryption of the volume. It also supports creating volumes from existing snapshots provided the snapshots are created from encrypted volumes. The data at rest, the I/O as well as all the snapshots of the encrypted EBS will also be encrypted. EBS encryption is based on the AES-256 cryptographic algorithm, which is the industry standard.

Question#60

A user has created a public subnet with VPC and launched an EC2 instance within it. The user is trying to delete the subnet. What will happen in this scenario?

  • A. It will delete the subnet and make the EC2 instance as a part of the default subnet
  • B. It will not allow the user to delete the subnet until the instances are terminated
  • C. It will delete the subnet as well as terminate the instances
  • D. The subnet can never be deleted independently, but the user has to delete the VPC first
Discover Answer Hide Answer

B
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. When an instance is launched it will have a network interface attached with it. The user cannot delete the subnet until he terminates the instance and deletes the network interface.

chevron rightPrevious Nextchevron right