Hikaru's notes

A collection of notes and resources

View the Project on GitHub HikaruMizoe/notes

カテゴリ分けが必要そうなサービス・機能

SCP

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Deny", // Allow | Deny
      "Action": "*",
      "Resource": "*",
      "Condition": {
        // 条件と合致する場合に適用する
        "StringNotEquals": {
          "aws:RequestedRegion": ["us-east-1", "us-west-2"]
        }
      }
    },
    {
      "Effect": "Deny",
      "Action": ["s3:*", "ec2:*", "rds:*"],
      "Resource": "*", // ARNを指定できるのはDenyの時だけ
      "Condition": {
        "StringNotEquals": {
          "aws:RequestedRegion": ["us-east-1", "us-west-2"]
        }
      }
    }
  ]
}

CloudTrail

Systems Manager

Config

各論

VPN CloudHub

DoS/DDoS対策

Inspector

GuardDuty

Security Hub

assume role系

### KMS

ACL

ADとの統合

Identity Center(AWS SSO)

Secrets Manager

Audit Manager

Service Catalog

SAMLフェデレーション

Config

Signer

Detective

App Mesh

Verified Access

Verified Permissions

security lake