AWS

Chapter 3: Amazon Elastic Comput

2018-07-15  本文已影响107人  K1024

Chapter 3: Amazon Elastic Compute Cloud (Amazon EC2) and
Amazon Elastic Block Store (Amazon EBS)

  1. C. Reserved Instances provide cost savings when you can commit to running instances full time, such as to handle the base traffic. On-Demand Instances provide the flexibility to handle traffic spikes, such as on the last day of the month.
  1. B. Spot Instances are a very cost-effective way to address temporary compute needs that are not urgent and are tolerant of interruption. That’s exactly the workload described here. Reserved Instances are inappropriate for temporary workloads. On-Demand Instances are good for temporary workloads, but don’t offer the cost savings of Spot Instances. Adding more queues is a non-responsive answer as it would not address the problem.
  1. C, D. The Amazon EC2 instance ID will be assigned by AWS as part of the launch process. The administrator password is assigned by AWS and encrypted via the public key. The instance type defines the virtual hardware and the AMI defines the initial software state. You must specify both upon launch.
  1. A, C. You can change the instance type only within the same instance type family, or you can change the Availability Zone. You cannot change the operating system nor the
    instance type family.
  1. D. When there are multiple security groups associated with an instance, all the rules are aggregated.
  1. A, B, E. These are the benefits of enhanced networking.
  1. A, B, D. The other answers have nothing to do with networking.
  1. C. Dedicated Instances will not share hosts with other accounts.
  1. B, C. Instance stores are low-durability, high-IOPS storage that is included for free with the hourly cost of an instance.
  1. A, C. There are no tapes in the AWS infrastructure. Amazon EBS volumes persist when the instance is stopped. The data is automatically replicated within an Availability Zone.Amazon EBS volumes can be encrypted upon creation and used by an instance in thesame manner as if they were not encrypted.
  1. B. There is no delay in processing when commencing a snapshot.
  1. B. The volume is created immediately but the data is loaded lazily. This means that the volume can be accessed upon creation, and if the data being requested has not yet been restored, it will be restored upon first request.
  1. A, C. B and D are incorrect because an instance store will not be durable and a magnetic volume offers an average of 100 IOPS. Amazon EBS-optimized instances reserve network bandwidth on the instance for IO, and Provisioned IOPS SSD volumes provide the highest consistent IOPS.
  1. D. Bootstrapping runs the provided script, so anything you can accomplish in a script you can accomplish during bootstrapping.
  1. C. The public half of the key pair is stored on the instance, and the private half can then be used to connect via SSH.
  1. B, C. These are the possible outputs of VM Import/Export.
  1. B, D. Neither the Windows machine name nor the Amazon EC2 instance ID can be resolved into an IP address to access the instance.
  1. A. None of the other options will have any effect on the ability to connect.
  1. C. A short period of heavy traffic is exactly the use case for the bursting nature of general-purpose SSD volumes—the rest of the day is more than enough time to build up enough IOPS credits to handle the nightly task. Instance stores are not durable, magnetic volumes cannot provide enough IOPS, and to set up a Provisioned IOPS SSD volume to handle the peak would mean spending money for more IOPS than you need.
  1. B. There is a very small hourly charge for allocated elastic IP addresses that are not associated with an instance.

知识点总结

上一篇 下一篇

猜你喜欢

热点阅读