Skip to content

Commit

Permalink
Include t3a.micro in compute.yaml (#304)
Browse files Browse the repository at this point in the history
* Include t3a.micro in compute.yaml

* replace AS delete permission with delete*
  • Loading branch information
GomathiselviS authored Jul 11, 2024
1 parent 418bbb7 commit 5fcb2cf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions aws/policy/compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Statement:
- t2.micro
- t3.nano
- t3.micro
- t3a.micro
- m1.large # lowest cost instance type with EBS optimization supported

# Permit RunInstance to access any of the usual objects attached to an
Expand Down Expand Up @@ -101,6 +102,7 @@ Statement:
- t2.micro
- t3.nano
- t3.micro
- t3a.micro
- m1.large # lowest cost instance type with EBS optimization supported

# ASG and ELB don't like being region restricted.
Expand Down Expand Up @@ -140,13 +142,8 @@ Statement:
- autoscaling:CancelInstanceRefresh
- autoscaling:CompleteLifecycleAction
- autoscaling:CreateOrUpdateTags
- autoscaling:DeleteAutoScalingGroup
- autoscaling:DeleteLaunchConfiguration
- autoscaling:DeletePolicy
- autoscaling:DeleteScheduledAction
- autoscaling:DeleteTags
- autoscaling:Delete*
- autoscaling:DetachLoadBalancers
- autoscaling:DeleteLifecycleHook
- autoscaling:DetachLoadBalancerTargetGroups
- autoscaling:DisableMetricsCollection
- autoscaling:PutScalingPolicy
Expand Down

0 comments on commit 5fcb2cf

Please sign in to comment.