AWS Interview Flashcards
What is EC2
EC2, a Virtual Machine in the cloud on which you have OS-level control. You can run this cloud server whenever you want and can be used when you need to deploy your own servers in the cloud, similar to your on-premises servers, and when you want to have full control over the choice of hardware and the updates on the machine
What is SnowBall
SnowBall is a small application that enables you to transfer terabytes of data inside and outside of the AWS environment
What is CloudWatch
CloudWatch helps you to monitor AWS environments like EC2, RDS Instances, and CPU utilization. It also triggers alarms depending on various metrics
What is Elastic Transcoder
Elastic Transcoder is an AWS Service Tool that helps you in changing a video’s format and resolution to support various devices like tablets, smartphones, and laptops of different resolutions.
What do you understand by VPC
VPC stands for Virtual Private Cloud. It allows you to customize your networking configuration. VPC is a network that is logically isolated from other networks in the cloud. It allows you to have your private IP Address range, internet gateways, subnets, and security groups.
DNS and Load Balancer Services come under which type of Cloud Service
DNS and Load Balancer are a part of IaaS-Storage Cloud Service
What are the Storage Classes available in Amazon S3
Storage Classes available with Amazon S3 are:
Amazon S3 Standard Amazon S3 Standard-Infrequent Access Amazon S3 Reduced Redundancy Storage Amazon Glacier
Explain what T2 instances are
T2 Instances are designed to provide moderate baseline performance and the capability to burst to higher performance as required by the workload
What are Key-Pairs in AWS
Key-Pairs are secure login information for your Virtual Machines. To connect to the instances, you can use Key-Pairs which contain a Public Key and a Private Key
How many Subnets can you have per VPC
You can have 200 Subnets per VPC
List different types of Cloud Services
Different types of Cloud Services are:
Software as a Service (SaaS) Data as a Service (DaaS) Platform as a Service (PaaS) Infrastructure as a Service (IaaS)
Explain what S3 is
S3 stands for Simple Storage Service. You can use the S3 interface to store and retrieve any amount of data, at any time and from anywhere on the web. For S3, the payment model is “pay as you go”.
How does Amazon Route 53 provide high availability and low latency
Amazon Route 53 uses the following to provide high availability and low latency:
Globally Distributed Servers - Amazon is a global service and consequently has DNS Servers globally. Any customer creating a query from any part of the world gets to reach a DNS Server local to them that provides low latency. Dependency - Route 53 provides a high level of dependability required by critical applications. Optimal Locations - Route 53 serves the requests from the nearest data center to the client sending the request. AWS has data-centers across the world. The data can be cached on different data-centers located in different regions of the world depending on the requirements and the configuration chosen. Route 53 enables any server in any data-center which has the required data to respond. This way, it enables the nearest server to serve the client request, thus reducing the time taken to serve
How can you send a request to Amazon S3
Amazon S3 is a REST Service, and you can send a request by using the REST API or the AWS SDK wrapper libraries that wrap the underlying Amazon S3 REST API
What does AMI include
An AMI includes the following things:
A template for the root volume for the instance. Launch permissions to decide which AWS accounts can avail the AMI to launch instances. A block device mapping that determines the volumes to attach to the instance when it is launched