Aws Odd Interview Questions
Aws Odd Interview Questions
Aws Odd Interview Questions
Answer:AWS Elastic Beanstalk is the fastest and simplest way to get an application up and
running on AWS.Developers can simply upload their code and the service automatically
handle all the details such as resource provisioning, load balancing, Auto scaling and
Monitoring.
Answer:Lightsail designed to be the easiest way to launch and manage a virtual private
server with AWS.Lightsail plans include everything you need to jumpstart your project a
virtual machine, ssd based storage, data transfer, DNS Management and a static ip.
Answer:Amazon EBS Provides persistent block level storage volumes for use with Amazon
EC2 instances. Amazon EBS volume is automatically replicated with its availability zone to
protect component failure offering high availability and durability. Amazon EBS volumes
are available in a variety of types that differ in performance characteristics and Price.
Answer: Magnetic Volume: Magnetic volumes have the lowest performance characteristics
of all Amazon EBS volume types.
EBS Volume size: 1 GB to 1 TB Average IOPS: 100 IOPS Maximum throughput: 40-90 MB
General-Purpose SSD: General purpose SSD volumes offers cost-effective storage that is
ideal for a broad range of workloads. General purpose SSD volumes are billed based on the
amount of data space provisioned regardless of how much of data you actually store on the
volume.
EBS Volume size: 1 GB to 16 TB Maximum IOPS: upto 10000 IOPS Maximum throughput:
160 MB
Provisioned IOPS SSD: Provisioned IOPS SSD volumes are designed to meet the needs of
I/O intensive workloads, particularly database workloads that are sensitive to storage
performance and consistency in random access I/O throughput. Provisioned IOPS SSD
Volumes provide predictable, High performance.
EBS Volume size: 4 GB to 16 TB Maximum IOPS: upto 20000 IOPS Maximum throughput:
320 MB
Answer: Cold HDD: Cold HDD volumes are designed for less frequently accessed workloads.
These volumes are significantly less expensive than throughput-optimized HDD volumes.
EBS Volume size: 500 GB to 16 TB Maximum IOPS: 200 IOPS Maximum throughput: 250
MB
EBS Volume size: 500 GB to 16 TB Maximum IOPS: 500 IOPS Maximum throughput: 500
MB
Answer: Amazon EBS optimized instances to ensure that the Amazon EC2 instance is
prepared to take advantage of the I/O of the Amazon EBS Volume. An amazon EBS-
optimized instance uses an optimized configuration stack and provide additional dedicated
capacity for Amazon EBS I/When you select Amazon EBS-optimized for an instance you
pay an additional hourly charge for that instance.
Answer:
It can back up the data on the EBS Volume. Snapshots are incremental backups.
If this is your first snapshot it may take some time to create. Snapshots are point in
time copies of volumes.
Q134) How to connect EBS volume to multiple instance?
Answer: We can’t able to connect EBS volume to multiple instance, but we can able to
connect multiple EBS Volume to single instance.
Para virtualization: This AMI boot with a special boot loader called PV-GRUB. The ability of
the guest kernel to communicate directly with the hypervisor results in greater
performance levels than other virtualization approaches but they cannot take advantage of
hardware extensions such as networking, GPU etc. Its customized Virtualization image.
Virtualization image can be used only for particular service.
Answer:
Block Storage: Block storage operates at lower level, raw storage device level and manages
data as a set of numbered, fixed size blocks.
File Storage: File storage operates at a higher level, the operating system level and manage
data as a named hierarchy of files and folders.
Answer:
Multi AZ replication
Answer:
Bucket names can contain upto 63 lowercase letters, numbers, hyphens and
Answer:
Amazon S3 Standard
Amazon Glacier
Get AWS Online Training
Q140) Explain Amazon s3 lifecycle rules?
Answer: Amazon S3 lifecycle configuration rules, you can significantly reduce your storage
costs by automatically transitioning data from one storage class to another or even
automatically delete data after a period of time.
Answer: Cross region replication is a feature allows you asynchronously replicate all new
objects in the source bucket in one AWS region to a target bucket in another region. To
enable cross-region replication, versioning must be turned on for both source and
destination buckets. Cross region replication is commonly used to reduce the latency
required to access objects in Amazon S3
Answer: You need to select Encrypt this volume option in Volume creation page. While
creation a new master key will be created unless you select a master key that you created
separately in the service. Amazon uses the AWS key management service (KMS) to handle
key management.
Answer:
Stateful Firewall: A Security group is a virtual stateful firewall that controls inbound and
outbound network traffic to AWS resources and Amazon EC2 instances. Operates at the
instance level. It supports allow rules only. Return traffic is automatically allowed,
regardless of any rules.
Stateless Firewall: A Network access control List (ACL) is a virtual stateless firewall on a
subnet level. Supports allow rules and deny rules. Return traffic must be explicitly allowed
by rules.
Answer:
NAT instance: A network address translation (NAT) instance is an Amazon Linux machine
Image (AMI) that is designed to accept traffic from instances within a private subnet,
translate the source IP address to the Public IP address of the NAT instance and forward
the traffic to IWG.
NAT Gateway: A NAT gateway is an Amazon managed resources that is designed to operate
just like a NAT instance but it is simpler to manage and highly available within an
availability Zone. To allow instance within a private subnet to access internet resources
through the IGW via a NAT gateway.
Answer: Amazon VPC peering connection is a networking connection between two amazon
vpc’s that enables instances in either Amazon VPC to communicate with each other as if
they are within the same network. You can create amazon VPC peering connection between
your own Amazon VPC’s or Amazon VPC in another AWS account within a single region.
Answer:
User Name/Password
Access Key
Data ware house is a central repository for data that can come from one or more sources.
Organization typically use data warehouse to compile reports and search the database
using highly complex queries. Data warehouse also typically updated on a batch schedule
multiple times per day or per hour compared to an OLTP (Online Transaction Processing)
relational database that can be updated thousands of times per second.
Q150) What is mean by Multi-AZ in RDS?
Answer: Amazon Dynamo DB is fully managed NoSQL database service that provides fast
and predictable performance with seamless scalability. Dynamo DB makes it simple and
Cost effective to store and retrieve any amount of data.
Answer: Cloud formation is a service which creates the AWS infrastructure using code. It
helps to reduce time to manage resources. We can able to create our resources Quickly and
faster.
Answer:
Manual Scaling
Scheduled Scaling
Dynamic Scaling
Q154) What is Auto Scaling group?
Answer: Auto Scaling group is a collection of Amazon EC2 instances managed by the Auto
scaling service. Each auto scaling group contains configuration options that control when
auto scaling should launch new instance or terminate existing instance.
Answer:
Basic Monitoring: Basic monitoring sends data points to Amazon cloud watch every five
minutes for a limited number of preselected metrics at no charge.
Detailed Monitoring: Detailed monitoring sends data points to amazon CloudWatch every
minute and allows data aggregation for an additional charge.
Answer: In Cloud front we will deliver content to edge location wise so here we can use
Route 53 for Content Delivery Network. Additionally, if you are using Amazon CloudFront
you can configure Route 53 to route Internet traffic to those resources.
Answer:
Simple
Weighted
Latency Based
Failover
Geolocation
Q158) What is Amazon ElastiCache?
Answer: Amazon ElastiCache is a web services that simplifies the setup and management of
distributed in memory caching environment.
Cost Effective
High Performance
SQS (Simple Queue Service): SQS is a fast, reliable and scalable, fully managed message
queuing service. Amazon SQS makes it simple and cost Effective. It’s temporary repository
for messages to waiting for processing and acts as a buffer between the component
producer and the consumer.
SNS (Simple Notification Service): SNS is a web service that coordinates and manages the
delivery or sending of messages to recipients.
Answer:Amazon Web Services is a secure cloud services stage, offering compute power,
database storage, content delivery and other functionality to help industries scale and
grow.
Answer:low price – Consume only the amount of calculating, storage and other IT devices
needed. No long-term assignation, minimum spend or up-front expenditure is required.
Elastic and Scalable – Quickly Rise and decrease resources to applications to satisfy
customer demand and control costs. Avoid provisioning maintenance up-front for plans
with variable consumption speeds or low lifetimes.
Q162) What is the way to secure data for resounding in the cloud?
Answer:
Read the user contract to find out how your cloud service storing works. …
Encrypt. …
Answer:Lambda Edge lets you run Lambda functions to modify satisfied that Cloud Front
delivers, executing the functions in AWS locations closer to the viewer. The functions run in
response to Cloud Front events, without provisioning or managing server.
Flexibility. Cloud computing agrees your workers to be more flexible – both in and out of
the workplace. Workers can access files using web-enabled devices such as smartphones,
laptops and notebooks. In this way, cloud computing empowers the use of mobile
technology.
One of the key assistances of using cloud computing is its scalability. Cloud computing
allows your business to easily expensive or downscale your IT requests as and when
required. For example, most cloud service workers will allow you to increase your existing
resources to accommodate increased business needs or changes. This will allow you to
support your commercial growth without exclusive changes to your present IT systems.
Q166) What is IaaS?
IaaS workers include Amazon Web Services, Microsoft Azure and Google Compute Engine
Users: IT Administrators
Q167) What is PaaS?
Answer:PaaS runs cloud platforms and runtime environments to develop, test and manage
software
Q168) What is SaaS?
Answer:In SaaS, cloud workers host and manage the software application on a pay-as-you-
go pricing model
Answer:The API tools can be used for spin up services and also for the written scripts.
Persons scripts could be coded in Perl, bash or other languages of your preference. There is
one more option that is flowery management and stipulating tools such as a dummy or
improved descendant. A tool called Scalar can also be used and finally we can go with a
controlled explanation like a Right scale. Which automation gears can help with pinup
service.
Answer:An Amazon Machine Image (AMI) explains the programs and settings that will be
applied when you launch an EC2 instance. Once you have finished organizing the data,
services, and submissions on your ArcGIS Server instance, you can save your work as a
custom AMI stored in Amazon EC2. You can scale out your site by using this institution AMI
to launch added instances
Use the following process to create your own AMI using the AWS Administration Console:
*Configure an EC2 example and its attached EBS volumes in the exact way you want them
created in the custom AMI.
Answer:Amazon Elastic Calculate Cloud (Amazon EC2) is a web service that provides
secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud
calculating easier for designers. Amazon EC2’s simple web serviceinterface allows you to
obtain and configure capacity with minimal friction.
Answer:An instance store is a provisional storing type located on disks that are physically
attached to a host machine. … This article will present you to the AWS instance store
storage type, compare it to AWS Elastic Block Storage (AWS EBS), and show you how to
backup data stored on instance stores to AWS EBS
Amazon SQS is a message queue service used by scattered requests to exchange messages
through a polling model, and can be used to decouple sending and receiving components
Answer:
Answer:
By defaulting, all subnets can route between each other, whether they are private or
public.
Q176) How can you send request to Amazon S3?
Q177) What is the best approach to anchor information for conveying in the cloud ?
Answer:Backup Data Locally. A standout amongst the most vital interesting points while
overseeing information is to guarantee that you have reinforcements for your information,
Answer:AWS Key Management Service (AWS KMS) is an overseen benefit that makes it
simple for you to make and control the encryption keys used to scramble your information.
… AWS KMS is additionally coordinated with AWS CloudTrail to give encryption key use
logs to help meet your inspecting, administrative and consistence needs.
Q180)
What is Amazon EMR ?
Answer:VPCs and Subnets. A virtual private cloud (VPC) is a virtual system committed to
your AWS account. It is consistently segregated from other virtual systems in the AWS
Cloud. You can dispatch your AWS assets, for example, Amazon EC2 cases, into your VPC.
Q185) How would one be able to associate a VPC to corporate server farm?
Answer:AWS Direct Connect empowers you to safely associate your AWS condition to your
on-premises server farm or office area over a standard 1 gigabit or 10 gigabit Ethernet
fiber-optic association. AWS Direct Connect offers committed fast, low dormancy
association, which sidesteps web access suppliers in your system way. An AWS Direct
Connect area gives access to Amazon Web Services in the locale it is related with, and also
access to different US areas. AWS Direct Connect enables you to consistently parcel the
fiber-optic associations into numerous intelligent associations called Virtual Local Area
Networks (VLAN). You can exploit these intelligent associations with enhance security,
separate traffic, and accomplish consistence necessities.
Answer:Truly, it very well may be pushed off for examples with root approaches upheld by
local event stockpiling. By utilizing Amazon S3, engineers approach the comparative to a
great degree versatile, reliable, quick, low-valued information stockpiling substructure that
Amazon uses to follow its own overall system of sites. So as to perform frameworks in the
Amazon EC2 air, engineers utilize the instruments giving to stack their Amazon Machine
Images (AMIs) into Amazon S3 and to exchange them between Amazon S3 and Amazon
EC2. Extra use case may be for sites facilitated on EC2 to stack their stationary substance
from S3.
There are then two principle kinds of EBS – HDD (Hard Disk Drives, i.e. attractive turning
circles), which are genuinely ease back to access, and SSD, which are strong state drives
which are excessively quick to get to, yet increasingly costly.
Answer:This is one of the generally asked AWS engineer inquiries questions. This inquiry
checks your essential AWS learning so the appropriate response ought to be clear. Amazon
Web Services (AWS) is a cloud benefit stage which offers figuring power, investigation,
content conveyance, database stockpiling, sending and some different administrations to
help you in your business development. These administrations are profoundly versatile,
solid, secure, and cheap distributed computing administrations which are plot to cooperate
and, applications in this manner made are further developed and escalade.
Basic Storage Service (S3): S3 is most generally utilized AWS stockpiling web benefit.
Straightforward E-mail Service (SES): SES is a facilitated value-based email benefit and
enables one to smoothly send deliverable messages utilizing a RESTFUL API call or through
an ordinary SMTP.
Personality and Access Management (IAM): IAM gives enhanced character and security the
board for AWS account.
Versatile Compute Cloud (EC2): EC2 is an AWS biological community focal piece. It is in
charge of giving on-request and adaptable processing assets with a “pay as you go”
estimating model.
Flexible Block Store (EBS): EBS offers consistent capacity arrangement that can be found in
occurrences as a customary hard drive.
This is among habitually asked AWS engineer inquiries questions. Simply find the
questioner psyche and solution appropriately either with parts name or with the portrayal
alongside.
Answer:You may run over at least one AMI related AWS engineer inquiries amid your AWS
designer meet. Along these lines, set yourself up with a decent learning of AMI.
AMI represents the term Amazon Machine Image. It’s an AWS format which gives the data
(an application server, and working framework, and applications) required to play out the
dispatch of an occasion. This AMI is the duplicate of the AMI that is running in the cloud as
a virtual server. You can dispatch occurrences from the same number of various AMIs as
you require. AMI comprises of the followings:
Launch authorizations to figure out which AWS records will inspire the AMI so as to
dispatch the occasions
Mapping for square gadget to compute the aggregate volume that will be appended to the
example at the season of dispatch
Q191) Is vertically scale is conceivable on Amazon occurrence?
This is one of the normal AWS engineer inquiries questions. In the event that the
questioner is hoping to find a definite solution from you, clarify the system for vertical
scaling.
Answer:Various sorts of examples can be propelled from one AMI. The sort of an occasion
for the most part manages the equipment segments of the host PC that is utilized for the
case. Each kind of occurrence has unmistakable registering and memory adequacy.
When an example is propelled, it gives a role as host and the client cooperation with it is
same likewise with some other PC however we have a totally controlled access to our
occurrences. AWS engineer inquiries questions may contain at least one AMI based
inquiries, so set yourself up for the AMI theme exceptionally well.
Amazon S3
Amazon EC2
The significance of S3 is Simple Storage Service. The importance of EC2 is Elastic Compute
Cloud.
It has a REST interface and utilizations secure HMAC-SHA1 validation keys. It is much the
same as a tremendous PC machine which can deal with application like Python, PHP,
Apache and some other database.
When you are going for an AWS designer meet, set yourself up with the ideas of Amazon S3
and EC2, and the distinction between them.
Q194) What number of capacity alternatives are there for EC2 Instance?
Amazon EBS
Amazon S3
Adding Storage
Amazon EC2 is the basic subject you may run over while experiencing AWS engineer
inquiries questions. Get a careful learning of the EC2 occurrence and all the capacity
alternatives for the EC2 case.
Q195) What are the security best practices for Amazon Ec2 examples?
Answer:There are various accepted procedures for anchoring Amazon EC2 occurrences
that are pertinent whether occasions are running on-preface server farms or on virtual
machines. How about we view some broad prescribed procedures:
Minimum Access: Make beyond any doubt that your EC2 example has controlled access to
the case and in addition to the system. Offer access specialists just to the confided in
substances.
Slightest Privilege: Follow the vital guideline of minimum benefit for cases and clients to
play out the capacities. Produce jobs with confined access for the occurrences.
Setup Management: Consider each EC2 occasion a design thing and use AWS arrangement
the executives administrations to have a pattern for the setup of the occurrences as these
administrations incorporate refreshed enemy of infection programming, security highlights
and so forth.
Whatever be the activity job, you may go over security based AWS inquiries questions.
Along these lines, motivate arranged with this inquiry to break the AWS designer meet.
Q196) Clarify the highlights of Amazon EC2 administrations.
Pre-designed layouts
Using AWS SDK Wrapper Libraries, these wrapper libraries wrap the REST APIs for
Amazon
Q198) What is the default number of basins made in AWS?
Answer:This is among habitually asked AWS designer inquiries questions. Give the
appropriate response in straightforward terms, the cradle is primarily used to oversee
stack with the synchronization of different parts i.e. to make framework blame tolerant.
Without support, segments don’t utilize any reasonable technique to get and process
demands. Be that as it may, the cushion makes segments to work in a decent way and at a
similar speed, hence results in quicker administrations.
Answer:At the season of ceasing an Amazon EC2 case, a shutdown is performed in a typical
way. From that point onward, the changes to the ceased state happen. Amid this, the
majority of the Amazon EBS volumes are stayed joined to the case and the case can be
begun whenever. The occurrence hours are not included when the occasion is the ceased
state.
At the season of ending an Amazon EC2 case, a shutdown is performed in an ordinary way.
Amid this, the erasure of the majority of the Amazon EBS volumes is performed. To stay
away from this, the estimation of credit deleteOnTermination is set to false. On end, the
occurrence additionally experiences cancellation, so the case can’t be begun once more.
Answer:In an AWS DevOps Engineer talk with, this is the most widely recognized AWS
inquiries for DevOps. To answer this inquiry, notice the well known DevOps apparatuses
with the kind of hardware –
Answer:Roles are for AWS services, Where we can assign permission of some AWS service
to other Service.
Example – Giving S3 permission to EC2 to access S3 Bucket Contents.
Policies are for users and groups, Where we can assign permission to user’s and groups.
Q204) What are the Defaults services we get when we create custom AWS VPC?
Answer:
Route Table
Network ACL
Security Group
Q205) What is the Difference Between Public Subnet and Private Subnet ?
Answer:Public Subnet will have Internet Gateway Attached to its associated Route Table
and Subnet, Private Subnet will not have the Internet Gateway Attached to its associated
Route Table and Subnet
Public Subnet will have internet access and Private subnet will not have the internet access
directly.
Q206) How do you access the Ec2 which has private IP which is in private Subnet ?
Answer: We can access using VPN if the VPN is configured into that Particular VPC where
Ec2 is assigned to that VPC in the Subnet. We can access using other Ec2 which has the
Public access.
Q207) We have a custom VPC Configured and MYSQL Database server which is in
Private Subnet and we need to update the MYSQL Database Server, What are the
Option to do so.
Answer:By using NAT Gateway in the VPC or Launch a NAT Instance ( Ec2) Configure or
Attach the NAT Gateway in Public Subnet ( Which has Route Table attached to IGW) and
attach it to the Route Table which is Already attached to the Private Subnet.
Q208) What are the Difference Between Security Groups and Network ACL
Answer:
Stateful – Changes made in incoming rules is Stateless – Changes made in incoming rules
automatically applied to the outgoing rule not applied to the outgoing rule
Allow rules only, by default all rules are denied Allow and Deny can be Used.
Q209) What are the Difference Between Route53 and ELB?
Answer:Amazon Route 53 will handle DNS servers. Route 53 give you web interface
through which the DNS can be managed using Route 53, it is possible to direct and failover
traffic. This can be achieved by using DNS Routing Policy.
One more routing policy is Failover Routing policy. we set up a health check to monitor
your application endpoints. If one of the endpoints is not available, Route 53 will
automatically forward the traffic to other endpoint.
ELB automatically scales depends on the demand, so sizing of the load balancers to handle
more traffic effectively when it is not required.
Q210) What are the DB engines which can be used in AWS RDS?
Answer:
MariaDB
MYSQL DB
MS SQL DB
Postgre DB
Oracle DB
Q211) What is Status Checks in AWS Ec2?
Answer: System Status Checks – System Status checks will look into problems with instance
which needs AWS help to resolve the issue. When we see system status check failure, you
can wait for AWS to resolve the issue, or do it by our self.
Network connectivity
System power
Hardware issues
Instance Status Checks – Instance Status checks will look into issues which need our
involvement to fix the issue. if status check fails, we can reboot that particular instance.
Memory Full
Kernel issues
Q212) To establish a peering connections between two VPC’s What condition must
be met?
Answer:
CIDR block should not overlap between vpc setting up a peering connection .
peering connection is allowed within a region , across region, across different account.
Q213) Troubleshooting with EC2 Instances:
Answer: Instance States
If the instance state is 0/2- there might be some hardware issue
Q215) EBS: its block-level storage volume which we can use after mounting with EC2
instances.
Answer:
We can access EBS only if its mounted with instance, at a time EBS can be mounted
only with one instance.
Answer:100 buckets can be created by default in AWS account.To get more buckets
additionally you have to request Amazon for that.
Answer:
Df –k
mkfs.ext4 /dev/xvdf
Fdisk –l
Mkdir /my5gbdata
Answer:With each restart volume will get unmounted from instance, to keep this attached
need to perform below step
Cd /etc/fstab
Q222) What is the Difference between the Service Role and SAML Federated Role.
Answer: Service Role are meant for usage of AWS Services and based upon the policies
attached to it,it will have the scope to do its task. Example : In case of automation we can
create a service role and attached to it.
Federated Roles are meant for User Access and getting access to AWS as per designed role.
Example : We can have a federated role created for our office employee and corresponding
to that a Group will be created in the AD and user will be added to it.
Answer: Root User will have acces to entire AWS environment and it will not have any
policy attached to it. While IAM User will be able to do its task on the basis of policies
attached to it.
Answer: Principal of least privilege means to provide the same or equivalent permission to
the user/role.
Answer: When an IAM user is created and it is not having any policy attached to it,in that
case he will not be able to access any of the AWS Service until a policy has been attached to
it.
Q228) What is the precedence level between explicit allow and explicit deny.
Answer:Creation of Group makes the user management process much simpler and user
with the same kind of permission can be added in a group and at last addition of a policy
will be much simpler to the group in comparison to doing the same thing manually.
Q230) What is the difference between the Administrative Access and Power User
Access in term of pre-build policy.
Answer: Administrative Access will have the Full access to AWS resources. While Power
User Access will have the Admin access except the user/group management permission.
Answer: Identity Provider helps in building the trust between the AWS and the Corporate
AD environment while we create the Federated role.
Answer: It help in securing the AWS environment as we need not to embed or distributed
the AWS Security credentials in the application. As the credentials are temporary we need
not to rotate them and revoke them.
Answer: It helps in managing the IAM Policies, creating the AWS Accounts
programmatically, helps in managing the payment methods and consolidated billing.
Answer: 5TB
Answer:Yes
Q239) Which service is used to distribute content to end user service using global
network of edge location?
Q243) I have some private servers on my premises also i have distributed some of
My workload on the public cloud,what is the architecture called?
Answer: False
Q245) Is simple workflow service one of the valid Simple Notification Service
subscribers?
Answer: No
Q246) Which cloud model do Developers and organizations all around the world
leverage extensively?
Answer: No
Answer: Yes
Q249) Which AWS service will you use to collect and process ecommerce data for
near real time analysis?
Below are some of the vendors that provides that cloud services.
AWS
Azure
GCP
SAP cloud
Oracle cloud
A user and a role is used to provide access to the AWS services. When a user is created, you
will have credentials for the user but when you create a role, no credentials are created. So
your roles are more secured when compared to the users. This concept comes under the
IAM service that deals with the access to the AWS services.
Q253) What are the types of access that you can give to your users ?
You can give 2 types of access to your users, programmatic access and console access.
General-purpose
Compute-optimized
Storage optimized
Memory-optimized
Accelerated computing
Q255) What are the pricing models in EC2 ?
On-demand
Spot instances
Scheduled instances
Reserved instances
Dedicated instances
Dedicated hosts
Saving plans
Capacity reservations
Q256) What is the difference between Instance store volume and EBS volumes?
Instance store volumes are used for temporary data. That is, the data is available as long as
the instance is running. F you stop or terminate the instance, the data is lost.
EBS volumes are used for persistent data. That is, the data can be made available even
when the instance is not running.
Q257) What are the types of EBS volumes?
General-purpose
Provisioned IOPS
Magnetic
Cold HDD
Throughput optimized
Q258) What are key pairs and what does it consists of?
Key pairs are login information that you can use to login to the EC2 instances. It consists of
public key and private key that will make for the key pairs.
Q259) How can you monitor the health status of your EC2 instances?
You can monitor the EC2 instances by creating a health check for the EC2 instances. You
have this option when creating the load balancer and can be used by the load balancer to
decide whether to send the load/traffic to the EC2 instances.
Q260) What is the monitoring tool in AWS and what are the metrics that you can
monitor for EC2?
Cloudwatch is the monitoring tool in AWS. By using this, you can monitor metrics like, CPU
utilization, disk reads, disk writes, network in, network out and so on.
S3 is storage for the internet. You can use this S3 service to store any data, any time and
access the data from any location. Below are the types of S3 storage,
Glacier
Glacier archive
Intelligent tiering
You can control the access by using the ACL – Access Control List and the bucket policies.
EBS – Elastic Block Store is attached to a single instance at a time, whereas EFS – Elastic
File System can be attached to multiple instances at the same time.
Q264) What is the service that can be used for data migration?
Snowball is a service that can be used for data migration. You can use this service to move
your data from one region to another region, import from S3, export from S3 or for local
usage.
Q265) What is the difference between the Internet gateway and NAT gateway?
The Internet gateway is used to give internet access to your instances that are running the
public subnets and NAT – Network Address Translation is used to give internet access to
that instances that are running in the private subnets.
EIP – Elastic IP address is a static IP address that be used to mask the failure of EC2
instances. When you stop and start an instance, you public IP address will change. To avoid
this, you can use an EIP that will maintain the same IP address when you start and stop and
EC2 instance.
Q267) What is the difference between a security group and NACL?
You can add only “allow” rules. You can add “allow” and “deny”
rules.
Does not have any rule numbers. Follows rule numbering system.
Cloud trail is the auditing service that can be used in AWS. By default, all the actions that a
user takes in the AWS account is logged as an event in the CloudTrail service. You can see
the events for the last 90 days by default.
Simple
Weighted
Latency
Failover
Geolocation
Multivalue answer
Q270) What is cloudFront ?
CloudFront is the content delivery network in AWS. In CloudFront, you have edge locations
that act as your cache locations that are utilized by CloudFront to cache the contents.
File gateway
Volume gateway
Tape gateway
Q272) What are the types you have in kinesis ?
Kinesis streams
Kinesis firehose
Kinesis analytics
Q272) What is the command that you can use to login to the command line tool ?
You can use the “aws configure” command to login to the command line tool. This will
prompt you for the access key and secret key to login to the terminal.
Q273) What is the command to copy contents from S3 bucket to an EC2 server ?
Lambda is the service that is known as serverless computing. With this service, you do not
have to worry about provisioning servers or managing any servers.
Q275) What are key pairs ?
Key pairs are you login information that you can use to login to the EC2 servers. Key pairs
consists of public key and private key that make up for the key pairs.
User data can be used to write the boot-up script that you can use to execute certain
commands when your server is starting up. Whenever you want to automate certain tasks
in your server, you can make use of the user data section for your boot-up scripts.
You can use AES-256 and KMS to encrypt your data in S3. KMS is your Key Management
Service to encrypt your data in S3