18 lines
561 B
Text
18 lines
561 B
Text
# AWS Provider Extension Metadata
|
|
# Enables provisioning on Amazon Web Services
|
|
|
|
{
|
|
name = "aws",
|
|
version = "1.0.0",
|
|
category = "provider",
|
|
description = "AWS provider extension for provisioning on Amazon Web Services with EC2, VPC, and other AWS services",
|
|
dependencies = [],
|
|
tags = ["provider", "aws", "cloud", "ec2", "vpc"],
|
|
best_practices = [
|
|
"bp_001", # Infrastructure as Code
|
|
"bp_002", # Immutable Infrastructure
|
|
"bp_008", # Configuration Management
|
|
"bp_031", # Redundancy and Failover
|
|
"bp_062", # Caching Strategy
|
|
],
|
|
}
|