Spot instances are ideally designed for which purpose below?
D
There are four general categories of time-flexible and interruption-tolerant tasks that work well with Spot Instances: Delayable tasks, Optional tasks, Tasks that can be sped up by adding additional-computing power and at the end, Tasks that require a large number of compute instances that you can't access any other way.
Reference:
http://aws.amazon.com/ec2/spot-instances/
What does Amazon EMR stand for?
C
Amazon EMR stands for Elastic MapReduce (Amazon EMR.) Amazon EMR is a managed cluster platform that simplifies running big data frameworks, such as
Apache Hadoopand Apache Spark,
on AWS to process and analyze vast amounts of data. By using these frameworks and related open- source projects, such as Apache Hive and Apache Pig, you can process data for analytics purposes and business intelligence workloads.
Reference:
http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-what-is-emr.html
What is the main use of EMR?
C
Using Amazon EMR, you can instantly provision as much or as little capacity as you like to perform data-intensive tasks for applications such as web indexing, data mining, log file analysis, machine learning, financial analysis, scientific simulation, and bioinformatics research. Amazon
EMR lets you focus on crunching or analyzing your data without having to worry about time-consuming set-up, management or tuning of Hadoop clusters or the compute capacity upon which they sit.
Reference:
https://aws.amazon.com/elasticmapreduce/faqs/
What cloud service does Amazon S3 offer?
C
Amazon S3 has a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web.
Reference:
http://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html
A user is launching an instance with EC2. Which options below should the user consider before launching an instance?
B
Regarding Amazon EC2, when launching an instance, the user needs to select the region the in-stance would be launched from. While launching, the user needs to plan for the instance type and the OS of the instance.
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance_linux.html
In regard to AWS CloudFormation, to pass values to your template at runtime you should use ____________.
A
Optional parameters are listed in the Parameters section. Parameters enable you to pass values to your template at runtime, and can be dereferenced in the
Resources and Outputs sections of the template.
Reference:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/concept-template.html
What does Amazon S3 stand for?
B
Amazon Simple Storage Service (Amazon S3) is storage for the Internet. It provides a simple inter-face to manage scalable, reliable, and low latency data storage service over the Internet.
Reference:
http://docs.aws.amazon.com/AmazonS3/latest/gsg/GetStartedWithS3.html
What is Amazon WorkSpaces?
A
Amazon WorkSpaces is a fully managed desktop computing service in the AWS cloud, allowing end-users to access the documents, applications, and resources they need with the device of their choice.
Amazon WorkSpaces offers a choice of service bundles. You can choose from Value, Standard, Performance, Power, or Graphics bundles that offer different
CPU, GPU, memory, and storage re-sources (SSD volumes).
Reference:
https://aws.amazon.com/workspaces/
What does AMI stand for?
A
AMI stands for Amazon Machine Image.
An Amazon Machine Image (AMI) is a template that contains a software configuration (for exam-ple, an operating system, an application server, and applications).
From an AMI, you launch an in-stance, which is a copy of the AMI running as a virtual server in the cloud. You can launch multiple instances of an AMI, as shown in the following figure.
Reference:
http://aws.amazon.com/ec2/faqs/
Which of the following statements is true of tags and resource identifiers for EC2 instances?
A
You can assign tags only to resources that already exist. You can't terminate, stop, or delete a re-source based solely on its tags; you must specify the resource identifier. For example, to delete snap-shots that you tagged with a tag key called DeleteMe, you must use the DeleteSnapshots action with the resource identifiers of the snapshots, such as snap-1234567890abcdef0. To identify re-sources by their tags, you can use the DescribeTags action to list all of your tags and their associated resources.
Reference:
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/Using_Tags.html