ContentPosts from @shafislam..
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS Lambda adds support for Ruby 3.2

AWS Lambda now supports Ruby 3.2 as both a managed runtime and a container base image. Developers creating serverless applications in Lambda with Ruby 3.2 can take advantage of new features such as endless methods, a new Data class, improved pattern matching, and performance improvements... read more  

AWS Lambda adds support for Ruby 3.2
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS CloudTrail Lake now supports selective start or stop ingestion of CloudTrail events

AWS CloudTrail Lake now provides the ability to selectively start or stop ingestion of CloudTrail events into your CloudTrail Lake event data store... read more  

AWS CloudTrail Lake now supports selective start or stop ingestion of CloudTrail events
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS KMS now supports importing asymmetric and HMAC keys

You can now import asymmetric and HMAC keys into AWS Key Management Service (AWS KMS) and use them within supported KMS-integrated AWS services and your own applications... read more  

AWS KMS now supports importing asymmetric and HMAC keys
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Terraform AWS provider 5.0 adds updates to default tags

Version 5.0 of the HashiCorp Terraform AWS provider brings improvements to default tags, allowing practitioners to set tags at the provider level... read more  

Terraform AWS provider 5.0 adds updates to default tags
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

A look inside the AWS lab where retired data center hardware gets a second chance

AWS’s reverse logistics program provides a sustainable path for components—all while maintaining the highest level of data security... read more  

A look inside the AWS lab where retired data center hardware gets a second chance
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Integrating Keycloak as my Identity Provider for IAM Identity Centre

How to deploy Keycloak, an open-source Identity and Access Management solution, on AWS as an Identity Provider for AWS IAM Identity Centre and the instructions for deploying both older (v16) and newer (v21) versions of Keycloak using different infrastructure-as-code tools... read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

AWS Lambda Function: IAM User Password Expiry Notice

A step-by-step guide on setting up an AWS Lambda function to send email notifications to IAM Users when their AWS Web Console passwords are expiring. The implementation enhances security, efficiency, and user experience in the AWS IAM environment... read more  

AWS Lambda Function: IAM User Password Expiry Notice
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Sending AWS Lambda Logs to an Observability Service Like Datadog or New Relic

Currently, Lambda logs can only be sent to Cloudwatch, but many companies prefer using centralized observability services. To overcome this limitation, AWS Cloudwatch provides Log Subscriptions Filters, which can send logs to Kinesis Data Stream, Lambda, or Kinesis Data Firehose. By using Firehose, .. read more  

Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Memory-wall problem

The memory wall problem occurs when a processor's speed surpasses the rate at which data can be transferred to and from memory, resulting in performance slowdowns. CPUs mitigate this by using L-caches, which are small and fast. Understanding memory allocation and cache utilization is crucial for opt.. read more  

Memory-wall problem
Link
@faun shared a link, 2 years, 5 months ago
FAUN.dev()

Golang vs Python: The Ultimate Battle in DevOps

In the world of DevOps, two programming languages are often pitted against each other: Golang and Python. Both languages have their own strengths and weaknesses, and choosing the right one for your DevOps needs can be a tough decision... read more