AWS Cloud Practitioner Certification, Exams of Nursing

An overview of various aws services and concepts that are covered in the aws cloud practitioner certification exam. It covers topics such as aws cloudformation, elastic compute cloud (ec2), amazon s3, elastic block storage (ebs), amazon relational database service (rds), aws elastic beanstalk, aws codecommit, amazon inspector, and different aws support plans. The document aims to help candidates prepare for the aws cloud practitioner certification by providing explanations of key aws services and features, as well as information on pricing, billing, and support options. The content is structured in a question-and-answer format, making it easy for readers to quickly understand the core concepts and be better equipped to tackle the certification exam.

Typology: Exams

2023/2024

Available from 08/26/2024

Expressguide
Expressguide 🇺🇸

5

(1)

2.6K documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
lOMoARcPSD|22014731
Amazon Cloud P ractitioner Certification
What is AWS CloudFormation? - correct answers AWS CloudFormation provides the sysadmin, network architect, and
other IT personnel the ability to provision and manage stacks of AWS resources based on templates you create to model
your infrastructure architecture.
Elastic Compute Cloud - EC2 - correct answers A web service that provides resizable computing capacity in the cloud.
True or False: There are no outbound data transfer charges between Amazon Web Services in the same Region - correct
answers True
What is the charge for in-bound data transfer across all Amazon Web Services in all regions? - correct answers There is
no charge for in-bound data transfer across all AWS services in all regions.
What are the three fundamental characteristics you pay for in AWS? - correct answers Compute, storage, and data transfer
out.
Which Amazon Services are offered at no-charge? - correct answers Amazon VPC
Amazon Beanstalk
Amazon CloudFormation
Amazon IAM
Amazon Auto-Scaling
Amazon OpsWorks
What is a Spot Instance? - correct answers Spot instances are spare EC2 capacity that can save you up 90% off of On-
Demand prices that AWS can interrupt with a 2-minute notification. Spot uses the same underlying EC2 instances as On-
Demand and Reserved Instances, and is best suited for fault-tolerant, flexible workloads.
True or False: Spot prices adjust gradually based on long term supply and demand for spare EC2 capacity. - correct
answers True
True or False: Windows Server with SQL Server is currently available as a spot instance. - correct answers False
What is Amazon S3? - correct answers Amazon S3 is storage for the Internet. It provides a simple web interface that
offers a highly-scalable, reliable, and low-latency data storage infrastructure at very low costs.
What is the largest object size that can be uploaded in S3 with a single PUT command? - correct answers The largest
object that can be uploaded in a single PUT is 5 gigabytes.
What storage classes does Amazon S3 offer? - correct answers Amazon S3 Standard for general-purpose storage of
frequently accessed data
Amazon S3 Standard - Infrequent Access for long-lived, but less frequently accessed data
Amazon Glacier for long-term archive
What is Reduced Redundancy Storage? - correct answers Reduced Redundancy Storage (RRS) is an Amazon S3 storage
option that enables customers to reduce their costs by storing noncritical, reproducible data at lower levels of redundancy
than Amazon S3's standard storage.
What factors are taken in account to estimate S3 storage charges? - correct answers Storage Class, storage (the number
and size of objects stored in your S3 bucket), requests (the number and type of requests), and data transfer(the amount of
data transferred out of the S3 region) are factors that should be considered to estimate S3 charges.
Which type of AWS storage is analogous to virtual disks in the cloud? - correct answers Elastic Block Storage (EBS)
pf3
pf4

Partial preview of the text

Download AWS Cloud Practitioner Certification and more Exams Nursing in PDF only on Docsity!

Amazon Cloud Practitioner Certification

What is AWS CloudFormation? - correct answers AWS CloudFormation provides the sysadmin, network architect, and other IT personnel the ability to provision and manage stacks of AWS resources based on templates you create to model your infrastructure architecture. Elastic Compute Cloud - EC2 - correct answers A web service that provides resizable computing capacity in the cloud. True or False: There are no outbound data transfer charges between Amazon Web Services in the same Region - correct answers True What is the charge for in-bound data transfer across all Amazon Web Services in all regions? - correct answers There is no charge for in-bound data transfer across all AWS services in all regions. What are the three fundamental characteristics you pay for in AWS? - correct answers Compute, storage, and data transfer out. Which Amazon Services are offered at no-charge? - correct answers Amazon VPC Amazon Beanstalk Amazon CloudFormation Amazon IAM Amazon Auto-Scaling Amazon OpsWorks What is a Spot Instance? - correct answers Spot instances are spare EC2 capacity that can save you up 90% off of On- Demand prices that AWS can interrupt with a 2-minute notification. Spot uses the same underlying EC2 instances as On- Demand and Reserved Instances, and is best suited for fault-tolerant, flexible workloads. True or False: Spot prices adjust gradually based on long term supply and demand for spare EC2 capacity. - correct answers True True or False: Windows Server with SQL Server is currently available as a spot instance. - correct answers False What is Amazon S3? - correct answers Amazon S3 is storage for the Internet. It provides a simple web interface that offers a highly-scalable, reliable, and low-latency data storage infrastructure at very low costs. What is the largest object size that can be uploaded in S3 with a single PUT command? - correct answers The largest object that can be uploaded in a single PUT is 5 gigabytes. What storage classes does Amazon S3 offer? - correct answers Amazon S3 Standard for general-purpose storage of frequently accessed data Amazon S3 Standard - Infrequent Access for long-lived, but less frequently accessed data Amazon Glacier for long-term archive What is Reduced Redundancy Storage? - correct answers Reduced Redundancy Storage (RRS) is an Amazon S3 storage option that enables customers to reduce their costs by storing noncritical, reproducible data at lower levels of redundancy than Amazon S3's standard storage. What factors are taken in account to estimate S3 storage charges? - correct answers Storage Class, storage (the number and size of objects stored in your S3 bucket), requests (the number and type of requests), and data transfer(the amount of data transferred out of the S3 region) are factors that should be considered to estimate S3 charges. Which type of AWS storage is analogous to virtual disks in the cloud? - correct answers Elastic Block Storage (EBS)

True/False: EBS volumes persist beyond the life of an EC2 instance. - correct answers True Elastic Block Storage (EBS) - correct answers Block level storage volumes for use with EC2 instances True/False: Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure. - correct answers True What are the Benefits of AWS EBS? - correct answers - Reliable and Secure Storage

  • Consistent Low Latency Performance
  • Long-term durability of data - point in time snapshots -Scale up/down quickly -Geographic Flexibility
  • Optimized Performance What EBS storage is available in the free-tier for the 1st year? - correct answers 30 GB of Amazon Elastic Block Storage in any combination of General Purpose (SSD) or Magnetic, plus 2 million I/Os (with EBS Magnetic) and 1 GB of snapshot storage* What is the Amazon RDS? - correct answers RDS - Relational Database Service is a web service that makes it easy to setup, operate, and scale a relational database in the cloud. It takes away the time consuming tasks of hardware- provisioning, setup, patching, and backups so you can focus on your applications. Which database engines are available in the AWS RDS? - correct answers Amazon Aurora, PostgreSQL, MySQL, MariaDB, Oracle, and Microsoft SQL Server are available in the AWS RDS. What does Amazon manage on my behalf for RDS? - correct answers *Provisioning Infrastructure Capacity, Installing Software, replication of db across multiple AZ's (mult-AZ deployment), backups, patching software, and failovers are managed on behalf of RDS users. What is the difference between using RDS and running an EC2 instance with a RDB installed? - correct answers The difference in these deployments is that you manage your own database in the cloud. How is the use of AWS RDS billed? - correct answers * Database instance hours
  • Storage (amount of data stored in GB)
  • Number of Input/output Requests
  • Provisioned IOPS rate regardless of what is consumed.
  • Backup Storage
  • Data Transfer (Out) True/False: The Free Tier Usage for RDS includes a multi-AZ deployment. - correct answers False. The AWS Free-Tier for RDS is a single AZ deployment. How many instance hours are included in the AWS RDS free-tier account in the 1st year? - correct answers 750 instance- hours of RDS is available in the free-tier in the 1st year as well as 20 GB of SSD general purpose storage and 20 GB of backup storage free per month. What is the basic pricing philosophy for AWS services? - correct answers *Pay as you go *Pay for what you use *Pay less as you use more *Pay even less when you reserve capacity What tool can be used to estimate your monthly AWS bill? - correct answers AWS Simple Monthly Calculator What is AWS Elastic Beanstalk? - correct answers AWS Elastic Beanstalk is a service for deploying and scaling web application and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go and Docker on web servers such as Apache, Nginx, Passenger, and IIS.

to transfer large amounts of data into and out of the AWS cloud.