ContentPosts from @dawnalvarez494..
Story
@xiaowuc2 shared a post, 3 years ago
Associate System Engineer, ibm

50+ Python Projects (10 Lines of Code) by an IBM-er

50+ Python Projects (10 Lines of Code)

Size matters not. Look at me. Judge me by my size, do you?
Link
@faun shared a link, 3 years ago
FAUN.dev()

How to set up least privilege access to your encrypted Amazon SQS queue

Amazon Simple Queue Service (Amazon SQS) is a fully managed message queue service that enables developers to decouple and scale microservices and distributed systems. Amazon SQS provides an authentication mechanism to control access to queues and also provides encryption in transit and at rest usin.. read more  

How to set up least privilege access to your encrypted Amazon SQS queue
Link
@faun shared a link, 3 years ago
FAUN.dev()

Amazon RDS for MySQL now supports up to 15 read replicas for RDS Multi-AZ deployment option with two readable standby database instances

Amazon RDS now allows the creation of15 additional asynchronousread replicasoutside the clusterin addition to the two readable standby instances in Multi-AZ deployments with two readable standbys. This enables scaling up the read capacity to 17 instances, providing improved performance and durabili.. read more  

Amazon RDS for MySQL now supports up to 15 read replicas for RDS Multi-AZ deployment option with two readable standby database instances
Link
@faun shared a link, 3 years ago
FAUN.dev()

AWS Graviton2-based Amazon EC2 instances are available in additional regions

Starting from 07/Apr/2023, Amazon Elastic Compute Cloud (Amazon EC2) M6gd instances are available in Asia Pacific (Seoul). C6g instances are available in Asia Pacific (Melbourne) and Europe (Zurich). M6g instances are available in Africa (Cape Town), Asia Pacific (Melbourne, Osaka) and Europe (Zur.. read more  

AWS Graviton2-based Amazon EC2 instances are available in additional regions
Link
@faun shared a link, 3 years ago
FAUN.dev()

Data lake vs. data mesh: Which one is right for you?

Organizations seeking to analyze enterprise data face challenges such as data quality governance, ETL pipeline dependencies, and a shortage of data science and engineering talent. A solution is to distribute data in amesh architectureinstead of a centralized data lake. The data mesh approach promo.. read more  

Data lake vs. data mesh: Which one is right for you?
Link
@faun shared a link, 3 years ago
FAUN.dev()

Considerations for the security operations center in the cloud: deployment using AWS security services

In this blog post, the author discusses considerations for a security operation center (SOC) in the context of deploying it to the cloud using different operating models - centralized, decentralized, and hybrid. They focus specifically on AWS native security services and the use ofAWS Security Hub... read more  

Considerations for the security operations center in the cloud: deployment using AWS security services
Link
@faun shared a link, 3 years ago
FAUN.dev()

Managing Unconfirmed Users in AWS Cognito with a Lambda Function: A Step-by-Step Guide

Amazon Web Services (AWS) Cognitoallows for user authentication, access control, password recovery, and multi-factor authentication. However, unconfirmed user accounts can create issues! A lambda function can automatically delete unconfirmed or unverified users. This article provides a step-by-ste.. read more  

Managing Unconfirmed Users in AWS Cognito with a Lambda Function: A Step-by-Step Guide
Link
@faun shared a link, 3 years ago
FAUN.dev()

Creating a MPRIS service (server) in Go

The article discusses creating a MPRIS service(Media Player Remote Interfacing Specification) in Go for broadcasting metadata to the system, specifically for a webradio player. MPRIS is a D-Bus interface used for communication between applications on Linux, similar to APIs for web applications. The.. read more  

Creating a MPRIS service (server) in Go
Link
@faun shared a link, 3 years ago
FAUN.dev()

Go 1.21 will (likely) have a static toolchain on Linux

The author encountered difficulty building a binary with Go 1.20 on Ubuntu 20.04, which required building Go 1.17 first. They noted that the Go toolchain is dynamically linked against the system glibc, likely due to the need to download packages over the network, which requires looking up DNS names.. read more  

Link
@faun shared a link, 3 years ago
FAUN.dev()

Google Cloud: We've got easy tools to enable Cloud SQL for your Go apps

The Cloud SQL Go Connector is the recommended way to securely connect your Go application to a Cloud SQL database. It offers code-level control, and is a more convenient way to establish connections than traditional database connections... read more  

Google Cloud: We've got easy tools to enable Cloud SQL for your Go apps