Skip to content

Commit

Permalink
Update blueprints/02-at-scale/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Kellie Freeman <[email protected]>
  • Loading branch information
carlosrodlop and kellie-freeman committed Aug 5, 2024
1 parent 921f52e commit c839f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This blueprint divides scalable node groups for different types of workloads:
- CI services (role: `cb-apps`):
- Services instance type: [AWS Graviton Processor](https://aws.amazon.com/ec2/graviton/) and [Bottlerocket OS](https://aws.amazon.com/bottlerocket/) AMI type.
- It uses an [instance profile](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html) for operating with AWS services permissions (for example, S3 buckets). However, the recommended options are explained in [Issue 56](https://github.com/cloudbees/terraform-aws-cloudbees-ci-eks-addon/issues/56).
- CI Agents (Ephemeral):
- CI agents (ephemeral):
- Linux: [AWS Graviton Processor](https://aws.amazon.com/ec2/graviton/) and [Bottlerocket OS](https://aws.amazon.com/bottlerocket/) AMI type and includes on-demand (role: `build-linux`) and Spot (role: `build-linux-spot`) capacity types. The Spot agent node groups follow the principles described in [Building for Cost Optimization and Resilience for EKS with Spot Instances](https://aws.amazon.com/blogs/compute/cost-optimization-and-resilience-eks-with-spot-instances/).
- Windows (role: `build-windows`): Windows 2019 AMI type.

Expand Down

0 comments on commit c839f38

Please sign in to comment.