Skip to content

Commit

Permalink
enable xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 29, 2024
1 parent 3a4c75e commit ca5602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rultor/agents/aws/StartsInstance.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public final class StartsInstance extends AbstractAgent {
* Allowed instance types.
*/
private static final String[] ALLOWED_TYPES = {
"t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.large",
"t2.nano", "t2.micro", "t2.small", "t2.medium", "t2.xlarge",
};

/**
Expand Down

0 comments on commit ca5602a

Please sign in to comment.