AWS Architect ::::
What
is SimpleDB?
What is an AMI?
What is the type of architecture, where half of the workload
is on the public load while at the same time half of it is on the local
storage?
Can I vertically scale an Amazon instance? How do you do it?
How
can you send request to Amazon S3?
How many buckets can be create in AWS by default?
Should encryption be used for S3?
What are the various AMI design options?
What
is Geo Restriction in CloudFront?
Explain what is T2 instances?
What is AWS Lambda?
What
is a Serverless application in AWS?
What is the use of Amazon ElastiCache?
Explain how the buffer is used in Amazon web services?
Differentiate between stopping and terminating an instance
Is
it possible to change the private IP addresses of an EC2 while it is
running/stopped in a VPC?
Give one instance where you would prefer Provisioned IOPS
over Standard RDS storage?
What is auto-scaling?
Ans.Auto-scaling is a feature of AWS which allows you to configure and
automatically provision and spin-up new instances without the need for your
intervention.
What are the different types
of cloud services?
Ans. Software as a Service (SaaS), Data as a Service (DaaS), Platform
as a Service (PaaS), and Infrastructure as a Service (IaaS).
What is Amazon S3?
Ans. Amazon S3 (Simple Storage Service) is an object storage with a
simple web service interface to store and retrieve any amount of data from
anywhere on the web.
What
is SimpleDB?
Ans. It is a structured
data store that supports indexing and data queries to both EC2 and S3.
What is an AMI?
Ans. AMI (Amazon
Machine Image) is a snapshot of the root filesystem.
What is the type of architecture, where half of the workload
is on the public load while at the same time half of it is on the local
storage?
Ans. Hybrid cloud
architecture.
Can I vertically scale an Amazon instance? How do you do it?
Ans. Yes. Spinup a new
larger instance than the one you are running, then pause that instance to
detach the root ebs volume from this server and discard. After that, stop the
live instance and detach its root volume. Note the unique device ID and attach
that root volume to the new server, and start again. This way you will have
scaled vertically.
How
can you send request to Amazon S3?
Ans. You can send
request by using the REST API or the AWS SDK wrapper libraries that wrap the
underlying Amazon S3 REST API.
How many buckets can be create in AWS by default?
Ans. By default, 100
buckets can be created.
Should encryption be used for S3?
Ans. Encryption should
be considered for sensitive data as S3 is a proprietary technology.
What are the various AMI design options?
Ans. Fully Baked AMI,
JeOS (just enough operating system) AMI, and Hybrid AMI.
What
is Geo Restriction in CloudFront?
Ans. Geo restriction,
also known as geoblocking, is used to prevent users in specific geographic
locations from accessing content that you’re distributing through a CloudFront
web distribution.
Explain what is T2 instances?
Ans. T2 instances are
designed to provide moderate baseline performance and the capability to burst
to higher performance as required by workload.
What is AWS Lambda?
Ans. AWS Lambda is a
compute service that lets you run code in the AWS Cloud without provisioning or
managing servers.
What
is a Serverless application in AWS?
Ans. The AWS Serverless
Application Model (AWS SAM) extends AWS CloudFormation to provide a simplified
way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon
DynamoDB tables needed by your serverless application.
What is the use of Amazon ElastiCache?
Ans. Amazon ElastiCache
is a web service that makes it easy to deploy, operate, and scale an in-memory
data store or cache in the cloud.
Explain how the buffer is used in Amazon web services?
Ans. The buffer is used
to make the system more robust to manage traffic or load by synchronizing
different component.
Differentiate between stopping and terminating an instance
Ans. When an instance
is stopped, the instance performs a normal shutdown and then transitions to a stopped
state.
When an instance is terminated, the instance performs a normal
shutdown, then the attached Amazon EBS volumes are deleted unless the volume’s
deleteOnTermination attribute is set to false.
Is
it possible to change the private IP addresses of an EC2 while it is
running/stopped in a VPC?
Ans. The primary
private IP address cannot be changed. Secondary private addresses can be
unassigned, assigned or moved between interfaces or instances at any point.
Give one instance where you would prefer Provisioned IOPS
over Standard RDS storage?
Ans. When you have
batch-oriented workloads.
0 comments:
Post a Comment