1. Scalability & High AvailabilityScalability(ํ์ฅ์ฑ) means that an application / system can handle greater loads by adapting.There are two kinds of scalability - Vertical Scalability - Horizontal Scalability (=elasticity) ํ๋ ฅ์ฑ, ์ํ ํ์ฅ์ฑScalability is linked but different to High Availability ( ํ์ฅ์ฑ != ๊ณ ๊ฐ์ฉ์ฑ)2. Vertical Scalability - ์์ง ํ์ฅ์ฑVertically scalability means increasing the size of the instanc..
1. The most likely reason your team member is unable to attach the EBS volume to an EC2 instance `in us-east-1b` is that EBS volumes are tied to a specific Availability Zone (AZ) upon creation. Since the volume was originally attached to an EC2 instance in us-east-1a, it is restricted to that AZ and cannot be directly attached to an instance `in us-east-1b`. us-east-1a์์์ EC2 ์ธ์คํด์ค๋ฅผ ์ข
๋ฃํ์ฌ, ์ด ์ธ์คํด์ค์..
EBS vs EFS1. EBS(Elastic Block Storage)โถEBS volumesOne instance (except multi-attach io1 / io2) - ํ ๋ฒ์ ํ๋์ ์ธ์คํด์ค๋ง ์ฐ๊ฒฐare locked at the Availability Zone (AZ) levelgp2: IO increases if the disk size increasesgp3 & io 1: can increase IO independentlyโถTo migrate an EBS volume across AZTake a snapshotRestore the snapshot to another AZEBS backups use IO and you shouldn't run them while your application..
1. Amazon EFS(Elastic File System) Managed NFS (network file system) that can be mounted on many EC2EFS works with EC2 instances in multi-AZHighly available, scalable, expensive (3x gp2), pay per use Use cases: content management, web serfing, data sharing, WordpressUses NFSv4.1 protocolUses security group to control access to EFSCompatible with Linux based AMI (not Windows)Encryption at rest us..
1. EBS Volume Types1-1. What is EBS Volume Typesโถ EBS Volumes come in 6 typesgp2 / gp3 (SSD): General purpose SSD volume that balances price and performance for a wide variety of workloads.io 1 / io 2 Block Express (SSD): Highest-performance SSD volume for mission-critical low-latency or high-throughput workloadsst 1 (HDD): Low cost HDD volume designed for frequently accessed, throughput-intens..
1. What's AMI ?AMI = Amazon Machine Imageโถ AMI are a customization of an EC2 instanceโถ AMI(Amazon Machine Image)๋ AWS์์ EC2 ์ธ์คํด์ค๋ฅผ ์์ฑํ ๋ ์ฌ์ฉํ๋ ํ
ํ๋ฆฟ์ด๋ค.โถ AMI๋ EC2 ์ธ์คํด์ค๋ฅผ ์ฝ๊ฒ ์์ฑํ๊ณ ๊ด๋ฆฌํ ์ ์๋๋ก ๋์์ฃผ๋ OS + ์ค์ ํจํค์ง๋ก ์ด์ ์ฒด์ (OS), ์ ํ๋ฆฌ์ผ์ด์
, ์คํ ํ๊ฒฝ ์ค์ ๋ฑ์ ํฌํจํ EC2 ์ธ์คํด์ค์ ์ฌ๋ณธ(์ด๋ฏธ์ง)์ด๋ค.You have your own software, configuration, operating system, monitoring...Faster boot / configuration time because all your software is pre-p..
1. EC2 Instasnce Storage Section1-1 .What's an EBS Volume?An EBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they runIt allows your instances to persist data, even after their termination- EBS ๋ณผ๋ฅจ์ ์ฌ์ฉํ๋ฉด ์ธ์คํด์ค๊ฐ ์ข
๋ฃ๋ ํ์๋ ๋ฐ์ดํฐ๋ฅผ ์ง์ํ ์ ์๋ค. ์ธ์คํด์ค๋ฅผ ์ฌ์์ฑํ๊ณ ์ด์ EBS๋ณผ๋ฅจ์ ๋ง์ดํธํ๋ฉด ๋ฐ์ดํฐ๋ฅผ ๋ค์ ๋ฐ์ ์ ์๋ค. They can only be mounted to one instance at a time (at the CCP level)- But some..
1. You launched an EC2 instance to host a NodeJS application. After installing all the necessary software and configuring the application, you recorded the public IPv4 address of the EC2 instance for access. Then, you stopped the instance and restarted it to complete the application setup. However, after restarting, you were unable to access the EC2 instance and noticed that its public IPv4 addr..