AWS Backup adds an additional layer for backup protection with the availability of AWS Backup Vault Lock

By Dustin Ward

AWS FeedAWS Backup adds an additional layer for backup protection with the availability of AWS Backup Vault Lock Today, AWS Backup announced the availability of AWS Backup Vault Lock. This new feature enhances customers’ ability to protect backups from inadvertent or malicious actions. It helps customers implement safeguards that ensure they are storing their backups…

Top 5 Architecture Blog Posts for Q3 2021

By Dustin Ward

AWS FeedTop 5 Architecture Blog Posts for Q3 2021 The goal of the AWS Architecture Blog is to highlight best practices and provide architectural guidance. We publish thought leadership pieces that encourage readers to discover other technical documentation such as solutions and managed solutions, other AWS blogs, videos, reference architectures, whitepapers, and guides, training and…

Align with best practices while creating infrastructure using CDK Aspects

By Dustin Ward

AWS FeedAlign with best practices while creating infrastructure using CDK Aspects Organizations implement compliance rules for cloud infrastructure to ensure that they run the applications according to their best practices. They utilize AWS Config to determine overall compliance against the configurations specified in their internal guidelines. This is determined after the creation of cloud resources…

Simplifying Kubernetes configurations using AWS Lambda

By Dustin Ward

AWS FeedSimplifying Kubernetes configurations using AWS Lambda In this blog post, we explain how to create a multi-stage Dockerfile that uses eksctl, kubectl, and aws-auth. This will allow you to call Kubernetes APIs to create and manage resources through a unified control plane. You will interact with the Kubernetes API using Python, and the config…