AWS Essentials - 1
AWS Essentials - 1
1) IaaS
2) XaaS
3) SaaS
4) PaaS
Answer:- PaaS
1) Fixed cost
Question#3 The committee that designs the standards and characteristics for cloud computing is
______________.
1) NICT
2) NCCC
3) NIFT
4) NIST
Answer:- NIST
Question#4 __________are separate physical data centers that may exist within a particular region, but
has separate infrastructure dependencies.
1) Regions
2) Edge locations
3) Availability zones
4) Local Zone
Question#5 Which AWS services will you use to collect and process e-commerce data for near real-time
analysis?
1) Amazon DynamoDB
2) Amazon Redshift
1) 200 GB
2) 200 TB
3) 2 GB
4) 5 TB
Answer:- 5 TB
1) Fast computing
2) Relational database
Question#11 The company plans to deploy a website containing images and video files to the cloud to be
accessed by users worldwide. Which of the following is an optimal solution to satisfy the company’s
requirements?
2) Amazon EC2
3) Amazon Route 53
1) AWS CloudTrail
3) Amazon CloudWatch
Question#13 ___________enables you to manage access to AWS services and resources securely.
1) Amazon Inspector
2) AWS WAF
4) AWS Artifact
1) Code build
2) Code commit
3) Code deploy
4) Code pipeline
Question#16 Charges for code commit are based on the active users.
1) True
2) False
Answer:- True
Question#17 Which of these services are used to distribute content to end users using a global network
of edge locations?
2) CloudFront
3) CloudWatch
4) Route 53
Answer:- CloudFront
1) Amazon Workspaces
3) Amazon Route 53
4) Amazon VPC
Answer:- CloudFront cannot serve content from a non AWS origin server
Question#20 Which of the following is not correct about Elastic Load Balancing?
1) True
2) False
Answer:- True
1) True
2) False
Answer:- False
Question#23 You are serving content from CloudFront. Which of the following happens to an end user’s
request?
2) For countries without edge location, requests are routed to the origin server
4) The user’s requests are routed to the edge location in the country from which the request originates
1) Amazon Workspaces
2) Amazon VPC
4) Amazon Route 53
Question#26 _____ mixes the simplicity of ________ with the power of _____, to great effect.
1) PaaS,SaaS,IaaS
2) IaaS,SaaS,PaaS
3) SaaS,PaaS,IaaS
Answer:- SaaS,PaaS,IaaS
3) Application service
4) Networking service
Question#28 Consider that you have to move data over long distances using the internet across
countries or continents to your Amazon S3 bucket. Which method or service will you use for this
purpose?
1) Amazon CloudFront
2) Amazon Snowball
4) Amazon Glacier
1) IaaS,Paas,Saas
2) IaaS
3) XaaS
4) PaaS
5) EaaS
6) SaaS
Answer:- IaaS,Paas,Saas
Question#30 Developers and organizations all around the world leverage ______ extensively.
1) SaaS
2) IaaS
3) PaaS
4) XaaS
Answer:- PaaS
Question#32 Which of the following service is used for fast and reliable application updates and bug
fixes?
1) Code pipeline
2) Code Deploy
3) Code commit
4) Code build
2) Amazon ElastiCache
4) Amazon Workspaces
AWS stands for Amazon Web Service; it is a collection of remote computing services also known as a
cloud computing platform. This new realm of cloud computing is also known as IaaS or Infrastructure as
a Service.
Simple E-mail Service: It allows sending e-mail using RESTFUL API call or via regular SMTP
Identity and Access Management: It provides enhanced security and identity management for
your AWS account
Simple Storage Device or (S3): It is a storage device and the most widely used AWS service
Elastic Compute Cloud (EC2): It provides on-demand computing resources for hosting
applications. It is handy in case of unpredictable workloads
Elastic Block Store (EBS): It offers persistent storage volumes that attach to EC2 to allow you to
persist data past the lifespan of a single Amazon EC2 instance
CloudWatch: To monitor AWS resources, It allows administrators to view and collect keys. Also, one can
set a notification alarm in case of trouble.
3) 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.”
4) What is AMI?
AMI stands for Amazon Machine Image. It’s a template that provides the information (an operating
system, an application server, and applications) required to launch an instance, which is a copy of the
AMI running as a virtual server in the cloud. You can launch instances from as many different AMIs as
you need.
From a single AMI, you can launch multiple types of instances. An instance type defines the hardware of
the host computer used for your instance. Each instance type provides different computer and memory
capabilities. Once you launch an instance, it looks like a traditional host, and we can interact with it as
we would with any computer.
Launch permissions 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
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.
EC2 S3
It is like a huge computer machine which can run either Linux or Windows and can handle
applications like PHP, Python, Apache, or any databases
By default, you can create up to 100 buckets in each of your AWS accounts.
Yes, you can vertically scale on the Amazon instance. For that
Spin up a new larger instance than the one you are currently running
Pause that instance and detach the root webs volume from the server and discard
Then stop your live instance and detach its root volume
Note the unique device ID and attach that root volume to your new server
T2 instances are designed to provide moderate baseline performance and the capability to burst to
higher performance as required by the workload.
12) In VPC with private and public subnets, database servers should ideally be launched into which
subnet?
With private and public subnets in VPC, database servers should ideally launch into private subnets.
13) Mention what the security best practices for Amazon EC2 are?
For secure Amazon EC2 best practices, follow the following steps
Use AWS identity and access management to control access to your AWS resources
Restrict access by allowing only trusted hosts or networks to access ports on your instance
Firewall rules