Aws Devops Notes
Aws Devops Notes
Date 25/01/2024
What is cloud computing?
What is virtual cloud?
How many types of cloud?
Difference between virtual machine and physical machine?
Advantage and disadvantage of virtual machine?
What are regions in AWS?
Creating a server:
Clicking on Ec2 which navigate to service and doing the configuration.
Then click into instance.
Difference between virtual server and
What is instance type?
What is keypair and use?
What are key pairs?
A key pair is a combination of a public key that is used to encrypt
data and a private key that is used to decrypt data.
What is a key pair in cyber law?
A key pair in cybersecurity is a set of two keys, a public key and a
private key, that are used to encrypt and decrypt data. The public key
can be shared with anyone while the private key must be kept secure,
as it is used to decrypt the data that has been encrypted with the
public key.
What are security groups for in AWS?
An AWS security group acts as a virtual firewall for your EC2 instances
to control incoming and outgoing traffic. Both inbound and outbound
rules control the flow of traffic to and traffic from your instance,
respectively.