Last active
May 19, 2023 20:28
-
-
Save fqborges/c2dbc17b0953cf964187c2976e6cb96c to your computer and use it in GitHub Desktop.
things to remember
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Make an Amazon EBS volume available for use on Linux | |
| https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html | |
| Mount nvme using the device name we specified when we created the attachment | |
| https://notificare.com/blog/2022/06/17/Mounting-EBS-Volumes-in-EC2/ | |
| EBS optimized docs | |
| https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html#current | |
| EBS optimized EBSIOBalance% vs EBSByteBalance% / Using Amazon CloudWatch metrics to monitor burst usage | |
| https://aws.amazon.com/blogs/compute/improving-application-performance-and-reducing-costs-with-amazon-ebs-optimized-instance-burst-capability/ | |
| https://developers.redhat.com/articles/2022/08/01/containerize-net-applications-without-writing-dockerfiles#using_dotnet_build_image_in_a_github_workflow | |
| https://www.vantage.sh/features/autopilot | |
| - EC2 Savings as a Service / automated buying and selling of reserved instances | |
| Livro recomendado AI | |
| https://www.amazon.com.br/Intelig%C3%AAncia-Artificial-Abordagem-Aprendizado-M%C3%A1quina/dp/8521637349/ref=asc_df_8521637349/?tag=googleshopp00-20&linkCode=df0&hvadid=379787347388&hvpos=&hvnetw=g&hvrand=5095929628576601762&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1001686&hvtargid=pla-1310050913914&psc=1 | |
| Prometheus node exporter cpu % | |
| https://www.reddit.com/r/PrometheusMonitoring/comments/m0699t/extracting_the_percent_use_of_cpu_from_node/ | |
| https://www.robustperception.io/understanding-machine-cpu-usage/ | |
| Promethus storage optimization | |
| https://alexandre-vazquez.com/how-it-optimize-the-disk-usage-in-the-prometheus-database/ | |
| https://faun.pub/how-to-drop-and-delete-metrics-in-prometheus-7f5e6911fb33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment