Tag: AWS
Browse all articles, tutorials, and guides about AWS
Guides
Introduction to AWS
Learn AWS fundamentals step by step, from basic concepts to building your first cloud application.
A Practical Guide to FinOps for DevOps Engineers
Learn how to implement FinOps practices in your DevOps workflows to optimize cloud costs while maintaining performance and reliability.
Posts
How to Use the AWS account_id Variable in Terraform
Learn how to dynamically retrieve and use the AWS account_id variable in Terraform for your configurations.
Correct way to attach AWS managed policies to a role?
Learn how to correctly attach AWS managed policies to an IAM role using the AWS Management Console, CLI, or Terraform.
Terraform: Error Creating IAM Role. MalformedPolicyDocument: Has Prohibited Field Resource
Learn how to resolve the 'MalformedPolicyDocument: Has prohibited field Resource' error when creating an IAM role in Terraform.
How We Reduced Our AWS Bill by 73% While Actually Improving Performance
The counterintuitive strategies we used to slash cloud costs while actually improving application performance.
AWS ASG Launch Templates vs Launch Configurations
Understand the key differences between AWS Auto Scaling Group Launch Templates and Launch Configurations to make informed decisions for your infrastructure.
How to Attach Multiple IAM Policies to IAM Roles Using Terraform
Learn how to attach multiple IAM policies to a single IAM role in Terraform to manage permissions effectively.
How to Nuke All AWS Resources in an AWS Account
Learn how to safely and efficiently delete all resources in an AWS account using tools like AWS CLI and Terraform.
Determining Minimum AWS Permissions for Terraform Configurations
Learn how to identify the minimum AWS permissions required for your Terraform configurations to enhance security and compliance.
Terraform + DynamoDB: All Attributes Must Be Indexed
Learn how to handle the 'all attributes must be indexed' requirement in DynamoDB when using Terraform.
What Is FinOps? A Beginner's Guide to Cloud Cost Management
Discover how FinOps transforms chaotic cloud spending into strategic financial operations, bringing teams together to optimize costs while maintaining innovation speed.
How to Create a Folder in an AWS S3 Bucket Using Terraform
Learn how to create a folder in an AWS S3 bucket using Terraform by leveraging the `aws_s3_object` resource.
The provided execution role does not have permissions to call DescribeNetworkInterfaces on EC2
Learn how to resolve the 'execution role does not have permissions to call DescribeNetworkInterfaces' error in AWS EC2.