Skip to content

Commit

Permalink
Issue 47: Set EFS provisioned throughput to 1000 (#48)
Browse files Browse the repository at this point in the history
Set EFS provisioned throughput to 1000.

Signed-off-by: Raúl Gracia <[email protected]>
  • Loading branch information
RaulGracia authored Aug 19, 2020
1 parent e7efb9c commit cc06651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-pravega/deploy/provision-pravega-aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ resource "aws_instance" "metrics" {
# Change the EFS provisioned TP here
resource "aws_efs_file_system" "tier2" {
throughput_mode = "provisioned"
provisioned_throughput_in_mibps = 500
provisioned_throughput_in_mibps = 1000
tags = {
Name = "pravega-tier2"
}
Expand Down

0 comments on commit cc06651

Please sign in to comment.