Open in app

Sign In

Write

Sign In

Arun Kumar
Arun Kumar

47 Followers

Home

About

Published in Cloud Techies

·May 3, 2021

AWS — Quick setup

Steps Install python brew install python ls -l /usr/local/bin/python* ln -s -f /usr/local/bin/python3.9 /usr/local/bin/python Install aws-cli curl “https://awscli.amazonaws.com/AWSCLIV2.pkg" -o “AWSCLIV2.pkg” sudo installer -pkg AWSCLIV2.pkg -target / which aws aws --version Install and configure git. brew install git git --version git config --global user.name “<your username>” git config --global user.email “<your mail id>” git config --global…

AWS

1 min read

AWS

1 min read


Published in Cloud Techies

·May 3, 2021

Configure Python to run Dataflow Jobs in Cloud Shell

Steps You need to update the requirements.txt to specify the Python modules that are required to deploy the Dataflow jobs using virtualenv in Cloud Shell. Paste the following list of modules into requirements.txt. This list ensures that the correct Python modules will be installed to allow you to deploy the Python…

Google Cloud Platform

2 min read

Configure Python to run Dataflow Jobs in Cloud Shell
Configure Python to run Dataflow Jobs in Cloud Shell
Google Cloud Platform

2 min read


Published in Cloud Techies

·Apr 14, 2021

Troubleshoot — Cannot reach Destination server (Permission Denied)

Scenario You are using nginx and trying to call the downstream application but it returns http 502. Cause The reason could be because SELINUX would have blocked certain port. You can check the logs for more details. Steps The following example is from a sample repo whereby the downstream application uses port 801 and 802. Check the ngnix logs — /var/log/ngnix/error.log From here you will be able to see the error “permission denied”

Nginx

2 min read

Troubleshoot — Cannot reach Destination server (Permission Denied)
Troubleshoot — Cannot reach Destination server (Permission Denied)
Nginx

2 min read


Published in Cloud Techies

·Apr 14, 2021

How to check if there is traffic to a particular Source IP

Steps Navigate to the network interface in EC2 as below. a. Search for the IP address, click on flow logs and destination name. b. Take note of the Network interface ID (eni-xxxxxxx) which you would need in Step 2. 2. On the CloudWatch page, look for the log stream related to the Network interface ID.

AWS

2 min read

How to check if there is traffic to a particular Source IP
How to check if there is traffic to a particular Source IP
AWS

2 min read


Published in Cloud Techies

·Apr 14, 2021

Resolve Windows Update Stuck at 0%

Steps Stop Windows Update Services → (Go to run → services.msc → Windows Update) 2. Ensure Firewall is running, else start the Windows Firewall services (Go to run → Services.msc → Windows Firewall)

Windows

1 min read

Resolve Windows Update Stuck at 0%
Resolve Windows Update Stuck at 0%
Windows

1 min read


Published in Cloud Techies

·Feb 9, 2021

Important ports and their purposes

Ports: TCP: 53, 135, 389, 445 ,464, 636, 3268, 3269, 49152–65535 UDP: 53, 88, 135, 389, 445, 464, 636, 3268, 3269, 123, 137, 138 Purpose of the ports: UDP Port 88 for Kerberos authentication UDP and TCP Port 135 for domain controllers-to-domain controller and client to domain controller operations. TCP Port 139 and UDP 138…

Ports

1 min read

Ports

1 min read


Published in Cloud Techies

·Feb 9, 2021

Benefits of HTTP/2

Pipelining Http pipelining is a technique in which multiple http requests are sent on a single TCP connection without waiting for the corresponding responses. Http 1.1 supports pipelining. Only limitation was that server has to maintain the response order as requested by the client. If the client made 3 requests 1…

Http2

3 min read

Benefits of HTTP/2
Benefits of HTTP/2
Http2

3 min read


Published in Cloud Techies

·Feb 9, 2021

Troubleshooting Lambda@Edge function

Steps You can configure test Events, for example — Viewer-Request and Origin-Response that allows you to do unit testing in AWS console. 2. You can dump the entire Event to CloudWatch log by adding the following line in your function→ convert event to json string with 4 space indentation. console.log(‘Received event:’…

Lambda

1 min read

Lambda

1 min read


Published in Cloud Techies

·Feb 8, 2021

How to install Qualys Cloud Agent on Linux/Windows

Red Hat Enterprise Linux (RHEL) / Amazon Linux Download the latest Qualys Cloud Agent installer from below. https://qualysguard.qualys.com/am/help/sensors/cloud_agent.htm 2. Perform installation with the following command: sudo rpm -ivh qualys-cloud-agent.x86_64.rpm 3. Activate Qualys Cloud Agent with the following command: sudo /usr/local/qualys/cloud-agent/bin/qualys-cloud-agent.sh ActivationId=1032h37-dd20-4fde-93c8-2q3dwedae34 CustomerId=aa9845nb0-6643-5564-8045-1234wsDDAS

Qualys

2 min read

How to install Qualys Cloud Agent on Linux/Windows
How to install Qualys Cloud Agent on Linux/Windows
Qualys

2 min read


Published in Cloud Techies

·Feb 8, 2021

Docker setup on Windows

Steps Install Docker Desktop for Windows. https://hub.docker.com/editions/community/docker-ce-desktop-windows 2. Install WSL2. https://docs.microsoft.com/en-us/windows/wsl/install-win10 3. Make sure awscli is up to date. https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-windows.html 4. Run the following command to login to the ECR repo. aws ecr get-login-password --region <aws-region> | docker login --username AWS --password-stdin <ecr-repo-name>

AWS

2 min read

Docker setup on Windows
Docker setup on Windows
AWS

2 min read

Arun Kumar

Arun Kumar

47 Followers

Cloud Architect | AWS, GCP, Azure, Python, Kubernetes, Terraform, Ansible

Following
  • Bhuvanesh

    Bhuvanesh

  • Nigeria Bitcoin Community

    Nigeria Bitcoin Community

  • Maneesa Wijesinghe-Nelken

    Maneesa Wijesinghe-Nelken

  • Google Developers

    Google Developers

  • AWS Startups

    AWS Startups

See all (31)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech