Introduction to the cloud Flashcards
(29 cards)
What is the cloud?
The on-demand delivery of IT resources via the Internet with pay-as-you-go pricing.
What percentage of Enterprise IT will move to the cloud by 2025?
80%
What percentage of workloads was processed in the cloud in 2021?
94%
What are the three types of cloud computing according to the responsibility of management?
- IaaS (Infrastructure as a Service)
- PaaS (Platform as a Service)
- SaaS (Software as a Service)
What does IaaS stand for?
Infrastructure as a Service
What does PaaS provide?
An on-demand environment for developing, testing, delivering, and managing software applications.
What is SaaS?
A method for delivering software applications on demand with a subscription payment model.
Fill in the blank: The AWS cloud gives researchers faster access to _______.
[cleaner data]
What is the first step in deploying a virtual machine in AWS?
Log in to AWS Academy and select ‘AWS Academy Learner Lab.’
What should you do after clicking ‘Start Lab’?
Wait until the red circle turns green.
What is EC2?
A service that allows you to create virtual instances in the cloud.
What is the recommended base algorithm for the key pair?
RSA
What file format is generated for the key pair?
.pem
Which protocol must be marked to allow SSH access?
[SSH protocol]
What does HTTP stand for?
Hypertext Transfer Protocol
What does HTTPS stand for?
Hypertext Transfer Protocol Secure
What is the purpose of the .ppk key?
It is used for authenticating access to the virtual machine.
What command is used to connect to the server via SSH?
[ssh command]
What is the default user to connect to the virtual machine?
ubuntu
What is an inbound rule?
A rule that controls incoming traffic to the virtual machine.
What is an outbound rule?
A rule that controls traffic starting from the virtual machine.
True or False: Outbound rules control traffic initiated by users.
False
Fill in the blank: The cloud is composed of _______ servers.
[Linux]
What is the purpose of creating inbound rules?
To allow specific types of incoming traffic.