UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
97081a77
Verified
Commit
97081a77
authored
1 year ago
by
Danny Gershman
Browse files
Options
Downloads
Patches
Plain Diff
[k3d-dev.sh] using gp3 and volume encryption
parent
a61bf67a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2677
[k3d-dev.sh] using gp3 and volume encryption
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scripts/developer/k3d-dev.sh
+4
-2
4 additions, 2 deletions
docs/assets/scripts/developer/k3d-dev.sh
with
4 additions
and
2 deletions
docs/assets/scripts/developer/k3d-dev.sh
+
4
−
2
View file @
97081a77
...
...
@@ -292,14 +292,16 @@ EOF
echo
"Creating device_mappings.json ..."
mkdir
-p
~/aws
# gp3 volumes are 20% cheaper than gp2 and comes with 3000 Iops baseline and 125 MiB/s baseline throughput for free.
cat
<<
EOF
> ~/aws/device_mappings.json
[
{
"DeviceName": "/dev/sda1",
"Ebs": {
"DeleteOnTermination": true,
"VolumeType": "gp2",
"VolumeSize":
${
VolumeSize
}
"VolumeType": "gp3",
"VolumeSize":
${
VolumeSize
}
,
"Encrypted": true
}
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment