Aws Basic
Aws Basic
words:
**Answer**: AWS (Amazon Web Services) is a cloud platform that offers a variety of
services like computing power, storage, and databases. It allows businesses to run their
applications and store data online instead of using local servers.
**Answer**: EC2 (Elastic Compute Cloud) is a service that provides virtual servers
(called instances) where you can run applications. It’s like renting a computer in the
cloud.
**Answer**: IAM (Identity and Access Management) roles define permissions for users
and services. They help control who can access what resources in AWS, ensuring
security.
**Answer**: VPC (Virtual Private Cloud) is a service that allows you to create a private
network in the AWS cloud. You can define your own IP address range, subnets, and
security settings.
**Answer**: AWS Lambda is a serverless computing service that lets you run code
without provisioning or managing servers. You only pay for the time your code runs.
**Answer**: Security groups act as virtual firewalls for your AWS resources. They
control inbound and outbound traffic, allowing you to specify which connections are
allowed.
**Answer**: EBS (Elastic Block Store) provides persistent storage for EC2 instances. It
works like a hard drive in the cloud, allowing you to store data that remains even if the
instance is stopped.
### 12. **What is the difference between vertical and horizontal scaling?**
**Answer**:
**Answer**: The AWS Free Tier is a program that allows new users to access a limited
amount of AWS services for free for a year. It helps users try out different services
without incurring costs.
**Answer**: AWS CloudTrail is a service that logs and monitors all API calls made in
your AWS account. It helps you track changes and understand how your resources are
being used.
**Answer**: Auto Scaling automatically adjusts the number of EC2 instances based
on the demand. It adds more instances when traffic increases and removes them when
traffic decreases.
These questions cover the basics of AWS and should help you feel more confident for a
fresher-level interview!