Exams > Amazon > AWS-SysOps: AWS Certified SysOps Administrator
AWS-SysOps: AWS Certified SysOps Administrator
Page 34 out of 91 pages Questions 331-340 out of 910 questions
Question#331

By default, how many Elastic IP addresses can you have per region for your EC2 instances?

  • A. 10
  • B. 2
  • C. 20
  • D. 5
Discover Answer Hide Answer

D
The number of Elastic IP addresses you can have in EC2 per region is 5.
Reference:
http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ec2

Question#332

Elasticity is one of the benefits of using Elastic Beanstalk. Which of the following best describes the concept of elasticity?

  • A. It is the ability for counting the number of architectural design considerations that are required to develop a console.
  • B. It is the streamlining of resource acquisition and release, so that your infrastructure can rapidly scale in and scale out as demand fluctuates.
  • C. It is the process of examining the amount of security credentials required to access a data vol-ume.
  • D. It is the procedure of estimating the resource cost, so that you can run a specific project on AWS.
Discover Answer Hide Answer

B
Because applications deployed using Elastic Beanstalk run on Amazon cloud resources, you should keep several things in mind when designing your application: scalability, security, persistent storage, fault tolerance, content delivery, software updates and patching, and connectivity. Elasticity is the streamlining of resource acquisition and release, so that your infrastructure can rapidly scale in and scale out as demand fluctuates.
Reference:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.concepts.design.html

Question#333

What is an Auto Scaling group?

  • A. It is a group of ELBs that are used to add instances from various regions.
  • B. It is a logical grouping of EC2 instances that share similar characteristics for scaling and man-agement.
  • C. It is a collection of EC2 instance launch parameters with different characteristics for scaling and management.
  • D. It is a group of launch configurations for Elastic load balancers in the same region.
Discover Answer Hide Answer

B
An Auto Scaling group contains a collection of EC2 instances that share similar characteristics and are treated as a logical grouping for the purposes of instance scaling and management.
Reference:
http://docs.aws.amazon.com/autoscaling/latest/userguide/AutoScalingGroup.html

Question#334

Which service is offered by Auto Scaling?

  • A. Automatic scaling storage
  • B. Automatic scale EC2 capacity
  • C. Automatic scale ECS capacity
  • D. Automatic scale elastic IP
Discover Answer Hide Answer

B
Auto Scaling is a service that allows users to scale the EC2 resources up or down automatically ac-cording to the conditions or by manual intervention. It is a seamless process to scale the EC2 compute units up and down.
Reference:
http://aws.amazon.com/autoscaling/

Question#335

Which of the scaling options given below is not supported by Auto Scaling?

  • A. All these options are supported by Auto Scaling
  • B. Manual scaling
  • C. Scaling based on CPU utilization
  • D. Scaling based on time
Discover Answer Hide Answer

A
Auto Scaling supports three types of scaling:

Manual scaling -
Scaling based on condition (e.g. CPU utilization is up or down, etc.) Scaling based on time (e.g. First day of the quarter, 6 am every day, etc.).
Reference:
http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/scaling_plan.html

Question#336

Security groups in Amazon VPC ______.

  • A. control incoming traffic only
  • B. control both inbound and outbound traffic
  • C. control neither incoming nor outgoing traffic
  • D. control outgoing traffic only
Discover Answer Hide Answer

B
Security Groups in VPC allow you to specify rules for both outgoing and incoming traffic.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html

Question#337

______ in VPC are stateful where return traffic is automatically allowed, regardless of any rules.

  • A. Security groups
  • B. Availability Zones
  • C. Network ACLs
  • D. Geo Redundant Servers
Discover Answer Hide Answer

A
Security groups in VPC are stateful where return traffic is automatically allowed without having to go through the whole evaluation process again. Network ACLs are stateless, meaning return traffic must be explicitly allowed by rules.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Security.html

Question#338

What happens if the instance launched by Auto Scaling becomes unhealthy?

  • A. Auto Scaling will terminate the instance and launch a new healthy instance.
  • B. Auto Scaling will terminate the instance but not launch a new instance.
  • C. The instance cannot become unhealthy.
  • D. Auto Scaling will notify the user and the user can update the instance.
Discover Answer Hide Answer

A
Auto Scaling keeps checking the health of the EC2 instances launched by it at regular intervals. If an instance is observed as unhealthy, Auto Scaling will automatically terminate the instance and launch a new healthy instance. Thus, it maintains the number of instances as per the Auto Scaling group configuration.
Reference:
http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/AutoScalingLifecycleHooks.html

Question#339

A user has set the Alarm for the CPU utilization > 50%. Due to an internal process, the current CPU utilization will be 80% for 6 hours. How can the user ensure that the CloudWatch alarm does not perform any action?

  • A. The user can disable the alarm using the DisableAlarmActions API.
  • B. The user can set CloudWatch in a sleep state using the CLI mon-sleep-alarm-action.
  • C. The user can pause the alarm from the console.
  • D. The user cannot stop the alarm from performing an action unless the alarm is deleted.
Discover Answer Hide Answer

A
The user can disable or enable the CloudWatch alarm using the DisableAlarmActions and Ena-bleAlarmActions APIs or the mon-disable-alarm-actions and mon- enable-alarm-actions commands.
Reference:
http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/AlarmThatSendsEmail.html

Question#340

A user is sending a custom metric to CloudWatch. If the call to the CloudWatch APIs has different dimensions, but the same metric name, how will CloudWatch treat all the requests?

  • A. It will treat each unique combination of dimensions as a separate metric.
  • B. It will group all the calls into a single call.
  • C. It will overwrite the previous dimension data with the new dimension data.
  • D. It will reject the request as there cannot be a separate dimension for a single metric.
Discover Answer Hide Answer

A
A dimension is a key-value pair used to uniquely identify a metric. CloudWatch treats each unique combination of dimensions as a separate metric. Thus, if the user is making 4 calls with the same metric name but a separate dimension, it will create 4 separate metrics.
Reference:
http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html

chevron rightPrevious Nextchevron right