Skip to content

Instantly share code, notes, and snippets.

View Artemu's full-sized avatar

Kyle Lindeque Artemu

View GitHub Profile
@Artemu
Artemu / gist:a66a542b4ee0290d1d9e3c5c95d3dc9c
Created May 1, 2019 13:07
Modification for EKS Data Source
data "aws_ami" "eks_worker" {
most_recent = true
filter {
name = "name"
values = ["amazon-eks-node-*"]
}
filter {
name = "virtualization-type"
module.env-xxxxxx.datadog_monitor.sqs-delay: Creating...
escalation_message: "" => "{{#is_alert}} *REPEAT* | SQS is reporting a delay in message delivery time >= 1hr {{/is_alert}} {{#is_warning}} *REPEAT* | SQS is reporting a delay in message delivery time >= 15m {{/is_warning}} {{#is_recovery}} *REPEAT* | SQS is reporting message delivery time has fallen back into the respected range. {{/is_recovery}}"
evaluation_delay: "" => "<computed>"
include_tags: "" => "true"
message: "" => "{{#is_alert}} SQS is reporting a delay in message delivery time >= 1hr {{/is_alert}} {{#is_warning}} SQS is reporting a delay in message delivery time >= 15m {{/is_warning}} {{#is_recovery}} SQS is reporting message delivery time has fallen back into the respected range. {{/is_recovery}}"
name: "" => "env-xxxxxx | SQS - Delay"
new_host_delay: "" => "300"
notify_audit: "" => "false"
notify_no_data:
Shirine Al-Sadi 10:45 AM
Sent from LJC - London Java Community
Hi Kyle,
We just wanted to check some information on your profile regarding your recent application to the London Java Community, as it is not clear whether you are a developer working with, or interested in, tech in the Java ecosystem or an individual or representative of a company that would like to sell services or products to developers.
Our community is a group for developers using, or interested in using, Java and not a networking group that helps people with marketing interests connect with developers. The membership is reserved exclusively for developers with a personal interest in the tech and the industry and those who organise and run the community.
It’s not surprising that every week a number of individuals and companies ask to join the community hoping to use it to connect with our members for marketing purposes. However, our members want the community to be marketing-free so we have a screening process to check that new members ar
$ terraform destroy --target module.eks-staging
aws_vpc.eks-main: Refreshing state... (ID: vpc-xxxxxxxxxxxx)
aws_iam_role.eks-role: Refreshing state... (ID: EKS-Control_eks-staging)
aws_iam_role.worker-role: Refreshing state... (ID: EKS-Worker_eks-staging)
data.aws_availability_zones.available: Refreshing state...
aws_iam_instance_profile.worker-role-policy: Refreshing state... (ID: EKS-Worker_eks-staging)
aws_security_group.control-sg: Refreshing state... (ID: sg-xxxxxxxxxxx)
aws_subnet.eks[1]: Refreshing state... (ID: subnet-xxxxxxxxx)
aws_subnet.eks[0]: Refreshing state... (ID: subnet-xxxxxxxxx)
aws_subnet.eks[2]: Refreshing state... (ID: subnet-xxxxxxxxx)

Keybase proof

I hereby claim:

  • I am artemu on github.
  • I am artemu (https://keybase.io/artemu) on keybase.
  • I have a public key whose fingerprint is 8065 56E9 5C04 7520 D348 456B 31BB F859 AAF6 4FA4

To claim this, I am signing this object:

@Artemu
Artemu / homestead_extras.sh
Created March 10, 2017 13:41 — forked from rufhausen/homestead_extras.sh
My script for adding some "extras" (LDAP, Oracle, MSSQL, Oh-My-Zsh, etc.) to a Laravel Homestead Vagrant VM.
#!/bin/bash
apt-get update
#Additional Packages
apt-get install -y cifs-utils winbind smbclient bindfs gvfs gvfs-bin keyutils unzip php5-ldap php5-mssql zsh
wget --no-check-certificate http://install.ohmyz.sh -O - | sh
chsh vagrant -s /bin/zsh
traceroute to 192.169.81.162 (192.169.81.162), 64 hops max, 52 byte packets
1 192.168.17.254 (192.168.17.254) 0.462 ms 0.352 ms 0.225 ms
2 lukest.gw.ru.ac.za (146.231.171.1) 6.126 ms 7.012 ms 5.733 ms
3 strubencore-offcampus-0.net.ru.ac.za (146.231.2.137) 10.279 ms 5.832 ms 7.334 ms
4 strubenedge-strubencore.net.ru.ac.za (192.42.99.246) 5.714 ms 5.942 ms 3.834 ms
5 tenet-strubenedge.net.ru.ac.za (192.42.99.253) 7.243 ms 7.008 ms 6.998 ms
6 155.232.5.4 (155.232.5.4) 31.298 ms 31.033 ms 32.153 ms
7 els1pe2-t0000-plz1pe1-t200.net.tenet.ac.za (155.232.6.46) 32.909 ms 35.346 ms 32.079 ms
8 dur1pe1-t200-els1pe2-t0100.net.tenet.ac.za (155.232.6.70) 29.128 ms 29.266 ms 31.933 ms
9 mtzub1-vl701-mtz1pe2-x001-701.net.tenet.ac.za (155.232.6.98) 32.190 ms 33.924 ms 32.151 ms