Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EFS throughput mode to Elastic #32

Merged
merged 3 commits into from
Nov 8, 2023
Merged

Update EFS throughput mode to Elastic #32

merged 3 commits into from
Nov 8, 2023

Conversation

amzn-changml
Copy link
Contributor

Resolves throughput issues due EFS disk usage IO scaling

@@ -83,7 +83,8 @@ def _create_efs(self):
file_system = efs.FileSystem(self, 'FileSystem',
vpc=self.vpc,
enable_automatic_backups=True,
encrypted=True
encrypted=True,
throughput_mode=ThroughputMode.ELASTIC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this needs to be efs.ThroughputMode.ELASTIC

@brianherrera
Copy link
Contributor

The updated version of cdk supports the elastic throughput mode. I was able to successfully run the tests using the latest aws-cdk-lib (jsii also needs to be updated otherwise the update will fail).

aws-cdk-lib==2.93.0
jsii==1.88.0

@amzn-changml amzn-changml merged commit 15a3321 into o3de:main Nov 8, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants