AWS and Cloud

APIs and Resources

Creating a cluster

boto3 create_cluster

Idempotency

In computing, an idempotent operation is one that has no additional effect if it is called more than once with the same input parameters. https://stackoverflow.com/a/1077421

Infrastructure as Code

Terraform

Terraform

Terraform

CloudFormation

CloudFormation

CloudFormation console

Stacker

Ephemeral and Stateless

Auto Scaling Group Events

AWS Pricing

AWS offers you a pay-as-you-go approach for pricing

Auto Scaling

Auto Scaling Jenkins

Resiliency

  • Loose coupling between services
  • Retries with exponential backoff
  • Circuit breaking
  • Idempotent operations

YC&I Architecture