Viva Question With Answer
Viva Question With Answer
Viva Question With Answer
Cloud computing is an internet based new age computer technology. It is the next
stage technology that uses the clouds to provide the services whenever and
wherever the user need it.It provides a method to access several servers world wide.
ADVERTISEMENT
o Apache Hadoop
o MapReduce
ADVERTISEMENT
Private Cloud
Public Cloud
Community Cloud
Hybrid Cloud
Compute
Storage
Management
18) Explain hybrid and community cloud?
Hybrid cloud: It consists of multiple service providers. It is a
combination of public and private cloud features. It is used by the
company when they require both private and public clouds both.
Community Cloud: This model is quite expensive and is used when the
organizations having common goals and requirements, and are ready to
share the benefits of the cloud service.
Type 1: The guest Vm runs directly over the host hardware, eg Xen,
VmWare ESXI
Type 2: The guest Vm runs over hardware through a host OS, eg Kvm,
oracle virtualbox
Better Storage – with cloud storage, there are no limitations of capacity like in
physical devices
Reliability – data backup and disaster recovery become easier and less expensive
with cloud computing
Scalability – Cloud allows businesses to scale up and scale down as and when
needed
19. Define and explain the three basic types of cloud services
and the AWS products that are built based on them?
Computing
Storage
Networking
Here are some of the AWS products that are built based on the three cloud service types:
Computing - These include EC2, Elastic Beanstalk, Lambda, Auto-Scaling, and Lightsat.
Storage - These include S3, Glacier, Elastic Block Storage, Elastic File System.
20)What is auto-scaling?
Auto-scaling is a function that allows you to provision and launch new instances whenever
there is a demand. It allows you to automatically increase or decrease resource capacity in
relation to the demand.
21). Name some of the AWS services that are not region-
specific
IAM
Route 53
CloudFront
22). What is CloudWatch?
Helps in monitoring the AWS environments like CPU utilization, EC2, Amazon RDS
instances, Amazon SQS, S3, Load Balancer, SNS, etc.
Availability zones are geographically separate locations. As a result, failure in one zone has
no effect on EC2 instances in other zones. When it comes to regions, they may have one or
more availability zones. This configuration also helps to reduce latency and costs
24)
Spot instances are unused EC2 instances that users can use at a reduced cost.
When you use on-demand instances, you must pay for computing resources without making
long-term obligations.
Reserved instances, on the other hand, allow you to specify attributes such as instance type,
platform, tenancy, region, and availability zone. Reserved instances offer significant
reductions and capacity reservations when instances in certain availability zones are used.
EC2 is short for Elastic Compute Cloud, and it provides scalable computing capacity. Using
Amazon EC2 eliminates the need to invest in hardware, leading to faster development and
deployment of applications. You can use Amazon EC2 to launch as many or as few virtual
servers as needed, configure security and networking, and manage storage. It can scale up or
down to handle changes in requirements, reducing the need to forecast traffic. EC2 provides
virtual computing environments called “instances.”
Security best practices for Amazon EC2 include using Identity and Access Management
(IAM) to control access to AWS resources; restricting access by only allowing trusted hosts
or networks to access ports on an instance; only opening up those permissions you require,
and disabling password-based logins for instances launched from your AMI.
Amazon S3 can be used for instances with root devices backed by local instance storage. That
way, developers have access to the same highly scalable, reliable, fast, inexpensive data
storage infrastructure that Amazon uses to run its own global network of websites. To
execute systems in the Amazon EC2 environment, developers load Amazon Machine Images
(AMIs) into Amazon S3 and then move them between Amazon S3 and Amazon EC2.
Amazon EC2 and Amazon S3 are two of the best-known web services that make up AWS.
While you may think that both stopping and terminating are the same, there is a difference.
When you stop an EC2 instance, it performs a normal shutdown on the instance and moves to
a stopped state. However, when you terminate the instance, it is transferred to a stopped state,
and the EBS volumes attached to it are deleted and can never be recovered.
On-demand Instance
It is cheap for a short time but not when taken for the long term
Spot Instance
It is less expensive than the on-demand instance and can be bought through bidding.
Reserved Instance
If you are planning to use an instance for a year or more, then this is the right one for you.
S3 is short for Simple Storage Service, and Amazon S3 is the most supported storage
platform available. S3 is object storage that can store and retrieve any amount of data from
anywhere. Despite that versatility, it is practically unlimited as well as cost-effective because
it is storage available on demand. In addition to these benefits, it offers unprecedented levels
of durability and availability. Amazon S3 helps to manage data for cost optimization, access
control, and compliance.
A VPC is the best way of connecting to your cloud resources from your own data center.
Once you connect your datacenter to the VPC in which your instances are present, each
instance is assigned a private IP address that can be accessed from your data center. That
way, you can access your public cloud resources as if they were on your own private
network.
How do you monitor Amazon VPC?