DAY4-AWS-CSA
1] What is IP address
An IP address, or Internet Protocol address, is a unique number that identifies a device on the internet. IP addresses are used to send and receive data between devices on a network.?
How IP addresses work
IP address types
2] what is public IP address ?
A public IP address in AWS is an IP address that is accessible over the internet. AWS assigns public IPs to resources like EC2 instances to enable communication with the outside world. There are two types of public IP addresses in AWS.
1. Elastic IP (EIP)
2. Auto-Assigned Public IP
3] What is Private IP address ?
A private IP address in AWS is an IP address assigned to an instance within a VPC (Virtual Private Cloud) that is only accessible within the AWS network. It is not reachable over the public internet.
Key Features of a Private IP Address:
4] Private IP Vs Public IP address
Example Scenario
5] EC2 placement groups
A Placement Group in AWS is a way to control the placement of EC2 instances to optimize network performance, reduce latency, or increase fault tolerance
Types of Placement Groups:
Cluster Placement Group
Spread Placement Group
Partition Placement Group
6] Elastic network interface
An Elastic Network Interface (ENI) is a virtual network card in AWS that can be attached to an EC2 instance, allowing it to communicate within a VPC (Virtual Private Cloud).
Key Features of ENI:
Primary and Secondary ENIs
Multiple IP Addresses
Detachable and Reusable
Security Group & Routing Control
Traffic Mirroring & Monitoring
7] What is EC2 Hibernate?
EC2 Hibernate is a feature that allows you to pause and resume your Amazon EC2 instances without losing in-memory data. It works similarly to the hibernate function on a laptop—saving the RAM contents to disk and restoring them when the instance restarts.
How EC2 Hibernate Works
Benefits of EC2 Hibernate
? Faster Startup – No need to reboot and reload applications.
? Session Persistence – Apps remain open and in the same state.
? Cost Savings – No compute charges while hibernated (only storage costs for RAM data).
? Security – The memory snapshot is encrypted.