Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya-chopra authored Nov 28, 2023
1 parent 8cbc088 commit 7abc1c6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@
4. **AWS CodePipeline** : This is a Continuous Deployment service that automates the build, tests and deployment of code. Code can be pipelined to either test or production environment.
5. **Block Storage** : This is used to store data in fixed size blocks that don't follow any hierarchial or directory like structure. These are usually used in SANs (Storage Area Networks) and allow multiple servers to access the blocks at the same time (shared access) as if the blocks are a part of a that server's own hard disk. Each block has a unique address that allows the server to access and (or) modify it.
6. **Object Storage** : This type of storage divides a file into multiple objects (having variable sizes) with each having a unique identifier. Each objects consist of data, along with metadata. They are stored in flat namespaces and are highly scalable.
7. **File Storage** :
8.

# Storage Services:
1. S3 : Scalable, Object Storage
2. EBS : For having block storage associated with EC2 instances. offers low latency and cost effectiveness.
3. EFS: Offers file storage for EC2.

# Load Balancers and Target groups:
**Load balancers are given the task of efficienctly dividing the network traffic or resources across multiple servers that are part of that network. This ensures that all the servers remain active (unless there’s some hardware issue)

0 comments on commit 7abc1c6

Please sign in to comment.