week 7 - practice quiz Flashcards
EC2 is one of the cloud services offered by Amazon. What does EC2 stand for?
1) Elastic Cloud Computing
2) Electronic Commerce Computing
3) Efficient Cloud Computing
1) Elastic Cloud Computing
What is the name of Amazon’s cloud database storage system?
1) AmazonDB
2) BigTable
3) DB2
4) SimpleDB
4) SimpleDB
What is the name of Amazon’s messaging service, which enables communications among applications?
1) Simple Queue Service
2) Elastic Block Storage
3) Simple Storage Service
4) Structured Queue Service
1) Simple Queue Service
What kind of cloud service is AWS?
1) IaaS (Infrastructure as a Service)
2) DaaS (Database as a Service)
3) PaaS (Platform as a Service)
4) SaaS (Software as a Service)
1) IaaS
From which object is an AWS instance created from?
1) Amazon Virtual Image
2) Amazon Machine Image
3) Amazon Virtual Machine
4) Amazon Virtual Object
2) Amazon Machine Image
Where are Amazon Machine Images (AMI) stored?
1) Relational Database Service (RDS)
2) SimpleDB
3) Simple Storage Service (S3)
4) Elastic Block Store (EBS)
3) Simple Storage Service (S3)
What kind of IP address is automatically assigned to an instance by AWS?
1) Elastic IP
2) Persistent IP
3) Static IP
4) Non-persistent IP
4) Non-persistent IP
An AWS instance gets both a private and public IP address. Which of the following mechanisms maps the public IP address to the private IP address.
1) P2PT (Public to Private Translation)
2) NAM (Network Address Mapping)
3) P2PM (Public to Private Mapping)
4) NAT (Network Address Translation)
4) NAT (Network Address Translation)
What is the backup of a volume called in Amazon Web Services?
1) Snapshot
2) Master
3) Copy
4) Replication
1) Snapshot
Where are snapshots of a volume stored in Amazon Web Services?
1) Simple Storage Solution (S3)
2) Elastic Database Service (EDS)
3) Elastic Block Store (EBS)
4) Relational Database Service (RDS)
1) Simple Storage Solution (S3)
What is the difference between Amazon EBS and S3?
1) EBS is scalable but S3 is not.
2) EBS stores EC2 volumes while S3 can store any object.
3) EBS is Software as a Service (SaaS) and S3 is Infrastructure as a Service (IaaS).
4) EBS is free and S3 is a paid service.
2) EBS stores EC2 volumes while S3 can store any object.
Which of the following AWS components enable you to control access to AWS services and resources?
1) IAM
2) SQS
3) EBS
4) RDS
1) IAM
What is the technical term used to describe the mechanism that bridges the speed difference between the sender and the receiver applications in the cloud?
1 point
1) Load balancing
2) Buffering
3) Queuing
4) Autoscaling
2) Buffering
In order to bridge speed differences between sender and receiver applications, which AWS component uses a buffering mechanism?
1) SQS
2) S3
3) EC2
4) EBS
1) SQS
What is the most secure way of accessing and managing AWS instances?
1) Via HTTP protocol
2) Using the command line interface
3) Using the graphical user interface
4) Logging in as “root”
2) Using the command line interface