MPMrudul P.inawsnotes.hashnode.dev·Feb 29, 2024 · 1 min readAWS Storage TypesThree main types File Storage Data stored as files in a hierarchy Typical use cases are web application, extended home directories Block Storage Data is stored in fixed-size blocks. Updating data is changing just one part Suitable for files th...00
MPMrudul P.inawsnotes.hashnode.dev·Oct 19, 2023 · 1 min readQuick EC2 AWS Networking notesEach VPC can have one or more subnets Subnets can be private or public The difference between private and public subnets is that public subnets are accessible over the internet Internet Gateway and VPC gateway are two ways to get traffic out of the V...00
MPMrudul P.inawsnotes.hashnode.dev·Oct 9, 2023 · 2 min readEC2 PricingOn-Demand Instances You pay for computing capacity per hour/second, depending on which instances you run. Use case: Users who don't need upfront payment or long-term commitments Applications that cannot be interrupted Spot Instances Spot Instance...00
MPMrudul P.inawsnotes.hashnode.dev·Oct 8, 2023 · 1 min readEC2 States and BillingEC2 has the following states -- Pending -- EC2 is starting Running -- EC2 is now active and in use. Billing starts when EC2 reaches this state Stopping -- EC2 is entering a stopped state. Billing continues till EC2 does not reach a stopped state ...00
MPMrudul P.inawsnotes.hashnode.dev·Oct 7, 2023 · 2 min readEC2 Instance Families and when to useGeneral Purpose Instance Provides a balance of computing, memory and networking resources. Use Case: Ideal for web servers & code repositories Compute Optimized Ideal for compute-bound applications that benefit from high-performance processors Use Ca...00