Aws Interview Tanvir Sir
Aws Interview Tanvir Sir
---
#### Q. Define and explain the three basic types of cloud services and the AWS
products that are built based on them?
**A.** The three basic types of cloud services are:
- **Computing:** Services include **EC2**, **Elastic Beanstalk**, **Lambda**, and
**Auto-Scaling**.
- **Storage:** Services include **S3**, **Glacier**, **Elastic Block Storage
(EBS)**, and **Elastic File System (EFS)**.
- **Networking:** Services include **VPC**, **Amazon CloudFront**, and **Route
53**.
---
---
#### Q. You are trying to provide a service in a particular region, but you do not
see the service in that region. Why is this happening, and how do you fix it?
**A.** Not all AWS services are available in every region. When a new service
launches, it may start in limited regions and expand gradually. To use the service,
switch to the nearest region where it is available.
---
#### Q. Name some of the AWS services that are not region-specific.
**A.** Non-region-specific AWS services include:
- **IAM (Identity and Access Management)**
- **Route 53**
- **Web Application Firewall (WAF)**
- **CloudFront**
---
---
---
---
#### Q. On an EC2 instance, an application of yours is active. Once the CPU usage
on your instance hits 80%, you must reduce the load on it. What strategy do you use
to complete the task?
**A.** Set up an **autoscaling group** to launch additional instances when CPU
usage exceeds 80%, and distribute traffic using an **Application Load Balancer**
with EC2 instances as targets.
---
#### Q. Your business prefers to use its email address and domain to send and
receive compliance emails. What service do you recommend implementing it easily and
budget-friendly?
**A.** Use **Amazon Simple Email Service (Amazon SES)**, a cost-effective cloud-
based email service.
---
---
#### Q. What is the maximum limit of elastic IPs anyone can produce?
**A.** Up to **five Elastic IP addresses** can be generated per AWS account and
location.
---
#### Q. What is the difference between stopping and terminating an EC2 instance?
**A.**
- **Stopping**: Performs a normal shutdown; the instance moves to a stopped state
and can be restarted.
- **Terminating**: Shuts down and deletes the instance; attached **EBS volumes**
are deleted and unrecoverable.
---
#### Q. What are the different types of EC2 instances based on their costs?
**A.**
1. **On-demand Instance**: Cost-effective for short-term use.
2. **Spot Instance**: Less expensive than on-demand, acquired through bidding.
3. **Reserved Instance**: Suitable for long-term use (1+ year).
---
---
#### Q. Name and explain some security products and features available in VPC.
**A.**
- **Security Groups**: Acts as a firewall, controlling inbound and outbound traffic
at the instance level.
- **Network Access Control Lists (NACLs)**: A subnet-level firewall controlling
inbound and outbound traffic.
---
---
---
#### Q. What are the different uses of various load balancers in AWS Elastic Load
Balancing?
**A.**
1. **Application Load Balancer**: For flexible application management and TLS
termination.
2. **Network Load Balancer**: For high performance and static IPs.
3. **Classic Load Balancer**: Suitable for EC2 Classic network applications.
---
#### Q. What are the different AWS IAM categories that you can control?
**A.**
1. Create and manage **IAM users**.
2. Create and manage **IAM groups**.
3. Manage user **security credentials**.
4. Create and manage **policies** to control access to AWS resources.
---
#### Q. What are the policies that you can set for users’ passwords?
**A.**
1. Minimum length requirements.
2. Requirements for numbers, uppercase, lowercase, and special characters.
3. Password expiration, reuse prevention, and reset requests.
4. Notification for expired passwords to contact administrators.
---
---
#### Q. If you need to perform real-time monitoring of AWS services and get
actionable insights, which services would you use?
**A.** **Amazon CloudWatch**
---
#### Q. Which service would you use to track and authenticate AWS users?
**A.** **AWS IAM (Identity and Access Management)**
---
#### Q. Which service do you use if you want to allocate various private and public
IP addresses for communication with the internet and other instances?
**A.** **Amazon VPC (Virtual Private Cloud)**
---
#### Q. DNS and Load Balancer services come under which type of Cloud Service?
**A.** These services fall under **Infrastructure as a Service (IaaS)**.
---
---
---
---
---
---
#### Q. Is there a way to upload a file greater than 100 Megabytes in Amazon S3?
**A.** Yes, using the **Multipart Upload Utility**, large files are split and
uploaded in parallel, then reassembled.
---
#### Q. Can you change the Private IP Address of an EC2 instance while it is
running or in a stopped state?
**A.** No, an EC2 instance's private IP address is assigned at launch and remains
for its lifetime.
---
This summary should cover the basic AWS interview questions and answers as
provided. Let me know if you have more questions!