CloudAcademy: Knowledge Check: Foundations for Solution Architect Associate Flashcards
Amazon EC2 provides virtual computing environments known as _____.
A. instances
B. containers
C. volumes
D. microsystems
A. instances
Explanation:
Amazon EC2 provides virtual computing environments known as instances.
When you launch an instance, the instance type that you specify determines the hardware of the host computer used for your instance. Each instance type offers different compute, memory, and storage capabilities and are grouped in instance families based on these capabilities. Select an instance type based on the requirements of the application or software that you plan to run on your instance.
What does AMI stand for?
A. Advanced Machine Image
B. Amazon Machine Image
C. Advanced Machine Instance
D. Amazon Micro Instance
B. Amazon Machine Image
Explanation:
AMI stands for AmazonMachine Image.
An Amazon Machine Image (AMI) is a template that contains a software configuration (for example, an operating system, an application server, and applications). From an AMI, you launch an instance, 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.
There are two most common methods for accessing an EC2 instance externally(via the Internet). Which is one of those?
A. By the assigned public DNS name or the public IP address
B. By a command line interface (CLI) request to an internal service IP address
C. With a Telnet session and an out of band management server
D. With a remote desktop and console VTY
A. By the assigned public DNS name or the public IP address
Explanation:
You can access your EC2 instance using its assigned public DNS name or public IP address. The public DNS names for instances are as follows:
The US East (N. Virginia) region: ec2-public_ip.compute-1.amazonaws.com Other regions: ec2-public_ip.region_code.compute.amazonaws.com
Which Amazon EC2 purchase options involve selecting host hardware as well as your instance operating system, memory and compute specifications? (Choose 2 options)
A. On-Demand Instances
B. Reserved Instances
C. Dedicated Instances
D. Dedicated Host Instances
C. Dedicated Instances
D. Dedicated Host Instances
Explanation:
There are also tenancy options, which determine the AWS hardware your instances are hosted on. This is technically different than the pricing options. AWS offers shared tenancy by default, as well as dedicated tenancy, and finally dedicated host tenancy. Shared tenancy means your instances can be hosted on any available hardware in a given availability zone, and will still be secure and separate from other instances with shared tenancy. Dedicated tenancy means your instances only alone run on a specific, single-tenant AWS server. A Dedicated Host is a physical EC2 server dedicated for your use, and you can actually control the server settings. The ability to control the server settings is what separates dedicated tenancy from dedicated host tenancy.
The pay-as-you-go pricing was previously per instance-hour, but was updated on October 2, 2017 to include some instance types and operating systems that can be billed at per second.
Does Amazon S3 provide a filesystem?
A. Yes, NFS (Network File System).
B. Yes, any Filesystem of your choice.
C. No, it’s an object store, with buckets and objects.
D. No, it only stores streams of data
C. No, it’s an object store, with buckets and objects.
Explanation:
Amazon Simple Storage Service (S3) is object storage organized in a hierarchy of buckets and objects that can be easily managed and accessed by your users and applications.
Which of the following methods is used to move data to and from Amazon S3 to your instances?
A. Amazon S3 API
B. AWS Command Line Interface
C. AWS Tools for Windows PowerShell
D. All answers listed are correct.
D. All answers listed are correct.
Explanation:
In Amazon Elastic Compute Cloud, if you have permission, you can copy a file to or from Amazon S3 and your instance usingwget, the AWS Command Line Interface,AWS Tools for Windows PowerShell, or the Amazon S3 API.
Is it possible to access S3 objects from the Internet?
A. Yes, it is possible if proper public readable accesses and ACLs are set.
B. No, there is no way to access any S3 objects from the Internet.
C. Yes, but it has to pass through EC2.
D. No, only a general overview of S3 objects can be read from the Internet.
A. Yes, it is possible if proper public readable accesses and ACLs are set.
Explanation:
You must grant read permission on the specific objects to make them publicly accessible so that your users can view them on your website. You make objects publicly readable by using either the object ACL or by writing a bucket policy.
What is the availability SLA for the Amazon S3 standard storage?
A. 99.999%
B. 99.95%
C. 99.9%
D. 99.99%
D. 99.99%
Explanation:
Amazon S3 standard storage offers 99.99% availability and 99.999999999% durability.
In EBS, when taking a snapshot, what is the status of thesnapshot until it is completed?
A. Pending
B. Running
C. In-progress
D. Working
A. Pending
Explanation:
In Amazon EBS, the status of the snapshot is ‘pending’ until the snapshot is complete.
Why does AWS recommend using stateless cloud applications, when possible?
A. Stateless applications are more secure than stateful applications.
B. Stateless applications are always more cost-effective than stateful applications.
C. Stateless applications enable more scalability and resilience in each application layer.
D. Stateless applications offer a higher degree of encryption for data in transit.
C. Stateless applications enable more scalability and resilience in each application layer.
Explanation:
A stateless application needs no knowledge of previous application actions, and stores no session data, and thus can be scaled horizontally with minimal friction.
Your development team did not create a new security group when it deployed three EC2 instances, so the instances are associated with the default security group. The default security group is unchanged, so what rules does the default security group enforce? (Choose 3 answers)
A. No inbound traffic is allowed from resources outside the security group.
B. No outbound traffic will be allowed from the EC2 instances.
C. The EC2 instances will be able to communicate with each other.
D. All outbound traffic from the EC2 instances will be allowed.
A. No inbound traffic is allowed from resources outside the security group.
C. The EC2 instances will be able to communicate with each other.
D. All outbound traffic from the EC2 instances will be allowed.
Explanation:
Your VPC automatically comes with a default security group. Each EC2 instance that you launch in your VPC is automatically associated with the default security group if you don’t specify a different security group when you launch the instance.The default security group disallows all inbound traffic and allows all outbound traffic. The default security group does allow communication between resources associated with the same default security group. However, the rules for a default security group can be changed.
AWS uses the term __________ to describe the ability to scale computing resources up and down easily, with minimal friction.
A. Scalability
B. Elastic
C. N+1
D. Mutable
B. Elastic
Explanation:
Amazon is based on the concept of elasticity: it means that you can use instances and other AWS resources without any restrictions on scalability or limits on the number of available resources.
By default, are EBS volumes that you attach as you launch the instance automatically deleted when the instance terminates?
A. Yes, but any additional EBS volumes that you attach at launch, or any EBS volumes that you attach to an existing instance persist even after the instance terminates.
B. No
C. No, but you can manually enable this behavior.
D. No, but any additional EBS volumes that you attach at launch needs to be replaced before deletion.
A. Yes, but any additional EBS volumes that you attach at launch, or any EBS volumes that you attach to an existing instance persist even after the instance terminates.
Explanation:
By default, Amazon EBS root device volumes are automatically deleted when the instance terminates. However, by default, any additional EBS volumes that you attach at launch, or any EBS volumes that you attach to an existing instance persist even after the instance terminates.
Which statements below regarding AWS pricing are true? (Choose 2 answers)
A. You can pay less for a service when you reserve it in advance.
B. Discounted rates are available for high volume service usage.
C. Reserved payment options are available for all AWS services
D. In general, payments are a set rate per month regardless of usage
A. You can pay less for a service when you reserve it in advance.
B. Discounted rates are available for high volume service usage.
Explanation:
Discounts are available for service reservations, and you can pay less per unit by using a higher ‘volume’ of the service. However, reserved services are only available for certain services, and payments are not a set rate. They are generally based on usage, or ‘on demand.’
A company is deciding whether to migrate its applications to a VPC on AWS. Which of the following services or features will help the business compare the costs of on-premises data centers and AWS?
A. Detailed billing report
B. AWS Cost Explorer
C. AWS Pricing Calculator
D. Consolidated billing
C. AWS Pricing Calculator
Explanation:
AWS Pricing Calculator is a web-based planning tool that you can use to create estimates for your AWS use cases. You can use it to model your solutions before building them, explore the AWS service price points, and review the calculations behind your estimates. You can use it to help you plan how you spend, find cost saving opportunities, and make informed decisions when using Amazon Web Services.