AWS Systems Manager Parameter Store provides secure storage for configuration data management and secrets management, which allows you to store sensitive iformation like passwords that you can encrypt with your KMS key. Today we will use Amazon Web Services SSM
Python
A collection of 46 posts
Using getpass in Python to accept passwords from stdin without echoing it back
Using raw_input in python expects standard input, which echo's it back after enter is executed, below is an example: >>> word = raw_input("What is the word? \n") What is the word? football >>
API Gateway with Lambda using Python on AWS to Post info to Rocketchat
Today we will setup a API Gateway which has a Lambda Function, written in Python which we will setup using the AWS CLI What we will be doing: We will setup an API Endpoint that we will use to post
Building a Search Engine for our Scraped Data on Elasticsearch Part 2
In Part 1, we Scraped this website for data and ingested it into elasticsearch. In this post, we will build the search engine frontend, that we will use to search for blog posts. #carbonads { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Scraping Websites with Python and Beautiful Soup and Ingesting into Elasticsearch
This will be a 2 post guide, where we will scrape this website on Page Title, URL and Tags, for blog posts, then we will ingest this data into Elasticsearch. - This Post Once we have our data in Elasticsearch,
Using Python to Interact with the RocketChat API
window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us15.list-manage.com","uuid":"3dfcff447b6ee598231eeb658","lid":"5c36081d06","uniqueMethods":true}) }) In my previous post we went throught the steps on how to get Rocket Chat up and running. Today we
Setup RocketChat on Docker Swarm with Traefik Reverse Proxy
Rocket Chat is a Great Self-Hosted Open Source Communication Platform for Teams and Communities. You can almost categorize it as a Open Source Self Hosted Slack-like Platform. Features: Rocket Chat offers features such as: Chat Platform API Live Support Chat
Using Minios Python SDK to interact with a Minio S3 Bucket
In our previous post, we have Setup Minio Server which is a self-hosted alternative to Amazon's S3 Service. We will go through some basic examples on working with the Python SDK, to interact with Minio. Installing the Minio Python Library:
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!