diff --git a/knowledge base/cloud computing/aws/README.md b/knowledge base/cloud computing/aws/README.md index b414ca8..977b052 100644 --- a/knowledge base/cloud computing/aws/README.md +++ b/knowledge base/cloud computing/aws/README.md @@ -9,6 +9,7 @@ 1. [Detective](#detective) 1. [GuardDuty](#guardduty) 1. [EventBridge](#eventbridge) + 1. [ImageBuilder](#imagebuilder) 1. [Inspector](#inspector) 1. [KMS](#kms) 1. [Security Hub](#security-hub) @@ -59,6 +60,7 @@ One can can rapidly remapping addresses to other instances in one's account and | [EKS] | Kubernetes clusters | | [EventBridge] | FIXME | | [GuardDuty] | Threat detection | +| [ImageBuilder] | Build custom AMIs | | [Inspector] | FIXME | | [KMS] | Key management | | [OpenSearch] | ELK, logging | @@ -136,6 +138,10 @@ _Threat IP List_ is a blacklist of **public IPs and CIDRs** that will be used by TODO +### ImageBuilder + +Also refer [Image baking in AWS using Packer and Image builder]. + ### Inspector TODO @@ -343,6 +349,7 @@ Examples: - [Exporting DB snapshot data to Amazon S3] - [I'm trying to export a snapshot from Amazon RDS MySQL to Amazon S3, but I'm receiving an error. Why is this happening?] - [Rotating AWS KMS keys] +- [Image baking in AWS using Packer and Image builder]