diff --git a/README.md b/README.md index 107d225..daebb4d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ I might accept suggestions, though. Use the repository's hosting platform's tool ## Sources - [myshittycode.com] +- [freekb.net] +[freekb.net]: https://www.freekb.net/ [myshittycode.com]: https://myshittycode.com/ diff --git a/knowledge base/cloud computing/aws/ec2.md b/knowledge base/cloud computing/aws/ec2.md index d24d080..e4a412a 100644 --- a/knowledge base/cloud computing/aws/ec2.md +++ b/knowledge base/cloud computing/aws/ec2.md @@ -236,6 +236,7 @@ Also see [Automatic instance recovery]. - [Instance store temporary block storage for EC2 instances] - [Attach an EBS volume to multiple EC2 instances using Multi-Attach] - [Monitor AWS EC2 memory utilization and set CloudWatch Alarm] +- [Automating Instance Reboots with Amazon CloudWatch EC2 Actions] +[Automating Instance Reboots with Amazon CloudWatch EC2 Actions]: https://devops.supportsages.com/automating-instance-reboots-with-amazon-cloudwatch-ec2-actions-375f633a658d [aws ec2 instance pricing comparison]: https://ec2instances.github.io/ -[ec2instances.info on vantage.sh]: https://instances.vantage.sh/ [configuring ec2 disk alert using amazon cloudwatch]: https://medium.com/@chandinims001/configuring-ec2-disk-alert-using-amazon-cloudwatch-793807e40d72 +[ec2instances.info on vantage.sh]: https://instances.vantage.sh/ [monitor aws ec2 memory utilization and set cloudwatch alarm]: https://medium.com/@VaibhaviDeshmukh07/monitor-aws-ec2-memory-utilization-and-set-cloudwatch-alarm-a53d0e0b1eeb diff --git a/knowledge base/cloud computing/aws/eks.md b/knowledge base/cloud computing/aws/eks.md index a7e4200..187caff 100644 --- a/knowledge base/cloud computing/aws/eks.md +++ b/knowledge base/cloud computing/aws/eks.md @@ -1432,6 +1432,7 @@ helm upgrade -i --repo 'https://aws.github.io/eks-charts' \ - [Install the AWS Load Balancer Controller using Helm] - [Reaching failed to introspect region from EC2Metadata... on container start-up - vanilla EKS/Fargate] - [Route application and HTTP traffic with Application Load Balancers] +- [Hands-On Guide to Creating an Amazon EKS Cluster with Self-Managed Worker Nodes]