jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#cloud

9 articles tagged #cloud.

  • AWS ECS

    AWS container orchestration service that runs and scales Docker applications without managing the underlying cluster infrastructure.

    seed#aws#ecs#containers#docker#orchestration#cloud
  • AWS Lambda

    AWS serverless compute service that runs code in response to events without provisioning or managing servers, automatically scaling from zero to thousands of concurrent executions.

    seed#aws#lambda#serverless#faas#event-driven#cloud
  • AWS S3

    AWS object storage service with 99.999999999% durability, unlimited scalability, and multiple storage classes for cost optimization.

    seed#aws#s3#storage#serverless#object-storage#cloud
  • AWS Well-Architected Framework

    AWS framework with six pillars of best practices for designing and operating reliable, secure, efficient, and cost-effective cloud systems.

    seed#aws#well-architected#best-practices#cloud#architecture#pillars
  • Cost Optimization

    Practices and strategies to minimize cloud spending without sacrificing performance, including right-sizing, reservations, spot instances, and eliminating idle resources.

    seed#cost-optimization#finops#cloud#aws#savings#efficiency
  • Infrastructure as Code

    Practice of defining and managing infrastructure through versioned configuration files instead of manual processes. Foundation of modern operations automation.

    evergreen#devops#iac#automation#cloud
  • Serverless

    Cloud computing model where the provider manages infrastructure automatically, allowing code execution without provisioning or managing servers, paying only for actual usage.

    evergreen#serverless#cloud#faas#event-driven#aws#scaling
  • Terraform

    HashiCorp's Infrastructure as Code tool that enables defining, provisioning, and managing multi-cloud infrastructure through declarative HCL files.

    evergreen#iac#terraform#cloud#devops
  • Twelve-Factor App

    Twelve-principle methodology for building modern SaaS applications that are portable, scalable, and deployable on cloud platforms.

    seed#twelve-factor#methodology#saas#cloud#best-practices#architecture
All tags