Menu
myezbrew
  • Privacy Policy
  • prometheus documentation
myezbrew

Author: Andy Jenkins

Lambda crash course…

Posted on December 4, 2021December 6, 2021 by Andy Jenkins

Creating a Role Create Policy using AWS Policy Generator Type -> IAM Policy AWS Service -> Amazon SES Actions -> SendEmail, SendRawEmail ARN -> *  Click Add Statement Click Generate Policy Copy and save the text { “Version”: “2012-10-17”, “Statement”: [ { “Sid”: “Stmt1638644864547”, “Action”: [ “ses:SendEmail”, “ses:SendRawEmail” ], “Effect”: “Allow”, “Resource”: “*” } ] }…

+

Using AWS Lambda to enable static IP addresses for Application Load Balancers

Posted on December 4, 2021December 4, 2021 by Andy Jenkins

Just running through a blog on AWS… I will be contrasting and comparing different ways to make it go.   Here is the link to the blog I followed:https://aws.amazon.com/blogs/networking-and-content-delivery/using-aws-lambda-to-enable-static-ip-addresses-for-application-load-balancers/ We need some infrastructure upfront to start this: Network Load Balancer (NLB) that has an IP based target group Internal Application Load Balancer (ALB) The ALB and…

+

Python, boto3 and AWS alike

Posted on October 23, 2021October 29, 2021 by Andy Jenkins

This should be fun…  This is my python and boto3 hello world. I have never touched these let’s see what we get. Personally I wish perl had won. With the said here is it the link I am going to use.  https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html   Installation PythonBoto Mac:              sudo apt update…

+

Configure kubernetes Limit Ranges

Posted on September 9, 2021September 9, 2021 by Andy Jenkins
+

Install Terraform

Posted on September 6, 2021September 6, 2021 by Andy Jenkins

Here is the HashiCorp tutorial link… Install Terraform Here is my output on a cloud9 host: bitnami@ip-172-26-15-161:~$ sudo apt-get update && sudo apt-get install -y gnupg … (a bunch of output) bitnami@ip-172-26-15-161:~$ curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add – OK bitnami@ip-172-26-15-161:~$ sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main” bitnami@ip-172-26-15-161:~$ sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com…

+

Terraform S3 backend

Posted on September 6, 2021September 6, 2021 by Andy Jenkins
+

Configure node-pressure-eviction kOps

Posted on September 5, 2021September 8, 2021 by Andy Jenkins

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Here are the edits we need to make to the cluster config in kubelet. kubelet: victionHard: memory.available

+

k8s with kops and terraform

Posted on September 4, 2021September 7, 2021 by Andy Jenkins

kOps kubernetes AWS account Source Control is nice to have also… Links: https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md   I assume you are at a console with the AWS cli installed and connected to an account. Create a route53 domain for your cluster Already completed… need to populate.   Create an S3 bucket to store your clusters state Already completed……

+
  • Previous
  • 1
  • 2
  • 3

Recent Posts

  • HAOS – Notes
  • Vger: Docker Images
  • Project: Duplicate Terraform Cloud Global Variable
  • PowerShell Crash Day
  • vger: Using a man in the middle terraform module

Recent Comments

    Archives

    • October 2023
    • September 2023
    • August 2023
    • March 2023
    • February 2023
    • November 2022
    • May 2022
    • April 2022
    • December 2021
    • October 2021
    • September 2021

    Categories

    • devops
    • docker images
    • prometheus
    • Prometheus Alerting
    • Uncategorized
    • vger

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    ©2025 myezbrew | WordPress Theme by Superb Themes