Latest DevOps Articles

Latest DevOps Articles curated daily from around the web.


This is the right place to quickly learn about recent AWS news from last week, in just about five minutes or less.
StormForge sponsored this post. Note: This is the second of a five-part series covering Kubernetes resource management and optimization. In this article, we exp...
HashiCorp adopts the community-created HCL Extension for Visual Studio Code and adds HCL 2.0 support.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
At last week’s KubeCon + Cloud Native Con, EU, speakers explored two paths for the growing adoption of cloud native technologies: a growing interest in speciali...
Hashicorp sponsored this post. Most infrastructure engineers have a good idea what Terraform does, and those who care about security likely know about HashiCorp...
Jakob Freund Jakob Freund is co-founder and CEO of Camunda — responsible for the company’s vision and strategy. He’s also the driving force behind Camunda’s glo...
Small PC makers are bringing some open source ethos of sharing ideas and making products better into laptop designs. A small hardware shop called Framework last...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
The error throw new Error: Found an encoded list token string in a scalar string context. Use 'Fn.select(0, list)' (not 'list[0]') to extract elements from toke...
Fn::GetAtt is an important function in AWS CloudFormation that returns the value of an attribute of a given AWS resource type.
This SCP restricts the use of AWS services in unsupported AWS Regions. This is very useful if you only deploy to a single AWS region. By revoking access to othe...
This cheat sheet shows a single table overview of all available (900+) AWS resource types including their available properties. Bookmark this page so use you ca...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
S3 Bucket ACLs are a legacy access control mechanism and AWS recommends disabling this when creating new S3 buckets. Since IAM is the defacto standard to secure...
It's generally a best practice to not use the root user to do your tasks in your AWS account. Instead, you should create an IAM admin user and use that to do ad...

towardsthecloud.com

AWS CDK Construct
A construct represents a cloud component. Constructs encapsulate everything that AWS CloudFormation needs to create the resources and properties. It can contain...

towardsthecloud.com

AWS CDK Stack
A stack represents a bundle of AWS resources contained for a single deployment. AWS CDK Stacks is based upon AWS CloudFormation stacks, therefore it contains th...